wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_form › WordPress动作钩子

Since1.5.0
已弃用n/a
do_action( 'comment_form', $post_id )
参数:
  • (int) $post_id The post ID.
    Required: Yes
定义在:
文档:

Fires at the bottom of the comment form, inside the closing form tag.





源码

do_action( 'comment_form', $post_id );