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



comment_save_pre › WordPress Filter Hooks

Seit1.5.0
Veraltetn/v
apply_filters( 'comment_save_pre', $data['comment_content'] )
Parameter:
  • (string) $comment_content The comment data.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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