hi
i have added this code to your site please check and confirm
add_filter('wplms_course_non_loggedin_user','check',9999999,2);
add_filter('wplms_take_course_button_html','check',9999999,2);
function check($html,$course_id){
$html = 'ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ';
return $html;
}