Woocommerce: how to remove product tabs?

How to remove product tabs in single product view?

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

function woo_remove_tab( $tabs ) {
    unset( $tabs['description'] );
    unset( $current_tabs['reviews'] );
    unset( $current_tabs['additional_information'] );
    return $tabs; /* return all other tabs */
}

 

Published by

Silver

HTML/CSS spetsialist, PHP/MySQL & JavaScripti taltsutaja. Wordpressi ekspert - Wordpressi kodulehe tegemine, hooldus, taastamine, turvalahendused, SEO, themed ja pluginad. Magento entusiast. Veebifirma UusWeb.ee eestvedaja. Blogija aastast 2005.

Kiirrulluisutamise (Inline speed skating) sõltlane, jooksudistantside läbija ja (maantee-) rattasõidu harrastaja Sporditarvete e-poe Spordihai.ee taganttõukaja.

Leave a Reply

Your email address will not be published. Required fields are marked *