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

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

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.