do_action( 'manage_comments_nav', string $comment_status )

Fires after the Filter submit button for comment types.


Parameters

$comment_status

(string) The comment status name. Default 'All'.


Source

File: wp-admin/includes/class-wp-comments-list-table.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.