过滤评论通知电子邮件主题。
原型
apply_filters( 'comment_notification_subject', string $subject, int $comment_id )
参数
$subject
(string)
评论通知电子邮件主题。
$comment_id
(int)
评论ID。
源文件
路径:wp-includes/pluggable.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/comment_notification_subject/