Add or Change Content of Default Product Tabs
In this tutorial we are going to talk about WooCommerce product tabs, the default ones – “Description”, “Additional information” and “Reviews” tab. First of all I will show you how to add default content into them and then we will also add something custom as well.
Change Product Tabs Order
The good news is that we do not have to deal with sorting arrays like we did with my account menu or admin columns for example.
Each of the tabs has its own priority value:
- Description –
10
, - Additional information –
20
, - Reviews –
30
.
Create a Custom Product Tab
In this tutorial I will show you how to add a new tab on WooCommerce product page. We are going to do it without plugins because it is really easy. Well, it depends on what you are going to display inside your tab, but in general it is simple.
You may also be interested in how to remove default tabs or rename them or change their order.
Now let’s take a look at the screenshot what we are going to achieve in this tutorial.

Remove Product Tabs
In this tutorial I will show you different ways how you can remove product tabs from WooCommerce product pages.
Change Product Tab Titles and Headings
In this tutorial I will show you how to rename WooCommerce product tabs. Each tab has a title which is the link text you click in order to change the tab and also each tab has its <h2>
heading which is displayed just before the tab content. By default appropriate titles and headings are the same. In this tutorial I will show you how to rename all of them.