Custom comment form changing callback
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom comment form changing callback’ is closed to new replies.
The topic ‘Custom comment form changing callback’ is closed to new replies.
(@vdenotaris)
13 years, 4 months ago
Hi all,
Is it possible to customize comment_form() changing the callback?
I have this function in functions.php:
I would like to override default template and to use mine.
<?php comment_form( array( 'callback' => 'custom_comment_form' ) ); ?>I tried the code above in comments.php but won’t works.
Do you have some suggestions? Thank you so much, Vi.