Rename WooCommerce in WordPress admin

Tutorials Rename WooCommerce in WordPress admin

theme5s

Administrative
Staff member
Administrator
Theme5s Lover
Trusted Uploader
Decoding Master
Jan 8, 2018
2,395
436
113
theme5s submitted a new resource:

Rename WooCommerce in WordPress admin - How to rename/change menu WooCommerce in WordPress admin

If you’re setting up an online shop for a client, sometimes it’s good to mask that you’re using software like WooCommerce, just so it looks like a more custom job.

Just add this to your functions.php in your theme and rename where I have “Store Settings” to what ever you want!
Code:
// Rename WooCommerce to Shop
add_action( 'admin_menu', 'rename_woocoomerce', 999 );
function rename_woocoomerce()
{ global $menu; $woo =...

Read more about this resource...
 

New resources

AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock    No Thanks