[Howto] enable Auto-Updates in WordPress

posted in: computer | 0

default setting:

  • only minor updates (4.7.1 → 4.7.2) are applied automatically
  • major updates (4.7 → 4.8) must bei applied manually

 

#edit your wp-config.php and insert the following:

#to enable major-release updates
define('WP_AUTO_UPDATE_CORE', true)