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



comment_notification_headers › WordPress Filter Hooks

Da1.5.2
Deprecaton/a
apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID )
Parametri: (2)
  • (string) $message_headers Headers for the comment notification email.
    Richiesto:
  • (string) $comment_id Comment ID as a numeric string.
    Richiesto:
Definito a:
Codex:

Filters the comment notification email headers.





Sorgenti

$message_headers = apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID );