Untitled
unknown
plain_text
3 years ago
277 B
8
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...