On this page
do_action( 'manage_comments_nav', string $comment_status, string $which )
Fires after the Filter submit button for comment types.
Parameters
$comment_statusstring-
The comment status name. Default
'All'. $whichstring-
The location of the extra table nav markup:
'top'or'bottom'.
Source
File: wp-admin/includes/class-wp-comments-list-table.php. View all references
do_action( 'manage_comments_nav', $comment_status, $which );
Related
Used By
| Used By | Description |
|---|---|
| WP_Comments_List_Table::extra_tablenav() wp-admin/includes/class-wp-comments-list-table.php |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_comments_nav