Description
Filters the submit button for the comment form to display.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment-template.php | 2846 |
Parameters
Type | Name | Description |
---|---|---|
string | $submit_button | HTML markup for the submit button. |
array | $args | Arguments passed to comment_form(). |
PHP Doc
/**
* Filters the submit button for the comment form to display.
*
* @since 4.2.0
*
* @param string $submit_button HTML markup for the submit button.
* @param array $args Arguments passed to comment_form().
*/