wpseek.com
A WordPress-centric search engine for devs and theme authors



comments_list_table_query_args › WordPress Filter Hooks

Since5.1.0
Deprecatedn/a
apply_filters( 'comments_list_table_query_args', $args )
Parameters:
  • (array) $args An array of get_comments() arguments.
    Required: Yes
Defined at:
Codex:

Filters the arguments for the comment query in the comments list table.





Source

$args = apply_filters( 'comments_list_table_query_args', $args );