How to modify comments form using comment_form()? olatechproFebruary 19, 20232 Views how i can modify comments form, my theme just call: <?php comment_form(); ?> Post Views: 2 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
Do you mean modifying its text or behavior? The function is very extensive and customizable. It both accepts extensive set of parameters and has a lot of hooks. For starters see: comment_form() in Codex; WordPress 3.0 Theme Tip: The Comment Form. Log in to Reply
Do you mean modifying its text or behavior? The function is very extensive and customizable. It both accepts extensive set of parameters and has a lot of hooks.
For starters see:
comment_form()
in Codex;