apply_filters( 'notify_moderator', bool $maybe_notify, int $comment_ID )

Filters whether to send the site moderator email notifications, overriding the site setting.


Description Description


Parameters Parameters

$maybe_notify

(bool) Whether to notify blog moderator.

$comment_ID

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


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.