comment_feed_groupby WordPress Filter Hook
The comment_feed_groupby hook is used to group comments by their post ID. This is useful for separating comments on different posts into different feeds.
apply_filters_ref_array( 'comment_feed_groupby', string $cgroupby , WP_Query $query ) #
Filters the GROUP BY clause of the comments feed query before sending.
Parameters
Source
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |