do_action( 'manage_comments_nav', string $comment_status , string $which )
Fires after the Filter submit button for comment types.
Parameters
- $comment_status
-
The comment status name. Default 'All'.
- $which
-
The location of the extra table nav markup: 'top' or 'bottom'.
Source
Changelog
Version | Description |
---|---|
5.6.0 | The $which parameter was added. |
2.5.0 | Introduced. |