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



comment_form_submit_field › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'comment_form_submit_field', $submit_field, $args )
Parameter: (2)
  • (string) $submit_field HTML markup for the submit field.
    Erforderlich: Ja
  • (array) $args Arguments passed to comment_form().
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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