Fires after the Filter submit button for comment types.
Parameters
$comment_status
string- The comment status name. Default
'All'
. $which
string- The location of the extra table nav markup: Either
'top'
or'bottom'
.
Source
do_action( 'manage_comments_nav', $comment_status, $which );
User Contributed Notes
You must log in before being able to contribute a note or feedback.