posts_search_orderby钩子是Wordpress钩子,过滤器::在排序搜索结果时按使用的顺序进行筛选。
apply_filters( ‘posts_search_orderby’, string $search_orderby, WP_Query $this )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$search_orderby | (string) | 订单条款。 |
$this | (WP_Query) | 当前WP_查询实例。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.7.0 | wp-includes/class-wp-query.php:2374 | 1 | 0 |