wordpress教程如何输出用于回复评论的隐藏输入html

2024年05月30日 建站教程

wordpress开发中,如何输出用于回复评论的隐藏输入html?下面web建站小编给大家简单介绍一下

函数原型:

comment_id_fields( int|WP_Post|null $post = null )

//$post,显示评论的帖子。默认为当前全局职位。

函数源码:

function comment_id_fields( $post = null ) {
  echo get_comment_id_fields( $post );
}

本文链接:http://so.lmcjl.com/news/5600/

展开阅读全文
相关内容