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



comment_notification_headers › Filtr WordPress Hooks

Od1.5.2
Przestarzałyn/a
apply_filters( 'comment_notification_headers', $message_headers, $comment->comment_ID )
Parametry: (2)
  • (string) $message_headers Headers for the comment notification email.
    Wymagane: Tak
  • (string) $comment_id Comment ID as a numeric string.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the comment notification email headers.





Źródło

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