comment_form

最后更新于:2021-11-26 02:33:20

do_action( ‘comment_form’, int $post_id )

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

参数

$post_id

(int)
The post ID.

源文件

文件: gc-includes/comment-template.php

View on Trac