Filters the ORDER BY used when ordering search results.
Parameters
Source
$search_orderby = apply_filters( 'posts_search_orderby', $search_orderby, $this );
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |
Filters the ORDER BY used when ordering search results.
$search_orderby = apply_filters( 'posts_search_orderby', $search_orderby, $this );
Version | Description |
---|---|
3.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.