notify_moderator

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$maybe_notify

Whether to notify blog moderator.

$comment_ID

The id of the comment for the notification.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply