Created
July 21, 2020 10:09
-
-
Save MrVibe/722124d8a1877bff23d59d9b1a0ef9dc to your computer and use it in GitHub Desktop.
Disable Seek lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_filter('wplms_course_settings',function($data){ | |
$data['course']['status']['seek_lock']=false; | |
return $data; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment