To enable the auto-update feature for Wordpress core, edit your wp-config-php and add following line of code:

define ('WP_AUTO_UPDATE_CORE', true);

REMARK: the auto-update process requires  WordPress Cron process being enabled!

Was this answer helpful? 0 Users Found This Useful (0 Votes)