How to keep $req and $commenter autofill in custom comment_form() fields?
-
How do you maintain the required and commenter information when you modify or add fields to the comment_form(). Example I wanted to alter the __(‘Name’) to be __(‘Your name’) with some added stuff under the form element but I won’t get the $req value now or esc_attr( $commenter[‘comment_author’] ). Anyone know how to get around this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to keep $req and $commenter autofill in custom comment_form() fields?’ is closed to new replies.