Enable WordPress auto updates only for minor updates

Use this code snippet to enable WP Core minor auto updates.

Snippet Type

Save to wp-config.php

Snippet

define( 'WP_AUTO_UPDATE_CORE', 'minor' );
1 Like