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

Filters the submit field for the comment form to display.


Description Description

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


Parameters Parameters

$submit_field

(string) HTML markup for the submit field.

$args

(array) Arguments passed to comment_form().


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.