apply_filters_ref_array( ‘comment_feed_where’, string $cwhere, WP_Query $query )

In this article

Filters the WHERE clause of the comments feed query before sending.

Parameters

$cwherestring
The WHERE clause of the query.
$queryWP_Query
The WP_Query instance (passed by reference).

Source

$cwhere = apply_filters_ref_array( 'comment_feed_where', array( $cwhere, &$this ) );

Changelog

VersionDescription
2.2.0Introduced.

User Contributed Notes

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