• I was used to using the following code snippet to rearrange the account menu

    function my_account_menu_order() {
     	$menuOrder = array(
     		'dashboard'          => __( 'Dashboard', 'woocommerce' ),
     		'my-subscription'    	=> __( 'Subscriptions', 'ywsbs_endpoint' ),
     		'orders'             => __( 'Orders', 'woocommerce' ),
     		'tinv_wishlist'    	=> __( 'Favorites', 'woocommerce' ),
     		'edit-account'    	=> __( 'Account Details', 'woocommerce' ),
     		'customer-logout'    => __( 'Logout', 'woocommerce' ),
     	);
     	return $menuOrder;
     }
     add_filter ( 'woocommerce_account_menu_items', 'my_account_menu_order' );

    but recently I start getting 2 my-subscription items in the account menu, One where I added manually and the second above the log-out link, How can I remove the second subscription link from the My Account page

    • This topic was modified 3 years, 11 months ago by Garry.
Viewing 1 replies (of 1 total)
  • Plugin Support Emanuela Castorina

    (@kreamweb)

    Hello @mrgarry05,
    the free version of this plugin doesn’t have any endpoint inside the “My Account” page.
    For any issue concerning the premium version of the plugin, please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on www.remarpro.com. Don’t worry, our support developers will certainly help you solve the issue you are experiencing.

Viewing 1 replies (of 1 total)
  • The topic ‘Move Subscription Menu link on My Account Menu’ is closed to new replies.