Rename WooCommerce in WordPress admin

Tutorials Rename WooCommerce in WordPress admin

  • Our resources on GPL5U Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add GPL5U to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on GPL5U"
  • Upgrade Your Account
    Hello Guest! Upgrade your account to download from our sections Here
    How to upgrade your account to download resources Learn More.

GPL5U

Administrative
Staff member
Administrator
Theme5s Lover
Trusted Uploader
Decoding Master
Reputation: 100%
Jan 8, 2018
2,518
508
113
theme5s.com
gpl5u 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;
 
    // Pinpoint menu item
    $woo =...

Read more about this resource...
 

New resources