* MAW-863: environment cleanup

* MAW-863: plugin install(vwo)
* MAW-869: Disable Auto-Update
This commit is contained in:
Tony Volpe
2024-02-21 14:17:19 +00:00
parent 1358498f48
commit 790b61c1bd
8 changed files with 519 additions and 157 deletions

View File

@@ -1,5 +1,4 @@
<?php
define( 'WP_CACHE', true ); // Added by WP Rocket
if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
include( dirname( __FILE__ ) . '/wp-config-local.php' );
@@ -30,6 +29,7 @@ define('RT_WP_NGINX_HELPER_CACHE_PATH','/usr/share/nginx/subdomain/www/wp-conten
$table_prefix = 'wp_xygy_';
}
define( 'WP_AUTO_UPDATE_CORE', false);
/**
* For developers: WordPress debugging mode.