WordPress编辑评论函数:edit_comment_link

WordPress模板函数edit_comment_link输出编辑评论的链接,需要用在The Loop主循环…

WordPress模板函数edit_comment_link输出编辑评论的链接,需要用在The Loop主循环中。

edit_comment_link( string $text = null, string $before = '', string $after = '' )

函数参数

$text

字符串值,默认为空

链接锚文本

$before

字符串值,默认为空

链接前输出的字符

$after

字符串值,默认为空

链接后输出的字符

函数使用示例

<?php edit_comment_link('编辑评论', '<p>', '</p>'); ?>

扩展阅读

edit_comment_link()函数位于:wp-includes/link-template.php

相关函数:

  • edit_post_link()
  • edit_tag_link()
  • edit_bookmark_link()
类别:WordPress函数讲解

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

评论 (0)COMMENT

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