操作挂钩:当试图对受密码保护的帖子发表评论时激发。
do_action( ‘comment_on_password_protected’, int $comment_post_ID )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comment_post_ID | (int) | 邮政编码。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.9.0 | wp-includes/comment.php:3308 | 1 | 0 |
操作挂钩:当试图对受密码保护的帖子发表评论时激发。
do_action( ‘comment_on_password_protected’, int $comment_post_ID )
参数 | 类型 | 说明 |
---|---|---|
$comment_post_ID | (int) | 邮政编码。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.9.0 | wp-includes/comment.php:3308 | 1 | 0 |
之前