add_posts_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu page to the posts 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 ]
Google Arama Sonuçlarý
- Function Reference/add posts page « WordPress Codex
Description. Add sub menu page to the Posts menu. Usage. <?php add_posts_page( $page_title, $menu_title, $capability, $menu_slug, $function); ?> ...
codex.wordpress.org - Administration Menus « WordPress Codex
Posts <?php add_posts_page( $page_title, $menu_title, $capability, $menu_slug , $function); ?> Media <?php add_media_page( $page_title, $menu_title, ...
codex.wordpress.org - add_posts_page() WordPress function reference, arguments and ...
add_posts_page(). Add sub menu page to the posts main menu. This function takes a capability which will be used to determine whether or not a page is ...
queryposts.com - add_posts_page | A HitchHackers guide through WordPress
Feb 11, 2011 ... function add_posts_page( $page_title, $menu_title, $capability, $menu_slug, $ function = '' ) { return add_submenu_page( 'edit.php', ...
hitchhackerguide.com