Sometimes the default names of tabs are not fitted to our vision. So how to rename WooCommerce tabs? It's easy!
Put this code into your functions.php
:
If you don't have Reviews tab and/or Additional information tab in your store, just delete these lines:
$tabs['reviews']['title'] = __( 'Ratings' );
$tabs['additional_information']['title'] = __( 'Product Data' );
If you leave these lines, you will see Additional information tab and Reviews tab in your store.
If you want more tips follow me on Twitter or visit my blog:
Top comments (0)