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



comment_form_submit_field › Les Filtres WordPress

Depuis4.2.0
Dépréciéen/a
apply_filters( 'comment_form_submit_field', $submit_field, $args )
Paramètres: (2)
  • (string) $submit_field HTML markup for the submit field.
    Requis: Oui
  • (array) $args Arguments passed to comment_form().
    Requis: Oui
Défini(e) dans:
Codex:

Filters the submit field for the comment form to display.

The submit field includes the submit button, hidden fields for the comment form, and any wrapper markup.





Source

echo apply_filters( 'comment_form_submit_field', $submit_field, $args );