comment_form_submit_button

Advertisement

Summery Summery

Filters the submit button for the comment form to display.

Syntax Syntax

apply_filters( 'comment_form_submit_button', string $submit_button, array $args )

Parameters Parameters

$submit_button

HTML markup for the submit button.

$args

Arguments passed to comment_form().

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.

Advertisement

Leave a Reply