• I would like to add the following in wp-config for extra security:

    define( ‘DISALLOW_FILE_MODS’, true );

    And use SFTP to do upgrades.

    But if I add this code, do I still get those upgrade reminders when there is a new version of WordPress and plugins?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • David_G

    (@questas_admin)

    Why would you want to disable updates?

    Thread Starter Andrew

    (@snd26)

    I read somewhere, if an admin panel is compromised a hacker can upload a plugin with malicious code. So adding DISALLOW_FILE_MODS prevents that.

    I don’t want to disable the update notifications, I want to keep them to notify me when new updates are available, I am just making sure that define( ‘DISALLOW_FILE_MODS’, true ); doesn’t disable the update notifications.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Do I still get upgrade reminders if I disallow file mods’ is closed to new replies.