comment_form_field_comment WordPress Filter Hook

The comment_form_field_comment hook is used to add extra fields to the comment form. This hook is used by the comment_form() function to add extra fields to the comment form.

apply_filters( 'comment_form_field_comment', string $args_comment_field ) #

Filters the content of the comment textarea field for display.


Parameters

$args_comment_field

(string)The content of the comment textarea field.


Top ↑

Source

File: wp-includes/comment-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More