Filters the ORDER BY clause of the comments feed query before sending.
$corderbystring$queryWP_Querywp-includes/class-wp-query.php:2865WP_Query::get_posts()wp-includes/class-wp-query.php:3487WP_Query::get_posts() * * @since 2.8.0 * * @param string $corderby The ORDER BY clause of the query. * @param WP_Query $query The WP_Query instance (passed by reference). */ $corderby = apply_filters_ref_array( 'comment_feed_orderby', array( 'comment_date_gmt DESC', &$this ) ); /** * Filters the LIMIT clause of the comments feed query before sending. * * @since 2.8.0 *Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.