Skip to content

Instantly share code, notes, and snippets.

@MrVibe
Created July 21, 2020 10:09
Show Gist options
  • Save MrVibe/722124d8a1877bff23d59d9b1a0ef9dc to your computer and use it in GitHub Desktop.
Save MrVibe/722124d8a1877bff23d59d9b1a0ef9dc to your computer and use it in GitHub Desktop.
Disable Seek lock
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