add_comments_page [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Add sub menu 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.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/add comments page « WordPress Codex
Usage. <?php add_comments_page( $page_title, $menu_title, $capability, $ menu_slug, $function); ?> Parameters. $page_title: (string) (required) The text to be ...
codex.wordpress.org - add_comments_page() WordPress function reference, arguments ...
add_comments_page(). Add sub menu page to the comments main menu. This function takes a capability which will be used to determine whether or not a page ...
queryposts.com - Add Comment Status Links to Comments Menu | Pippins Plugins
5 days ago ... We place our add_comments_page() function calls inside of a function that ... add_comments_page(__('Approved Comments'), __('Approved'), ...
pippinsplugins.com - Docs for page plugin.php
string|bool add_comments_page (string $page_title, string $menu_title, string $ capability, string $menu_slug, [callback $function = '']). string $page_title: The ...
phpdoc.ftwr.co.uk