wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



comment_moderation_text › Les Filtres WordPress

Depuis1.5.2
Dépréciéen/a
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
Paramètres: (2)
  • (string) $notify_message Text of the comment moderation email.
    Requis: Oui
  • (int) $comment_id Comment ID.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment moderation email text.





Source

$notify_message = apply_filters( 'comment_moderation_text', $notify_message, $comment_id );