Description
Filters the arguments for the comment query in the comments list table.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-comments-list-table.php | 163 |
Parameters
Type | Name | Description |
---|---|---|
array | $args | An array of get_comments() arguments. |
PHP Doc
/**
* Filters the arguments for the comment query in the comments list table.
*
* @since 5.1.0
*
* @param array $args An array of get_comments() arguments.
*/