comment_form_submit_field

Advertisement

Summery Summery

Filters the submit field for the comment form to display.

Syntax Syntax

apply_filters( 'comment_form_submit_field', string $submit_field, array $args )

Description Description

The submit field includes the submit button, hidden fields for the comment form, and any wrapper markup.

Parameters Parameters

$submit_field

HTML markup for the submit field.

$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