Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Issues with WooCommerce and "More Information" tab

New Front EN Support Forums Shogun Theme Support Issues with WooCommerce and "More Information" tab Reply To: Issues with WooCommerce and "More Information" tab

#7076
mmsatori
Keymaster

Hey Christy,
the code you’ve referenced above does not make the tab appear or disappear – it merely changes the name of the tab; if you need to remove the snippet, be sure to also remove line 75 in the same file:

add_filter( 'woocommerce_product_tabs', 'shogun_sd_wc_rename_tabs', 98 );

since the function is for a filter hook, the above line would reference a non-existed function in case you only delete the function itself.

Sincerely,
Andrii / Satori Studio