has_post_format()

has_post_format( string|array $format = array(), WP_Pos…

has_post_format( string|array $format = array(), WP_Post|int|null $post = null )

检查文章是否有任何给定的格式或任何格式。
Check if a post has any of the given formats, or any format.

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


参数(Parameters)

参数 类型 必填 说明
$format (string | array) 可选 要检查的格式。
$post (WP_Post | int | null) 可选 要检查的邮件。如果未提供,则默认为在循环中使用的当前post。

返回(Return)

(bool)如果post具有任何给定格式(或任何格式,如果未指定格式),则为True,否则为false。


源码(Source)


更新版本 源码位置 使用 被使用
3.1.0 wp-includes/post-formats.php:48 0 2

笔记(Notes)

从Codex迁移的示例:

类别:WordPress 函数手册

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

评论 (0)COMMENT

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