add_pages_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu page to the pages 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 pages page « WordPress Codex
Description. Add sub menu page to the Pages menu. Usage. <?php add_pages_page( $page_title, $menu_title, $capability, $menu_slug, $function); ?> ...
codex.wordpress.org - Administration Menus « WordPress Codex
Pages <?php add_pages_page( $page_title, $menu_title, $capability, $ menu_slug, $function); ?> Comments <?php add_comments_page( $page_title, ...
codex.wordpress.org - add_pages_page() WordPress function reference, arguments and ...
add_pages_page(). Add sub menu page to the pages main menu. This function takes a capability which will be used to determine whether or not a page is ...
queryposts.com - add_pages_page | A HitchHackers guide through WordPress
Feb 11, 2011 ... Source code. function add_pages_page( $page_title, $menu_title, $capability, $ menu_slug, $function = '' ) { return add_submenu_page( ...
hitchhackerguide.com