Disable Automatic Updates. Wp-Config.php. Is It Like This?
-
Hello
I read to paste this
define( ‘AUTOMATIC_UPDATER_DISABLED’, true );
in wp-config.php to disable all automatic updates.The last two lines of my wp-config.php file are these:
/** Absolute path to the WordPress directory. */
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);/** Sets up WordPress vars and included files. */
require_once(ABSPATH . ‘wp-settings.php’);Should that be pasted after this last line?
thank you
D.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Disable Automatic Updates. Wp-Config.php. Is It Like This?’ is closed to new replies.