add_dashboard_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu page to the Dashboard main menu.
This function takes a capability which will be used to determine whether or not a page is included in the menu.
The function which is hooked in to handle the output of the page must check that the user has the required capability as well.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/add dashboard page « WordPress Codex
Usage. <?php add_dashboard_page( $page_title, $menu_title, $capability, $ menu_slug, $function); ?> Parameters. $page_title: (string) (required) The text to ...
codex.wordpress.org - Administration Menus « WordPress Codex
Dashboard <?php add_dashboard_page( $page_title, $menu_title, $capability, $ menu_slug, $function); ?> Posts <?php add_posts_page( $page_title, ...
codex.wordpress.org - add_dashboard_page (WordPress Function) - WPSeek.com
WordPress lookup for add_dashboard_page, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - add_dashboard_page
Function and Method Cross Reference. add_dashboard_page(). Defined at: /wp- admin/includes/plugin.php -> line 1148. No references found.
phpxref.ftwr.co.uk