comments_list_table_query_args

最后更新于:2021-11-26 00:34:19

apply_filters( ‘comments_list_table_query_args’, array $args )

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

参数

$args

(array)
An array of get_comments() arguments.

源文件

文件: gc-admin/includes/class-gc-comments-list-table.php

View on Trac