Guest User

Untitled

a guest
Jun 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php // do not copy this line
  2.  
  3. function jp_filter_wc_gateways( $gateways ){
  4. return array( $gateways[ array_rand( $gateways ) ] );
  5. }
  6. add_filter( 'woocommerce_available_payment_gateways','jp_filter_wc_gateways' );
Add Comment
Please, Sign In to add comment