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

Filters a comment form field for display.


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

(string) The HTML-formatted output of the comment form field.


Top ↑

Source Source

File: wp-includes/comment-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.