My account menu
-
Hi,
I was using the following code tu remove the link in the “my account” menu :
add_filter ( ‘woocommerce_account_menu_items’, ‘remove_my_account_links’ );
function remove_my_account_links( $menu_links ){unset( $menu_links[‘subscriptions’] ); // subscriptions
return $menu_links;
}But since the last update it does not work anymore, could you help me to solve that ? Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘My account menu’ is closed to new replies.