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



comment_notification_subject › Filtr WordPress Hooks

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

Filters the comment notification email subject.





Źródło

$subject = apply_filters( 'comment_notification_subject', $subject, $comment->comment_ID );