restrict_manage_comments WordPress Action Hook
The restrict_manage_comments hook is a great way to fine-tune the comments management interface in WordPress. It allows you to add custom filters and columns to the comments list table, making it easier to find and manage the comments you need.
do_action( 'restrict_manage_comments' ) #
Fires just before the Filter submit button for comment types.
Source
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |