Description
Filters the comment types shown in the drop-down menu on the Comments list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-comments-list-table.php | 501 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $comment_types | Array of comment type labels keyed by their name. |
PHP Doc
/**
* Filters the comment types shown in the drop-down menu on the Comments list table.
*
* @since 2.7.0
*
* @param string[] $comment_types Array of comment type labels keyed by their name.
*/