Namecheap
+ Post New Thread
Results 1 to 2 of 2

Thread: Disable wordpress automatic upgrades/updates/notifications in wp-config.php

  1. #1
    Administrator
    Join Date
    Mar 2013
    Posts
    2,726

    Disable wordpress automatic upgrades/updates/notifications in wp-config.php

    make money with your web site
    To disable Wordpress automatic upgrades following should work.

    Open wp-config.php file and to the second line, add new line:

    define( 'WP_AUTO_UPDATE_CORE', false );

    i guess there are also plugins for this.

    For all updates disable, try instead:

    define( 'AUTOMATIC_UPDATER_DISABLED', true );

    To instead disable just update notification e-mail (for themes & plugins only):

    define( 'WP_DISABLE_PLUGINS_AUTO_UPDATE_EMAIL', true );
    define( 'WP_DISABLE_THEMES_AUTO_UPDATE_EMAIL', true );

  2. #2
    Member Gimli's Avatar
    Join Date
    Jun 2018
    Location
    South Africa , East London
    Posts
    29


    Is this useful / helpfull? Yes | No
    There are plugins to stop WordPress core from updating, the code ive seen you use here ive seen bypassed by some hosting providers.

    Im not going to go down the line of why you should never disable updates on your website, but given that updates break things so often on a website I can also understand why you would want to control it. I think WordPress really needs to let website owners enable a manual notification and update option.

    Better yet some kind of scanning tool alongside the new update to see if there are any compatibility issues with plugins Before you install that update, then pause it.

+ Post New Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
 Protected by : ZB BLOCK  &  StopForumSpam