wpseek.com
A WordPress-centric search engine for devs and theme authors
add_comments_page › WordPress Function
Since2.7.0
Deprecatedn/a
› add_comments_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 Comments 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.Related Functions: add_menu_page, add_comment_meta, add_management_page, add_posts_page, add_object_page