WordPress评论内容标签comment_text知识点
WordPress主题开发过程中经常会使用到一些标签,今天主题盒子小编为大家分享WordPress评论内容标签…
WordPress主题开发过程中经常会使用到一些标签,今天主题盒子小编为大家分享WordPress评论内容标签comment_text知识点。
comment_text()函数一般位于:wp-includes/comment-template.php。WordPress主题标签comment_text用于输出评论内容,通常用在自定义评论模板中。
comment_text( integer $comment_ID = 0, array $args = array() )
函数参数
$comment_ID
整数型,默认值:0
指定一个评论ID,则输出该评论的内容。
$args
数组,默认为空
可选的数组参数,为comment_text()函数提供额外的值。
函数使用示例
<li><?php comment_author(); ?>说:<br />
<?php comment_text(); ?></li>
类别:WordPress入门、
本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。
还没有任何评论,赶紧来占个楼吧!