On this page
apply_filters( 'comment_status_links', string[] $status_links )
Filters the comment status links.
Parameters
$status_linksstring[]-
An associative array of fully-formed comment status links. Includes
'All','Mine','Pending','Approved','Spam', and'Trash'.
Source
File: wp-admin/includes/class-wp-comments-list-table.php. View all references
return apply_filters( 'comment_status_links', $this->get_views_links( $status_links ) );
Related
Used By
| Used By | Description |
|---|---|
| WP_Comments_List_Table::get_views() wp-admin/includes/class-wp-comments-list-table.php |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_status_links