Advertisement

How to Deactivate or Hide Additional Tab in Wordpress Woocommerce via Bluehost

How to Deactivate or Hide Additional Tab in Wordpress Woocommerce via Bluehost Step by Step How to Remove the Additional Information Tab in WooCommerce from Bluehost

1. Open CPanel/File Manager
2. public_html
3. wp-content
4. themes
5. select installed theme
6. open functions.php file (select once and click Edit)
7.Paste code at end of file
8. Save
9. Refresh website/product page

-------------------------Copy & Paste the following code
//Remove Additional Tab WooCommerce WordPressress from Bluehost
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );

function woo_remove_product_tabs( $tabs ) {

unset( $tabs['additional_information'] ); // Remove the additional information tab

return $tabs;
}
--------------------------------------------------------------------------

Check Out my Websites



#deactivateadditionaltab #hidetabwoocommerce #woocmmercetab

Remove additional tab,woocommerce additional tab,remove tab woocommerce product page,product page additional tab,woocommerce tips,optimize product page woocommerce,

Post a Comment

0 Comments