I’d like an option in the settings page to turn off the “Automatic backup before update” dialog box. While I did find a solution (define(‘UPDRAFTPLUS_NOAUTOBACKUPS’, true); in the wp-config file), I have 250+ websites to back-up making this solution far too cumbersome. Or a hook I could use to turn it off and then I could batch install a plugin (or both?) to disable it.
An option to turn off the “Automatic update” dialog box
1 Comment
Submit a Comment
You must be logged in to post a comment.
Hi,
Thanks for your idea. Please can you explain it further? Why is installing PHP code on your sites that uses hooks feasible, but installing PHP code that defines a constant infeasible? i.e. What’s the difference in how cumbersome these two would be?
David