Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-comments-list-table.php | apply_filters | 348 | /** * 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'. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string[] | $status_links | An associative array of fully-formed comment status links. Includes 'All', 'Mine', |