Yes,
http://codex.wordpress.org/Administration_Menus
Specific to your question add_submenu_page
: http://codex.wordpress.org/Function_Reference/add_submenu_page
Related Posts:
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- Creating a WordPress admin page without a menu for a plugin
- Adding an admin page – OOP approach not working
- Generate Advanced Custom Fields box in custom admin menu page
- Plugin development: how to create a form and get custom data?
- wp_verify_nonce() why return false?
- Detecting when a custom taxonomy has been changed and display alert?
- Hide Theme options and Customize Admin menu
- Determine Registered Admin Menus
- White page on custom plugin option submit
- Suggestions on Approach to New Plugin I’m Stuck On
- Dynamic admin submenu
- creating a plug in that would tap into save/update action of posts [closed]
- Why WP_Screeen doesn’t show all options with admin_body_class
- add_submenu_page returns null
- How do I add an options page at the bottom of the list?
- How to remove a CPT Menu from the Root Admin only
- Adding submenu to custom plugin menu page created with add_menu_page() function
- How to Call Specific .PHP file on add_submenu_page selection in Plugin Development?
- How to add styles to a submenu page?
- Admin menu hilighting wrong item for CPT
- How to add submenu to WordPress plugin in the same Directory of main Plugin?
- How can I pass value to function in add_menu_page?
- Submitting form to admin-post.php WordPress
- is_plugin_active function doesn’t exist
- Get plugin directory from a theme
- How to call a plugin function from index.php
- Rewriting every url
- How can I make my custom shortcode work in a Custom HTML Widget?
- How Does WordPress Uninclude/Deactivate A Plugin?
- Custom admin column disappearing when using Quick Edit [duplicate]
- Create page when plugin is activated
- How to un-attach rich text editor from named textarea elements
- how to not show plugin in admin area
- Memory Leak in plugin action
- Does flush_rewrite_rules() remove all rules added by other plugins as well as mine?
- Create plugin that works in background
- Checking for user role in a custom plugin
- Extend Elementor Archive Posts widget with a custom skin in order to show multiple badges
- HELP: Integrating WP with raw PHP code once published button is hit
- Custom preview_post_link not working for draft post
- Loading class files via autoload method
- I would like to use create a function in my custom plugin to tell WP to use a different header
- jQuery function didn’t work in my plugin
- Auto add content such as pages upon plugin activation?
- WP_Query ordering numbers as letters
- How to make Http Request to a php file present in plugin directory of wordpress
- How to change commenter links to /user/user_id?
- Execute a plugin only on post pages
- How to use get_theme_mod in gutenberg editor wordpress?
- Create dynamic page content from custom WordPress plugin page
- All Users > User List > Update User Meta Field Inline
- Correct way to perform non-cacheable DB query
- WordPress Gutenberg react make import of __experimentalUseInnerBlocksProps which is no more experimetal
- Plugin: register_deactivation_hook works perfectly well, while register_activation_hook suddenly stopped working
- How to Add Custom New Published Post Counter Icon on Top of the WordPress Site [closed]
- Adding CSS to custom post type admin page causes error
- Create shortcode to echo javascript
- Activate my plugins via FTP
- How to add apply_filter for a class property in plugin
- wp_list_table class is not safe to use
- Move plugin-settings to ‘Settings’-menu in the admin
- update_option_{$option} not showing old value
- How to prevent plugins from sniffing/stealing other plugins’ options?
- Hook for page Request?
- A server-side hook failed when committing plugin code to SVN
- Content-Security-Policy Headers are there and showing the correct settings, but still getting a refused connection
- SMTP Error: Could not authenticate [closed]
- plugin enqueue style on all pages
- How to delete all categories programatically?
- How to use custom Javascript code inside a plugin?
- What is necessary to secure a WP plugin against direct file access attempts?
- Add a Custom Field in Comment Box next to the Text area
- How do you create a re-useable HTML fragment in wordpress
- Does WordPress check for updates of a plugin via plugins root folder name?
- How do i ‘deactivate’ a plugin only on a certain page template?
- Need to add/remove group of options and display them as rows
- Paypal Framework
- Order by post_date does not work in Previous and Next post pagination
- woocommerce: Customize email with item total count
- Fatal error “Call to undefined function is_plugin_active” each time the plugin is activated
- The styles in the recent posts widgets plugin not working
- How to get the checkout form data from checkout page when place-order button is clicked
- Getting Fatal error: Uncaught Error: Call to undefined function plugin_dir_path() when linking to another file within my wordpress plugin
- How to make WooCommerce multiple filter with custom meta fields
- Custom admin plugin read CSV
- plugin installing error
- Call function when save setting/option in custom admin page
- Plugin to Delete All Posts Monthly
- mailjet plugin – extend functionnalities and reuse api
- How can I use wp_ajax_response for front-end error reporting?
- Force download a file within plugin file
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- Plugin menu replaced by another plugin?
- Is it possible to run javascript on plugin deactivated?
- Creating fields in the database
- How to fix ‘Call to undefined function do_settings()’ error?
- How can I make my plugin detect if a certain theme is active?
- Plugin Block at the backend of every page or post
- How to provide page_template path in custom plugin using WordPress