Are the wordpress settings (abspath, disable core updates) added by SiteGround of any use after I've migrated to a different host?
I had started my wordpress site with the host SiteGround. Later I moved to another host.
I now see that in my wp-config.php file the following settings are present near the end of the file:
/* That's all, stop editing! Happy blogging. */
/** 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');
# Disables all core updates. Added by SiteGround Autoupdate:
define( 'WP_AUTO_UPDATE_CORE', false );
@include_once('/var/lib/sec/wp-settings.php'); // Added by SiteGround WordPress management system
Does anyone know whether or not I should let these settings remain as they are? I'm particularly suspicious about the third one - disabling auto-core updates.
Is it better to keep core updates disabled or enabled?
Topic wp-config hosting automatic-updates Wordpress
Category Web