notify_post_author

最后更新于:2021-11-27 11:19:24

apply_filters( ‘notify_post_author’, bool $maybe_notify, int $comment_ID )

Filters whether to send the post author new comment notification emails, overriding the site setting.

参数

$maybe_notify

(bool)
Whether to notify the post author about the new comment.

$comment_ID

(int)
The ID of the comment for the notification.

源文件

文件: gc-includes/comment.php

View on Trac