Guest User

Untitled

a guest
Nov 13th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. add_filter( 'woocommerce_cod_process_payment_order_status', 'change_cod_payment_order_status', 10, 1 );
  2. function change_cod_payment_order_status( $order_status, $order ) {
  3. return 'on-hold';
  4. }
Add Comment
Please, Sign In to add comment