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



comment_form_submit_button › Les Filtres WordPress

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

Filters the submit button for the comment form to display.





Source

$submit_button = apply_filters( 'comment_form_submit_button', $submit_button, $args );