do_action_ref_array ( ‘parse_comment_query’, WP_Comment_Query $query )

Fires after the comment kery vars have been parsed.

Parameters

$query WP_Comment_Query
The WP_Comment_Query instance (passed by reference).

Source

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

Changuelog

Versionen Description
4.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.