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.7.2

apply_filters('comment_form_field_comment') is found 1 times:

  • /wp-includes/comment-template.php line 2803
    2799
    2800
    2801
    2802
    2803
    2804
    2805
    2806
    2807
    2808
    2809
         * @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: