Viewing 2 posts - 1 through 2 (of 2 total)
  • #177893
    pedroandrade
    Member
    Post count: 31

    HI, how do i remove the product rating tab from the product page?
    Regards

    #178065
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please paste this code at functions.php of child theme.

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    
    function woo_remove_product_tabs( $tabs ) {
     unset( $tabs['reviews'] ); 			// Remove the reviews tab
     return $tabs;
    }

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register