apply_filters( 'comment_form_submit_button', string $submit_button , array $args )
Filters the submit button for the comment form to display.
Description Description
Parameters Parameters
- $submit_button
-
(string) HTML markup for the submit button.
- $args
-
(array) Arguments passed to comment_form().
Source Source
Changelog Changelog
Version | Description |
---|---|
4.2.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
Example: Following example shows how you can use this filter to change submit button markup of comment form.