Disable auto-save courses
-
When a Teacher is conneced in is Front End, Tutor generated every minutes an auto-save in : Tutor LMS Pro/Courses
Every Auto Save are empty. I’m looking to disable this auto save..I add these lines in functions.php, with no result
add_action( ‘admin_init’, ‘disable_autosave’ );
function disable_autosave() {
wp_deregister_script( ‘autosave’ );
}—
Tutor LMS Pro Version 1.9.12
Tutor LMS Version 1.9.11
—Thanks a lot,
Bests regards
Eric
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable auto-save courses’ is closed to new replies.