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



comment_save_pre › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'comment_save_pre', $data['comment_content'] )
Parametri:
  • (string) $comment_content The comment data.
    Richiesto:
Definito a:
Codex:

Filters the comment content before it is updated in the database.





Sorgenti

$data['comment_content'] = apply_filters( 'comment_save_pre', $data['comment_content'] );