How to Hide Reviews on WooCommerce Product Pages

WooCommerce is a popular eCommerce plugin for WordPress. It offers many features, including customer reviews on product pages. While reviews can be a great way to build trust and provide social proof, some store owners may want to hide or remove this section for various reasons. You can quickly hide the reviews tab on WooCommerce product pages by adding the PHP snippet shown below to the functions.php file in your theme.

// Function to remove the reviews tab from WooCommerce product pages
function themesdna_remove_woocommerce_reviews_tab($tabs) {
    unset($tabs['reviews']); // Remove the reviews tab
    return $tabs;
}

// Hook the function to WooCommerce to disable the reviews tab
add_filter('woocommerce_product_tabs', 'themesdna_remove_woocommerce_reviews_tab', 98);

The snippet above not only visually hides the reviews but also prevents them from loading on the product page, thereby improving load times. If you ever decide to enable reviews again, simply remove or comment out this code, and the reviews will reappear.

Our WordPress Themes

Below are some of our premium WordPress themes. View all our free and premium WordPress themes →
MagShow PRO WordPress Theme

MagShow PRO

MagShow PRO is the premium version of MagShow free WordPress Theme with more advanced features. MagShow PRO version has 160+...

$25.00
GridMini PRO WordPress Theme

GridMini PRO

Do you like the free version of the GridMini WordPress theme? But what if you need more features and options?...

$25.00
PureMag PRO WordPress Theme

PureMag PRO

If you like PureMag free WordPress Theme, you will love the premium version. PureMag PRO is an user friendly, HTML5/CSS3...

$25.00
GridMode PRO WordPress Theme

GridMode PRO

Are you using the GridMode free WordPress Theme and looking for more advanced features? GridMode PRO theme is developed for...

$25.00
ListMode PRO WordPress Theme

ListMode PRO

$25.00
FlashWP PRO WordPress Theme

FlashWP PRO

If you like FlashWP free WordPress Theme, you will love the premium version. FlashWP PRO is advanced, more user friendly,...

$25.00
BestWP PRO WordPress Theme

BestWP PRO

If you like BestWP free WordPress Theme, you will love the BestWP premium version. BestWP PRO is user friendly, feature-rich,...

$25.00
Simple Writer PRO WordPress Theme

Simple Writer PRO

Simple Writer PRO is a feature-rich, improved and advanced version of Simple Writer Free WordPress Theme. When compare with the...

$25.00

Can't you choose a single theme? Purchase All Themes for $75.

Save money with our low, one-time price for access to all of our 56 WordPress themes.