posts_where

apply_filters_ref_array( ‘posts_where’, string $where, …

apply_filters_ref_array( ‘posts_where’, string $where, WP_Query $this )

过滤器::过滤查询的WHERE子句。
Filter Hook: Filters the WHERE clause of the query.

目录锚点:#参数#源码#笔记


参数(Parameters)

参数 类型 说明
$where (string) 查询的WHERE子句。
$this (WP_Query) WP_查询实例(通过引用传递)。

源码(Source)


更新版本 源码位置 使用 被使用
1.5.0 wp-includes/class-wp-query.php:2556 1 0

笔记(Notes)

请注意,post_type查询变量不是为标准类型(页、post和附件,请参阅trac上的WP_query class file line 2396)设置的,它仅用于自定义post类型,因此这是您可以为每种类型测试的方法,

类别:WordPress 钩子手册 > post_hook

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册