apply_filters( "posts_search_orderby", string $search_orderby, WP_Query $query )

Filters the ORDER BY used when ordering search results.

Parameters

$search_orderby

string

The ORDER BY clause.

$query

WP_Query

The current WP_Query instance.

Source

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

View all references

$search_orderby = apply_filters( "posts_search_orderby", $search_orderby, $this );

Leave a Reply

Your email address will not be published. Required fields are marked *