Advertisement
wclovers

Untitled

Feb 27th, 2023
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'woocommerce_single_product_summary', function() {
  2.     global $WCFMmp;
  3.     remove_action( 'woocommerce_single_product_summary', [ $WCFMmp->wcfmmp_product_multivendor, 'wcfmmp_product_multivendor_button' ], 36 );
  4. }, 35 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement