do_action_ref_array( 'pre_get_comments', WP_Comment_Query $query )

Fires before comments are retrieved.


Parameters

$query WP_Comment_Query
Current instance of WP_Comment_Query (passed by reference).

Top ↑

Source

File: wp-includes/class-wp-comment-query.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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