apply_filters( 'comment_form_fields', array $comment_fields )
Filters the comment form fields, including the textarea.
Description Description
Parameters Parameters
- $comment_fields
-
(array) The comment fields.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
These are the default comment form fields, as seen here http://wpsocket.com/wpref/function/comment_form/
Move the comment text field to the bottom.
Expand full source codeCollapse full source code