thesis_comment_form_title
Description
Can be used to replace the “Leave a Comment” text which appears as the title of the comment form on individual posts and pages.
Example
function my_comment_form_title() {
return "Talk to Me!";
}
add_filter('thesis_comment_form_title', 'my_comment_form_title');
History
- This filter was added in version 1.7.