筛选挂钩:筛选评论审核电子邮件主题。
apply_filters( ‘comment_moderation_subject’, string $subject , int $comment_id )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$subject | (string) | 评论审核邮件的主题。 |
$comment_id | (int) | 注释ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.2 | wp-includes/pluggable.php:1865 | 1 | 0 |
筛选挂钩:筛选评论审核电子邮件主题。
apply_filters( ‘comment_moderation_subject’, string $subject , int $comment_id )
参数 | 类型 | 说明 |
---|---|---|
$subject | (string) | 评论审核邮件的主题。 |
$comment_id | (int) | 注释ID。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
1.5.2 | wp-includes/pluggable.php:1865 | 1 | 0 |
之前