• Resolved pgeo0001

    (@pgeo0001)


    Hi,

    I’m customizing the dashboard section of WooCommerce and I need to change the name of an item ‘Memberships’. I am using the following snippet in the functions.php:

    add_filter ( ‘woocommerce_account_menu_items’, ‘rename_memberships’ );

    function rename_memberships( $menu_links ){

    $menu_links[‘memberships’] = ‘BREIN Reports’;

    return $menu_links;
    }

    It works for the other items, but not the Memberships item.

    How can I proceed?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing My Account ‘Memberships’ name’ is closed to new replies.