WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_submit_button

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2696 /**
* 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().
*/

Hook Parameters

Parameter Type Name Description
string $submit_button HTML markup for the submit button.
array $args Arguments passed to comment_form().