posts_search_orderby
最后更新于:2021-11-27 15:47:06
apply_filters( ‘posts_search_orderby’, string $search_orderby, GC_Query $query )
Filters the ORDER BY used when ordering search results.
参数
- $search_orderby
-
(string)
The ORDER BY clause.
- $query
-
(GC_Query)
The current GC_Query instance.
源文件
文件: gc-includes/class-gc-query.php
View on Trac