W3cubDocs

/WordPress

apply_filters( 'posts_search_orderby', string $search_orderby, WP_Query $this )

Filters the ORDER BY used when ordering search results.

Parameters

$search_orderby

(string) The ORDER BY clause.

$this

(WP_Query) The current WP_Query instance.

Source

File: wp-includes/class-wp-query.php

View on Trac

Changelog

Version Description
3.7.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/posts_search_orderby