• Resolved idcomp

    (@idcomp)


    I have disabled WP update by edit wp-config like this:

    * @link https://codex.wordpress.org/Debugging_in_WordPress
    
     */
    
    define('WP_DEBUG', false);
    
    define('WP_AUTO_UPDATE_CORE', false);
    
    define('AUTOMATIC_UPDATER_DISABLED', true);
    
    /* That's all, stop editing! Happy blogging. */
    
    /** Absolute path to the WordPress directory. */

    but… when login to admin dashboard, still see “update 5.8 available”, so is that normal ? or the updater still work ?
    I did right or wrong ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Zworthkey

    (@zworthkey)

    bro you don need to disable wp-update instead of this you can download wp-rollback plugin and set the version of wp according to your compatibility

    barnez

    (@pidengmor)

    Yes, that is normal behaviour. Those constants prevent automatic updating, but do not hide the notification that an update is available:

    Configuring Automatic Background Updates

    Zworthkey

    (@zworthkey)

    so you can easily mananged your work i think this plugin will help you

    thanks & regards

    Thread Starter idcomp

    (@idcomp)

    thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘is this NORMAL when I did disable auto update in config file ?’ is closed to new replies.