pre_comment_on_post
do_action( ‘pre_comment_on_post’, int $comment_post_ID )
动作钩子::在发布评论之前触发。
Action Hook: Fires before a comment is posted.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_post_ID | (int) | 邮政编码。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.8.0 | wp-includes/comment.php:3321 | 1 | 0 |
pre_comment_on_post 为WP2原创文章,链接:https://www.wp2.cn/hook/pre_comment_on_post/