wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



notify_moderator › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'notify_moderator', $maybe_notify, $comment_id )
Parametry: (2)
  • (bool) $maybe_notify Whether to notify blog moderator.
    Wymagane: Tak
  • (int) $comment_id The ID of the comment for the notification.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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