Skip to navigation
Worpdress add_menu_page, add_submenu_page and add_submenu_page function
16.05.25
``` add_menu_page( string $page_title , string $menu_title , string $capability , string $menu_slug , callable $callback = '' , string $icon_url = '' , int|float $position = null ): string // https://developer.wordpress.org/reference/functions/add_menu_page/ add_submenu_page( string $parent_slug , string $page_title , string $menu_title , string $capability , string $menu_slug , callable $callback = '' , int|float $position = null ): string|false // https://developer.wordpress.org/reference/functions/add_submenu_page/ add_settings_section( string $id , string $title , callable $callback , string $page , array $args = array() ) // https://developer.wordpress.org/reference/functions/add_settings_section/ ```
https://developer.wordpress.org/reference/functions/add_submenu_page/
Reply
Anonymous
Information Epoch 1764955138
Live free or die.
Home
Notebook
Contact us