posts_clauses钩子是Wordpress钩子,过滤器::为了方便起见,一次过滤所有查询子句。
apply_filters_ref_array( ‘posts_clauses’, string[] $clauses, WP_Query $this )
说明(Description)
涵盖WHERE、GROUP BY、JOIN、ORDER BY、DISTINCT、fields(SELECT)和LIMITS子句。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$clauses | (string[]) | 查询子句的关联数组。 |
$this | (WP_Query) | WP_查询实例(通过引用传递)。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.1.0 | wp-includes/class-wp-query.php:2766 | 1 | 0 |