当前浏览:首页 / WordPress函数 / comments_link()

comments_link( string $deprecated = '', string $deprecated_2 = '' )

显示指向当前文章评论的链接

comment 评论more...

linkmore...


参数

$deprecated

(string)(可选) 不要使用。

默认值: ''

$deprecated_2

(string)(可选) 不要使用。

默认值: ''



源码

查看源码 官方文档


更新日志

版本描述
0.71开始引入

使用示例

  • 示例1

    实例

    <a href="<?php comments_link(); ?>">
        Comments to this post
    </a>
    

    注意:comments_link()的输出已经由核心转义。