Filter hook 'comments_list_table_query_args'

in WP Core File wp-admin/includes/class-wp-comments-list-table.php at line 163

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-comments-list-table.php 163

Parameters

Type Name Description
array $args An array of get_comments() arguments.

PHP Doc

/**
		 * Filters the arguments for the comment query in the comments list table.
		 *
		 * @since 5.1.0
		 *
		 * @param array $args An array of get_comments() arguments.
		 */