comment_form_field_{$name}

comment_form_field_{$name}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comment_form_field_{$name}') is found 1 times:

  • /wp-includes/comment-template.php line 2836
    2832
    2833
    2834
    2835
    2836
    2837
    2838
    2839
    2840
    2841
    2842
    * @since 3.0.0
     *
     * @param string $field The HTML-formatted output of the comment form field.
     */
    echo apply_filters( "comment_form_field_{$name}", $field ) . "\n";
     
    if ( $last_field === $name ) {
        /**
         * Fires after the comment fields in the comment form, excluding the textarea.
         *
         * @since 3.0.0