add_links_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu page to the links 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 links page « WordPress Codex
Description. Add sub menu page to the Links menu. Usage. <?php add_links_page( $page_title, $menu_title, $capability, $menu_slug, $function); ? > ...
codex.wordpress.org - add_links_page() WordPress function reference, arguments and ...
add_links_page(). Add sub menu page to the links main menu. This function takes a capability which will be used to determine whether or not a page is included ...
queryposts.com - add_links_page | A HitchHackers guide through WordPress
Feb 11, 2011 ... function add_links_page( $page_title, $menu_title, $capability, $menu_slug, $ function = '' ) { return add_submenu_page( 'link-manager.php', ...
hitchhackerguide.com - PHPXRef 0.7 : WordPress : Function Reference: add_links_page()
Function and Method Cross Reference. add_links_page(). Defined at: /wp-admin/ includes/plugin.php -> line 1211. No references found.
phpxref.ftwr.co.uk