WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comments_list_table_query_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-comments-list-table.php apply_filters 162 /**
* 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.
*/

Hook Parameters

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