Hide Additional Information Tab On WooCommerce Single Product Page

Share Now

add_filter( 'woocommerce_product_tabs', 'nmh47_remove_product_tabs', 9999 );
  
function nmh47_remove_product_tabs( $tabs ) {
    unset( $tabs['additional_information'] ); 
    return $tabs;
}
Picture of Nahid Mahamud

Nahid Mahamud

Web Developer | Graphic Designer | WordPress & Woo-commerce Expert