wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_form_submit_button › WordPress Filter Hooks

Since4.2.0
Deprecatedn/a
apply_filters( 'comment_form_submit_button', $submit_button, $args )
Parameters: (2)
  • (string) $submit_button HTML markup for the submit button.
    Required: Yes
  • (array) $args Arguments passed to comment_form().
    Required: Yes
Defined at:
Codex:

Filters the submit button for the comment form to display.





Source

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