comment_notification_notify_author

最后更新于:2021-11-26 03:58:23

apply_filters( ‘comment_notification_notify_author’, bool $notify, int $comment_id )

Filters whether to notify comment authors of their comments on their own posts.

参数

$notify

(bool)
Whether to notify the post author of their own comment. Default false.

$comment_id

(int)
The comment ID.

源文件

文件: gc-includes/pluggable.php

View on Trac