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