W3cubDocs

/WordPress

do_action_ref_array( ‘parse_comment_query’, WP_Comment_Query $query )

Fires after the comment query vars have been parsed.

Parameters

$queryWP_Comment_Query
The WP_Comment_Query instance (passed by reference).

Source

do_action_ref_array( 'parse_comment_query', array( &$this ) );

Changelog

Version Description
4.2.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/parse_comment_query