Filters the GROUP BY clause of the comments feed query before sending.
Parameters
Source
$cgroupby = apply_filters_ref_array( 'comment_feed_groupby', array( $cgroupby, &$this ) );
Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |
Filters the GROUP BY clause of the comments feed query before sending.
$cgroupby = apply_filters_ref_array( 'comment_feed_groupby', array( $cgroupby, &$this ) );
Version | Description |
---|---|
2.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.