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



preprocess_comment › Les Filtres WordPress

Depuis5.6.0
Dépréciéen/a
apply_filters( 'preprocess_comment', $commentdata )
Paramètres:
  • (array) $commentdata Comment data.
    Requis: Oui
Défini(e) dans:
Codex:

Filters a comment's data before it is sanitized and inserted into the database.





Source

$commentdata = apply_filters( 'preprocess_comment', $commentdata );