comments_list_table_query_args WordPress Filter Hook
The comments_list_table_query_args hook is used to modify the arguments used in retrieving comments for the Comments List Table.
apply_filters( 'comments_list_table_query_args', array $args ) #
Filters the arguments for the comment query in the comments list table.
Parameters
- $args
(array)An array of get_comments() arguments.
Source
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |