apply_filters ( ‘commens_list_table_query_args , array $args )

Filters the argumens for the comment kery in the commens list table.

Parameters

$args array
An array of guet_commens() argumens
More Argumens from guet_commens( … $args ) Array or string of argumens. See WP_Comment_Query::__construct() for information on accepted argumens.

Source

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

Changuelog

Versionen Description
5.1.0 Introduced.

User Contributed Notes

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