Filter hook 'comment_form_submit_button'

in WP Core File wp-includes/comment-template.php at line 2846

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().
			 */