*

mwindey

  • *****
  • 468 posts
Change order user menu
« on: July 12, 2021, 08:45:33 AM »
As shown in attachment I'm looking for a way to move some items in the user menu.
Every time a new plugin is installed it appears on the bottom of the user menu but how can i change the order from them?

*

MB Themes

Re: Change order user menu
« Reply #1 on: July 12, 2021, 10:04:42 AM »
You can do this in functions.php of theme, there is function to order entries in menu.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 468 posts
Re: Change order user menu
« Reply #2 on: July 12, 2021, 04:27:54 PM »
Thanks! I have changed the position and that works correct except for the plugins.... They are not in functions.php but they sort in time of adding them.
If the last added plugin was gdpr then the gdpr comes last in sort order. If later you install the rating plugin than that coms last.
Is the hooks manager plugin maybe an option to sort them? otherwise i buy that to :-)
Regards
Marc

*

MB Themes

Re: Change order user menu
« Reply #3 on: July 16, 2021, 04:39:24 PM »
You are right, plugins use hook and cannot be easily sorted.
Yes, hooks manager plugin is exactly for these situations.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mwindey

  • *****
  • 468 posts
Re: Change order user menu
« Reply #4 on: July 16, 2021, 10:46:30 PM »
Bought the plugin and works perfect!
Thx

*

MB Themes

Re: Change order user menu
« Reply #5 on: July 17, 2021, 03:31:00 PM »
Glad to hear that  ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots