Please add the given code in your wplms-customizer.php file in wplms customizer plugin at the end before ?> :
add_action(‘init’,’wplms_remove_seo_custom’);
function wplms_remove_seo_custom(){
remove_filter( ‘init’,’wplms_yoast_seo_title_fix’,20);
}