Advertisement
wclovers

Untitled

Dec 14th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_action( 'wcfm_init', function() {
  2.     global $WCFMmp;
  3.     remove_action( 'woocommerce_single_product_summary', array( $WCFMmp->wcfmmp_product_multivendor, 'wcfmmp_product_multivendor_button' ), 36 );
  4. }, 12 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement