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



comment_form_fields › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'comment_form_fields', $comment_fields )
Parameter:
  • (array) $comment_fields The comment fields.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the comment form fields, including the textarea.





Quellcode

$comment_fields = apply_filters( 'comment_form_fields', $comment_fields );