comment_moderation_subject

最后更新于:2021-11-26 03:57:50

apply_filters( ‘comment_moderation_subject’, string $subject, int $comment_id )

Filters the comment moderation email subject.

参数

$subject

(string)
Subject of the comment moderation email.

$comment_id

(int)
Comment ID.

源文件

文件: gc-includes/pluggable.php

View on Trac