How to disable auto save in Spectra?
-
Was wondering if spectra had its own auto save feature and if so how to disable it?
I’ve tried the following snippet inside my child theme functions file but it isn’t working for me:
function disable_autosave() {
wp_deregister_script( 'autosave' );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to disable auto save in Spectra?’ is closed to new replies.