WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_comments_nav

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-comments-list-table.php do_action 441 /**
* Fires after the Filter submit button for comment types.
*
* @since 2.5.0
* @since 5.6.0 The `$which` parameter was added.
*
* @param string $comment_status The comment status name. Default 'All'.
* @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
*/

Hook Parameters

Parameter Type Name Description
string $comment_status The comment status name. Default 'All'.
string $which The location of the extra table nav markup: 'top' or 'bottom'.