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



comment_moderation_subject › WordPress Filter Hooks

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

Filters the comment moderation email subject.





Quellcode

$subject = apply_filters( 'comment_moderation_subject', $subject, $comment_id );