comment_form_field_{$name}

Advertisement

Summery Summery

Filters a comment form field for display.

Syntax Syntax

apply_filters( "comment_form_field_{$name}", string $field )

Description Description

The dynamic portion of the filter hook, $name, refers to the name of the comment form field. Such as ‘author’, ’email’, or ‘url’.

Parameters Parameters

$field

The HTML-formatted output of the comment form field.

Source Source

File: wp-includes/comment-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply