• I do not want any automatic update of the WP as my Google Adsense ads displayes incorrectly with the new version. How do I prevent that new versions to install?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Jan-Inge Flucht

    (@jan-inge-flucht)

    Or, are the problems with ad-sense ads on its way to a solution?

    You can disable WordPress automatic updates (for WordPress core version only) by adding the following line of code into wp-config.php

    define( 'WP_AUTO_UPDATE_CORE', false );

    Using Easy Updates Manager plugin you can disable automatic update.
    OR
    by adding below line of code to your wp-config.php file:
    define( ‘WP_AUTO_UPDATE_CORE’, false );

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘I dont want automatic update !!’ is closed to new replies.