add_option_page without menu entry
-
What I wanted to achieve:
Link to a small option page for my plugin via plugin_action_links_
No entry in the settings side bar menu needed.What I tried
To get the option page / a page shown in the admin screen I used add_option_page.
But this adds an entry to the menu, unnecessarily. (Workaround: $menu_title = ”, $position = -99999)Suggestion
add_option_page add argument menu on / offRelated: The way to link an option page via plugin_action_links_ is not beeing shown in the developers handbook.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘add_option_page without menu entry’ is closed to new replies.