wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



notify_moderator › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'notify_moderator', $maybe_notify, $comment_id )
Parametri: (2)
  • (bool) $maybe_notify Whether to notify blog moderator.
    Richiesto:
  • (int) $comment_id The ID of the comment for the notification.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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