comments_popup_link()

comments_popup_link( false|string $zero = false, false|…

comments_popup_link( false|string $zero = false, false|string $one = false, false|string $more = false, string $css_class = , false|string $none = false )

显示指向当前文章ID的注释的链接。
Displays the link to the comments for the current post ID.

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


参数(Parameters)

参数 类型 必填 说明
$zero (false | string) 可选 当没有注释时显示的字符串。
$one (false | string) 可选 当只有一个注释可用时显示的字符串。
$more (false | string) 可选 当有多个注释时显示的字符串。
$css_class (string) 可选 用于注释的CSS类。
$none (false | string) 可选 关闭注释时显示的字符串。

返回(Return)

无返回值


源码(Source)


更新版本 源码位置 使用 被使用
0.71 wp-includes/comment-template.php:1546 0 17

笔记(Notes)

根据注释条件加载不同的CSS类
本地化评论数的文本响应
评论数量的文本响应

类别:WordPress 函数手册

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

评论 (0)COMMENT

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