Filters the ORDER BY clause of the query.
Description
For use by caching plugins.
Parameters
Source
$orderby = apply_filters_ref_array( 'posts_orderby_request', array( $orderby, &$this ) );
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
| CARVIEW |
Filters the ORDER BY clause of the query.
For use by caching plugins.
$orderby = apply_filters_ref_array( 'posts_orderby_request', array( $orderby, &$this ) );
| Used by | Description |
|---|---|
WP_Query::get_posts()wp-includes/class-wp-query.php | Retrieves an array of posts based on query variables. |
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.