adding custom menu item to the user dropdown and sidebar menu
-
Hi
how can I add a custom menu item to the user dropdown and sidebar menu !
Thanks
Hi,
Could you please provide some screenshots where do you want to add your custom items?
Regards
These links come with WooCommerce plugin and if you want to customize this list you need to check the function wc_get_account_menu_items()
in the file woocommerce/includes/wc-account-functions.php
.
Regards
Or you can add your custom link to the function woodmart_get_my_account_menu()
in the file inc/templates-tags.php
in our theme.