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



comment_moderation_text › WordPress Filter Hooks

Seit1.5.2
Veraltetn/v
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
Parameter: (2)
  • (string) $notify_message Text of the comment moderation email.
    Erforderlich: Ja
  • (int) $comment_id Comment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment moderation email text.





Quellcode

$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );