Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $gateways = WC_Payment_Gateways::instance(); // gateway instance
  2. $available_gateways = $gateways->get_available_payment_gateways();
  3.  
  4.  
  5. if ( isset( $available_gateways['cod'] ) )
  6. remove_action( 'woocommerce_email_before_order_table', array( $available_gateways['cod'], 'email_instructions' ), 10, 3 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement