apply_filters( 'comment_form_fields', array $comment_fields )
Filters the comment form fields, including the textarea.
Description
Parameters
- $comment_fields
-
(array) The comment fields.
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
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