add_plugins_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu page to the plugins 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 plugins page « WordPress Codex
Usage. <?php add_plugins_page( $page_title, $menu_title, $capability, $ menu_slug, $function); ?> Parameters. $page_title: (string) (required) The text to be ...
codex.wordpress.org - #11377 (create function add_plugins_page for Plugin sub-menu ...
... every menu except for the plugins menu. I'm proposing creating a function named add_plugins_page which would work identical to the other menu functions.
core.trac.wordpress.org - Fatal error: Call to undefined function add_plugins_page() in
Fatal error: Call to undefined function add_plugins_page() in (1 post). BP88 Member Posted 3 weeks ago #. Hi! I recently installed a plugin via the WP Admin ...
wordpress.org - add_plugins_page() WordPress function reference, arguments and ...
add_plugins_page(). Add sub menu page to the plugins main menu. This function takes a capability which will be used to determine whether or not a page is ...
queryposts.com