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



comment_form_submit_button › WordPress Filter Hooks

Seit4.2.0
Veraltetn/v
apply_filters( 'comment_form_submit_button', $submit_button, $args )
Parameter: (2)
  • (string) $submit_button HTML markup for the submit button.
    Erforderlich: Ja
  • (array) $args Arguments passed to comment_form().
    Erforderlich: Ja
Definiert in:
Codex:

Filters the submit button for the comment form to display.





Quellcode

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