Disable post autosave via hook
-
Hello,
we have problem that disabling post autosave via hook in child functions doesn’t work:
add_action( 'admin_init', 'disable_autosave' ); function disable_autosave() { wp_deregister_script( 'autosave' ); }
Any suggestions? Thanks for directions,
A
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable post autosave via hook’ is closed to new replies.