apply_filters( ‘comments_list_table_query_args’, array $args )

In this article

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

VersionDescription
5.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.