Comments zatakk started the conversationMarch 3, 2024 at 12:10amHi I am not using WPLMS Theme. So I dont know how to activate the course levels. Pls suggest[deleted] repliedMarch 4, 2024 at 2:53pmadd this code in your wplms-customizer.php file in wplms customizer plugin : add_filter('vibe_get_option',function($option,$field,$compare){ if($field=='level'){ $option=1; } return $option;},10,3); Sign in to reply ...
Hi
I am not using WPLMS Theme. So I dont know how to activate the course levels. Pls suggest
add this code in your wplms-customizer.php file in wplms customizer plugin :