pre_comment_approved钩子是Wordpress钩子,筛选挂钩:在设置评论之前筛选评论的审批状态。
apply_filters( ‘pre_comment_approved’, int|string|WP_Error $approved, array $commentdata )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$approved | (int | string | WP_Error) | 批准状态。接受1、0、“垃圾邮件”、“垃圾箱”或WP-u错误。 |
$commentdata | (array) | 注释数据。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.9.0 | wp-includes/comment.php:827 | 1 | 0 |