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



comment_moderation_headers › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'comment_moderation_headers', $message_headers, $comment_id )
Parameter: (2)
  • (string) $message_headers Headers for the comment moderation email.
    Erforderlich: Ja
  • (int) $comment_id Comment ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment moderation email headers.





Quellcode

$message_headers = apply_filters( 'comment_moderation_headers', $message_headers, $comment_id );