do_action( ‘manage_comments_nav’, string $comment_status, string $which )

In this article

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: Either 'top' or 'bottom'.

Source

do_action( 'manage_comments_nav', $comment_status, $which );

Changelog

VersionDescription
5.6.0The $which parameter was added.
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.