Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_filter( 'woocommerce_product_tabs', 'ds_show_active_tabs', 11 );
- function am_remove_additional_information_tab( $tabs ) {
- error_log( 'Tabs created: ' . var_export( $tabs, true ) );
- return $tabs;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement