Advertisement
daymobrew

Test: WooCommerce tabs

Jun 15th, 2018
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2. add_filter( 'woocommerce_product_tabs', 'ds_show_active_tabs', 11 );
  3. function am_remove_additional_information_tab( $tabs ) {
  4.     error_log( 'Tabs created: ' . var_export( $tabs, true ) );
  5.     return $tabs;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement