comment_feed_where WordPress Filter Hook
The comment_feed_where hook is used to modify the SQL WHERE clause in the query that fetches comments for display in a comment feed.
apply_filters_ref_array( 'comment_feed_where', string $cwhere , WP_Query $query ) #
Filters the WHERE clause of the comments feed query before sending.
Parameters
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |