Home > WooCommerce > Docs > How to Disable WooCommerce Product Reviews?

How to Disable WooCommerce Product Reviews?

Last updated: May 01, 2024
This article has been written and researched by our expert Avada through a precise methodology. Learn more about our methodology

Sam

Author

Daniel

Researcher

By default, WooCommerce displays a Reviews tab on all of your product pages. Customers can provide feedback on your product via this section.

But what if you would like to disable WooCommerce product reviews across the store or on a specific product page? In this article, we’ll show you four different ways to disable WooCommerce product reviews.

Let’s get started!

Why Disable WooCommerce Product Reviews?

The reviews tab is activated by default in WooCommerce when you install the WooCommerce plugin. It enables your buyers to share their thoughts on the products they have purchased from your store. In most circumstances, it is not a good idea to disable reviews on any of your products.

However, there are two major reasons why you could consider disabling product reviews.

  • It might be difficult for web administrators and store owners to keep up with the spam present in the product reviews section.
  • The second reason is that customers do not write reviews, even if you have a whole section dedicated to product reviews. Because there are no reviews, potential customers are unlikely to think favorably of your store and your products.

How to Disable WooCommerce Product Reviews?

In this part, we will discuss four options for disabling WooCommerce product reviews: disabling reviews on all items on the settings page, disabling reviews on a single product page, disabling reviews by coding, and using a plugin.

Disable Reviews on All Products on the Settings Page

Disable Reviews on All Products on the Settings Page

Step 1: Go to WooCommerce

First of all, from your WordPress admin dashboard, you need to log in to your WooCommerce site and go to Settings.

On the Settings page, click on the Products tab.

Step 2: Uncheck the option “Enable reviews”

Scroll down to the section Reviews on the Products page, where there is an option called Enable product reviews. You must then uncheck this option.

Once completed, the WooCommerce product reviews for all items will be disabled.

Step 3: Save changes

Remember to click on the button Save changes to apply the changes you’ve just made.

Disable Reviews on a Single Product Page

Disable Reviews on a Single Product Page

Step 1: Go to WooCommerce

To begin, navigate to All Products, which is located right below WooCommerce in your WordPress admin dashboard.

Step 2: Select Edit

Because you wish to disable reviews on a particular product page, you must first click Edit on the product to which you want to apply this option.

Step 3: Navigate to Product Data

Scroll down to the section Product data and choose Advanced. Then you need to uncheck the Enable reviews box.

Step 4: Save changes

After that, you must click the Update button to apply this adjustment to the product.

Disable Reviews By Coding

This approach is suitable for those who have coding knowledge.

Using PHP Code

Step 1: Go to WooCommerce > Appearance > Editor

From your WordPress admin dashboard, go to Appearance > Editor.

Step 2: Add the PHP code

Now you need to edit your theme’s functions.php file. You just have to copy and paste the following code:


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;
}

This code will help prevent the Reviews tab from displaying.

Using CSS code

Step 1: Go to WooCommerce

From your WordPress admin dashboard, go to Appearance > Customize. This will open the Customizer interface of your theme.

Step 2: Add the CSS code

Now, select Additional CSS and add the following CSS code:


.woocommerce-tabs ul.tabs li.reviews_tab {
display: none !important;
}

If your theme does not support Customizer, you may replace it with a custom CSS plugin such as Simple Custom CSS.

Please keep in mind that the CSS code will simply visually hide the Reviews tab. The tab and any reviews associated with it will stay on that page, and you can still find it in the page source.

Disable Product Reviews Using a Plugin

The last method that we want to introduce to you is using the plugin called Disable WooCommerce Reviews .

plugin Disable WooCommerce Reviews

This plugin will help disable WooCommerce product reviews across your online store smoothly so you don’t have to worry about coding or how to disable reviews manually through the settings page.

There is no need to conduct any further configuration. You only need to download, install, and activate the plugin to get started.

By deactivating the plugin, you can completely re-enable WooCommerce product reviews.

Final Words

Even though product reviews are essential for increasing online presence and boosting referral marketing, you may sometimes choose to block WooCommerce product reviews.

In that scenario, we hope the four techniques to disable WooCommerce product reviews discussed above would be of great help to you.

Thank you for taking the time to read this post, and we’ll see you in the next one.


Sam Nguyen is the CEO and founder of Avada Commerce, an e-commerce solution provider headquartered in Singapore. He is an expert on the Shopify e-commerce platform for online stores and retail point-of-sale systems. Sam loves talking about e-commerce and he aims to help over a million online businesses grow and thrive.

Stay in the know

Get special offers on the latest news from AVADA.