• The plugin works well in simply restoring WordPress 5.5.3 after the latest upgrade to 5.6 caused my website to fail to work properly. But it has not proved so successful in maintaining it at 5.5.3 as the system seems to automatically update to 5.6. each evening, so that I have to keep on restoring it again. Is there some change I can make to ensure that it does maintain the core at 5.5.3?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I’m not an admin but you might check your wp-config.php file for the line below and, if it is present there, change it to false:
    define( ‘WP_AUTO_UPDATE_CORE’, true );

    Plugin Author Reisetiger

    (@reisetiger)

    If you leave WP Downgrade active, it should stay on your selected version. Unfortunately I don’t know why this doesn’t work for you.

    But what MaryMak says is also correct: The entry in wp-config.php should prevent the automatic update.

    define( ‘WP_AUTO_UPDATE_CORE’, false );

    • This reply was modified 3 years, 11 months ago by Reisetiger.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After Downgrade to 5.5.3 WP keeps on upgrading again’ is closed to new replies.