get_posts_by_author_sql()

get_posts_by_author_sql( string|string[] $post_type, bo…

get_posts_by_author_sql( string|string[] $post_type, bool $full = true, int $post_author = null, bool $public_only = false )

根据功能、作者和类型检索post SQL。
Retrieve the post SQL based on capability, author, and type.

目录锚点:#说明#参数#返回#源码#笔记


说明(Description)

另见函数 get_private_posts_cap_sql()


参数(Parameters)

参数 类型 必填 说明
$post_type (string | string[]) 必需 单个post类型或post类型数组。
$full (bool) 可选 返回完整的WHERE语句,而不只是“andalso”术语。
$post_author (int) 可选 查询具有单个作者ID的帖子。
$public_only (bool) 可选 只回公共岗位。跳过$current_用户的上限检查。

返回(Return)

(string)可添加到查询中的代码的SQL。


源码(Source)


更新版本 源码位置 使用 被使用
4.3.0 wp-includes/post.php:6344 4 7

笔记(Notes)

当前设置为false的full选项不会像您预期的那样返回post过滤器
例子

类别:WordPress 函数手册

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

评论 (0)COMMENT

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