Untitled
Anonymous
plain_text
04/07/2023 8:09 PM
372 B
16
Indexable
add_action('marketking_order_statuses_custom', function($vendor_id, $status){
?>
<option value="customstatus" <?php selected($status, 'customstatus', true);?>><?php esc_html_e('Custom status','marketking-multivendor-marketplace-for-woocommerce');?></option>
<?php
}, 10, 2);Editor is loading...