wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



notify_moderator › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'notify_moderator', $maybe_notify, $comment_id )
Parameter: (2)
  • (bool) $maybe_notify Whether to notify blog moderator.
    Erforderlich: Ja
  • (int) $comment_id The ID of the comment for the notification.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

$maybe_notify = apply_filters( 'notify_moderator', $maybe_notify, $comment_id );