That’s because it’s a helper function for adding pages to the settings section, not the lower level API you expected:
This function is a simple wrapper for a call to
add_submenu_page()
, passing the received arguments and specifyingoptions-general.php
as the$parent_slug
argument. This means the new options page will be added as a sub menu to the Settings menu.https://codex.wordpress.org/Function_Reference/add_options_page
Instead, you want add_menu_page
https://developer.wordpress.org/reference/functions/add_menu_page/
Related Posts:
- WordPress admin menu formatting issue
- Remove duplicate main – submenu in admin?
- Plugin View Details Link
- Getting custom admin submenu item to highlight when its active
- Add update notification bubble to admin menu item?
- remove_menu_page doesn’t work on custom plugin menus
- Add visit site to your toolbar instead of being in the dropdown
- List table not rendering when $this->items is filled
- Order Admin sub-menu items?
- Admin sidebar items overlapping in admin panel
- How Can I remove or hide the export page in WordPress menu?
- How to hide menu on WordPress admin
- custom admin menu with custom filed
- Add highlighting to new Admin Dashboard Menu Item
- Theme editor menu item refuses to go away
- Remove menus and submenus
- Highlighting a Menu Item by Post Name
- How to remove the Plugins Editor from the admin menu
- Admin custom option screen not saved unless user manage_options capability
- WordPress admin menu formatting issue
- How to remove_menu_page added by a plugin that appears to have no referenceable slug
- Admin page menu keeps bugging out
- WordPress setting API strucked
- Show admin menu and toolbar in admin post page
- Edit Page or Post from Top Admin Bar
- How to minimize WP dashboard menu programmatically?
- How to change menu page capability
- WordPress add_options_page() function not considering role
- How to determin which admin screen/sub screen I’m currently viewing
- Add post-new.php?post_cat=catslug to admin menu
- Link to Second Level Admin Page
- check current_theme_supports in admin_menu hook
- Is there any way to add absolute path for add_menu_page function?
- how can i add custom menu in admin panel?
- Admin page repeatable fields
- menu_order not working with slugs that start with admin.php
- How to add_menu_page include a php file page from theme directory
- How do I demote a menu item in the admin menu?
- Removing posts and comments from WordPress
- Is there a limit to the number of items that can be added using the Appearance Menus Screen?
- How to access $menu variable in custom .PHP file that loads wp-load.php?
- Role capability issue
- Adding a submenu to the Tools menu returns tools.php in a popup box
- WordPress admin menu formatting issue
- What action/filter/function determines “current” class in WP Admin Menu
- Create dynamic wordrpess blank page
- What’s the correct way of moving a menu page to a submenu
- Is it possible to add 3 level menu item to admin menu?
- Use Drag & Drop Functionality from WordPress Admin Area in the Frontend?
- Additional menu item popping in submenus
- toolbar not visible on pages using front-page template
- Visiting a console submenu page does not expand its parent menu item
- How to align the top of an admin pointer to the target element?
- WordPress add page under admin submenu and retaining the active status of the parent submenu page in the menu
- WP components no style
- Adding menu item to WordPress admin bar for editors to edit one plugin’s settings
- Remove Elementor Menu From WordPress Admin
- Moving Smush plugin menu position to media submenu and removing it from main menu
- update_option does not work in this scenario – how do I fix?
- How to reference an existing css content-based icon, within my admin menu hook
- Margin problem on management menu?
- How can I move Customizer menu item to first level in WP Dashboard?
- How do I disable certain menu in editor user administrator page
- How can I restrict a custom WordPress role access to only a specific plugin?
- How can I reorder admin bar items?
- Show limited menu to admin
- How can I change the admin menu title and url title on WordPress
- Different Admin language
- add sub_menu to a sub_menu (multiLevel sub_menu) in admin menu in wordpress
- Linked pages not working with wordpress
- Hide admin menu items if it is empty
- How to add a notification next to custom admin menu?
- How to have submenus collapsed until they are clicked?
- admin menu: use default “general” page for theme settings using add_menu_page and add_submenu_page
- no themes or editor under appearance menu
- How to remove an item from menu bar’s +New menu based on User role
- How to check an admin submenu already exists?
- Headers already sent error when creating multiple admin menu’s
- Removing admin menu items with white spaces
- How can I place a page link to the sidebar admin bar?
- Admin tabs for custom plugin
- Restricted access for other user roles
- Tab order of post admin page
- How Do I create multiple Top Level Admin Menu Pages To submit data to the options table?
- How can I modify text in admin bar?
- Add internal page to admin menu
- Settings API – Checkboxes validation in a menu with multiple subpages
- How to include the admin bar?
- Remove the theme info from main dashboard screen- not appearance
- Hiding an added admin page menu using css
- Turn on again old expandable menu
- Fatal error when using ‘#’ character as an admin menu link title
- How to create editable menu with parent and child in wordpress?
- How can I style my theme admin page?
- Admin menu links just refresh the page
- How to unset adminmenu completely?
- Responsive Admin Themes
- Add items to the dark menu in WordPress
- Adding admin link to Appearance via admin_menu, adds link to theme details modal
- Remove menu pages only for non admin