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