Advertisement
wclovers

Untitled

Feb 22nd, 2022
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'woocommerce_product_tabs', function( $tabs ) {
  2.     if( isset( $tabs['wcfm_product_multivendor_tab'] ) ) unset( $tabs['wcfm_product_multivendor_tab'] );
  3.     return $tabs;
  4. }, 99 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement