Home Forums Teachify LMS Teachify LMS – Lecture content locked Reply To: Teachify LMS – Lecture content locked

#4131

rsm181090
Participant

yes they have updated there theme with this code and now it’s working
//Mark, If an user is Super Admin.
if ( Auth::check() && $user->isAdmin() ){
$isOpen = true;
}