woocommerce rename product tabs

WooCommerce: Rename Product Tabs

There are three default WooCommerce product tabs, Description, Additional Information and Reviews. Here’s how to rename them to whatever you like.

Here are the default product tabs in WooCommerce before they have been changed.

woocommerce default product tabs

Once you add the code snippet below, the changed product tabs can be replaced with anything title you need.

woocommerce product tabs changed
https://gist.github.com/DeveloperWil/8aafd96c7999d997dd8ecbea0bfdac19

Where To Put The Code Snippet?

This code snippet should go in your active theme’s functions.php file.

Add it to the bottom of the file, before any closing ?> characters.

It’s always a good idea to take a backup of your functions.php file in case anything goes wrong – you can just copy the old code back in again.

Was this article helpful?
YesNo