comment_form_submit_button WordPress Filter Hook
The comment_form_submit_button hook allows you to modify the submit button for the comment form. This can be useful if you want to add a custom class or change the text of the button.
apply_filters( 'comment_form_submit_button', string $submit_button , array $args ) #
Filters the submit button for the comment form to display.
Parameters
- $submit_button
(string)HTML markup for the submit button.
- $args
(array)Arguments passed to comment_form().
Source
Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |