W3cubDocs

/WordPress

apply_filters( ‘comments_list_table_query_args’, array $args )

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

Parameters

$argsarray
An array of get_comments() arguments.
More Arguments from get_comments( … $args )Array or string of arguments. See WP_Comment_Query::__construct() for information on accepted arguments.

Source

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

Changelog

Version Description
5.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comments_list_table_query_args