comment_form_field_comment

comment_form_field_comment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('comment_form_field_comment') is found 1 times:

  • /wp-includes/comment-template.php line 2778
    					 * @since 3.0.0
    					 *
    					 * @param string $args_comment_field The content of the comment textarea field.
    					 */
    					echo apply_filters( 'comment_form_field_comment', $field );
    
    					echo $args['comment_notes_after'];
    
    				} elseif ( ! is_user_logged_in() ) {
    
    					if ( $first_field === $name ) {
    

See this hook used in plugins: