WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about comment_form_field_comment

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment-template.php apply_filters 2634 /**
* Filters the content of the comment textarea field for display.
*
* @since 3.0.0
*
* @param string $args_comment_field The content of the comment textarea field.
*/

Hook Parameters

Parameter Type Name Description
string $args_comment_field The content of the comment textarea field.