comment_form_field_{$name}

comment_form_field_{$name}

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-includes/comment-template.php line 2811
    					 * @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