function myprefix_comments_title() {
return 'Your Custom Text';
}
add_filter( 'wpex_comments_title', 'myprefix_comments_title' );
function myprefix_comments_title() {
return 'Your Custom Text';
}
add_filter( 'wpex_comments_title', 'myprefix_comments_title' );