Guest User

Untitled

a guest
Jun 22nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. add_action( 'woocommerce_before_single_product', 'ec_child_remove_product_data_tabs', 20 );
  2.  
  3. function ec_child_remove_product_data_tabs() {
  4. remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 );
  5. remove_action( 'woocommerce_after_single_product_summary', 'electro_output_product_data_tabs', 10 );
  6. }
Add Comment
Please, Sign In to add comment