CowDev
9/3/2018 - 1:59 PM

Wordpress auto update

Functions to automatically update all plugins, themes and wordpress (use with caution)

/** Automatic updates **/
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'auto_update_theme', '__return_true' );
add_filter( 'auto_update_core', '__return_true' );