wordpress建站中,如何利用comment_excerpt()
函数显示当前评论的摘要,下面web建站小编给大家简单介绍一下!
函数原型:
comment_excerpt( int|WP_Comment $comment_id ) //$comment_id, 要打印摘录的评论的WP_Comment或ID。默认当前评论。
函数源码:
function comment_excerpt( $comment_id = 0 ) { $comment = get_comment( $comment_id ); $comment_excerpt = get_comment_excerpt( $comment ); echo apply_filters( 'comment_excerpt', $comment_excerpt, $comment->comment_ID ); }
包含钩子:
apply_filters( 'comment_excerpt', string $comment_excerpt, string $comment_id )
调用方法:
<p>Latest comment: <?php comment_excerpt(); ?></p>
标签: comment_excerpt, wordpress评论
上面是“wordpress技巧如何显示当前评论的摘要”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_4794.html
workflows工作流
- 一条色彩斑斓的超现实小孔雀鱼ComfyUI工作流
- 一群可爱的小老鼠ComfyUI工作流
- 图片转视频ComfyUI工作流
- 文生图工作流:树枝上站着一只鸟
- 一颗翡翠玉雕盆栽树comfyui工作流
- 一个骷髅海盗船长ComfyUI工作流
- 一只白色小猫comfyui工作流
- 一幅以霓虹灯照亮的城市天际线和未来主义画
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!