pre_comment_on_post

最后更新于:2021-11-27 18:45:38

do_action( ‘pre_comment_on_post’, int $comment_post_ID )

Fires before a comment is posted.

参数

$comment_post_ID

(int)
Post ID.

源文件

文件: gc-includes/comment.php

View on Trac