常用函数-get_comment_link()

常用函数-get_comment_link() 说明 检索所给评论的链接 用法 <?php get_co…

常用函数-get_comment_link()

说明

检索所给评论的链接

用法

<?php get_comment_link( $comment, $args ) ?>

参数

$comment

(对象 | 字符串 | 整数)(可选)被检索的评论

默认值:空

$args

(数组)(可选)可选的参数

默认值:array

返回的值

(字符串)

当前评论的永久链接

示例

注释

  • 用法:用get_comment()检索$comment
  • 使用全局变量:(未知)$wp_write
  • 使用全局变量:(未知)$in_comment_loop

修改记录

自1.5.0版本后

源文件

get_comment_link() 位于 wp-includes/comment-template.php中。

相关资源

分类:中文手册

类别:WordPress教程

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

评论 (0)COMMENT

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