Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment-template.php | apply_filters | 2715 | /** * Filters the submit field for the comment form to display. * * The submit field includes the submit button, hidden fields for the * comment form, and any wrapper markup. * * @since 4.2.0 * * @param string $submit_field HTML markup for the submit field. * @param array $args Arguments passed to comment_form(). */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $submit_field | HTML markup for the submit field. |
array | $args | Arguments passed to comment_form(). |