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



comment_moderation_text › WordPress Filter Hooks

Da1.5.2
Deprecaton/a
apply_filters( 'comment_moderation_text', $notify_message, $comment_id )
Parametri: (2)
  • (string) $notify_message Text of the comment moderation email.
    Richiesto:
  • (int) $comment_id Comment ID.
    Richiesto:
Definito a:
Codex:

Filters the comment moderation email text.





Sorgenti

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