Untitled

Anonymous
plain_text
04/27/2023 8:55 AM
236 B
19
Indexable
add_filter( 'pws_get_order_statuses', function ( array $statuses ) {

    $statuses['wc-pws-courier'] = 'تحویل ماشین پخش';

    return $statuses;
}, 20, 1 );
Editor is loading...