add_menu_page relative position
-
I’m using add_menu_page() to add a new menu item in the admin backend page.
I know I can change its position using the last param of the add_menu_page function.
But is it possible to make its position relative to another menu item?
Something like “after X”?
Is it possible to retrieve the position of another menu item?
- The topic ‘add_menu_page relative position’ is closed to new replies.