// =========================================================================
// Single post comment title
// =========================================================================
add_filter('comment_form_defaults', function($defaults) {
$defaults['title_reply'] = 'YOUR CUSTOM TITLE';
return $defaults;
});
Leave a Reply