wpseek.com
A WordPress-centric search engine for devs and theme authors
add_links_page › WordPress Function
Since2.7.0
Deprecatedn/a
› add_links_page ( $page_title, $menu_title, $capability, $menu_slug, $callback = '', $position = null )
Parameters: (6) |
|
Returns: |
|
Defined at: |
|
Codex: | |
Change Log: |
|
Adds a submenu 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.