This text can be altered with a WordPress filter hook comment_form_defaults
In the following code, simply replace Custom leave a comment by your own text :
add_filter('comment_form_defaults', 'set_my_comment_title', 20); function set_my_comment_title( $defaults ){ $defaults['title_reply'] = __('Custom leave a comment', 'customizr-child'); return $defaults; }
3 thoughts on “How to change the “Leave a comment” text in WordPress ?”
This is exactly what I was looking for. I don’t like to use plugins because they are difficult to control. Thanks the author.
Thanks for sharing this tips. May I use any wordpress plugin regarding this?
How can i show latest comments as a scrolling news on front page side bar