apply_filters( 'comment_form_submit_button', string $submit_button , array $args )
Filters the submit button for the comment form to display.
Parameters
- $submit_button
-
HTML markup for the submit button.
- $args
-
Arguments passed to
comment_form()
.
Source
Changelog
Version | Description |
---|---|
WP-4.2.0 | Introduced. |