reduxframework / redux-framework

Redux is a simple, truly extensible options framework for WordPress themes and plugins!
http://redux.io
Other
1.74k stars 583 forks source link

How to Combine plugin menu and submenu into one parent menu? #4001

Closed shyambaseapp closed 5 months ago

shyambaseapp commented 5 months ago

I have developed two different plugins using the Redux framework, so the title and slug of the menu in both plugins are the same. When I activate both plugins at the same time, they will appear under a single menu with the same title and slug, including all submenus inside that menu.

kprovance commented 5 months ago

Redux cannot inherently do something like this. Each instance should have a unique slug and opt_name; otherwise, unpredictable behavior can occur. I'm not even sure WordPress itself can have a submenu with its own submenu. Either way, Redux cannot do something such as this. Sorry.