The generate_leave_comment filter allows you to change the default Leave a Comment text.
Default (string): Leave a Comment
Usage
Please refer to the Using Filters article to learn how to use this filter.
Example
add_filter( 'generate_leave_comment','tu_custom_leave_comment' );
function tu_custom_leave_comment() {
return 'Join the conversation';
}
generate_leave_comment
generate_leave_comment