wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



comment_form_submit_field › WordPress Filter Hooks

Da4.2.0
Deprecaton/a
apply_filters( 'comment_form_submit_field', $submit_field, $args )
Parametri: (2)
  • (string) $submit_field HTML markup for the submit field.
    Richiesto:
  • (array) $args Arguments passed to comment_form().
    Richiesto:
Definito a:
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.





Sorgenti

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