Filter hook 'comment_status_links'
in WP Core File wp-admin/includes/class-wp-comments-list-table.php at line 349
Description
Filters the comment status links.
Occurrences
Filename |
Line Number |
wp-admin/includes/class-wp-comments-list-table.php |
349 |
Parameters
Type |
Name |
Description |
string[] |
$status_links |
An associative array of fully-formed comment status links. Includes 'All', 'Mine', 'Pending', 'Approved', 'Spam', and 'Trash'. |
PHP Doc
/**
* Filters the comment status links.
*
* @since 2.5.0
* @since 5.1.0 The 'Mine' link was added.
*
* @param string[] $status_links An associative array of fully-formed comment status links. Includes 'All', 'Mine',
* 'Pending', 'Approved', 'Spam', and 'Trash'.
*/