Comment Hooks
Actions and filters for customizing the WordPress comment system. Query Hooks Actions pre_get_comments Fires before comments are retrieved. do_action_ref_array( 'pre_get_comments', array( &$query ) ); Parameters: $query (WP_Comment_Query) - Query instance...