apply_filters( 'comments_list_table_query_args', array $args )

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


Parameters

$args

An array of get_comments() arguments.


Source

File: wp-admin/includes/class-wp-comments-list-table.php

View on GitHub



Changelog

Changelog
Version Description
5.1.0 Introduced.