• Resolved jamesvg

    (@jamesvg)


    Matthew,

    Thanks for the efforts on this plugin.

    I would like to use this plugin with only minor core updates allowed.

    If I do NOT check the boxes for the plugin settings Disable All Updates and also Disable All WordPress Core Updates and then also use…

    define('WP_AUTO_UPDATE_CORE', 'minor');

    …in my wp-config.php, would this setup allow only minor core updates?

    Thanks in advance. – James

    https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Matthew

    (@kidsguide)

    If you want to allow minor core updates only then just disable plugins, and theme and then put the code below into your wp-config.php to disable the mjor core updates.

    add_filter( 'allow_major_auto_core_updates', '__return_false' );

    Disable Updates Manager 5.0 (which will be called Easy Updates Manager) will hopefully be released in the next week or two and will have features to disable major and minor core updates separately.

    As for wp-config overriding Disable Updates Manager, I don’t really know. Disable Updates Manager overrides other plugins but I am not sure about core files.

    Plugin Contributor Matthew

    (@kidsguide)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Would constants in wp-config override plugin checkbox settings?’ is closed to new replies.