@@ -185,14 +185,17 @@ wp option update elementor_experiment-container "inactive" --quiet
185185wp option update elementor_unfiltered_files_upload 0 --quiet
186186wp option update elementor_load_fa4_shim " no" --quiet
187187wp option update elementor_experiment-landing-pages " inactive" --quiet
188+ wp option update elementor_experiment-e_element_cache " inactive" --quiet
189+ wp option update elementor_experiment-cloud-library " inactive" --quiet
190+ wp option update elementor_experiment-e_local_google_fonts " inactive" --quiet
188191wp option update elementor_font_display " swap" --quiet
189192wp option update permalink_structure ' /%postname%/' --quiet
190193
191194# Delete unwanted data
192195echo -e " ${GREEN} Removing unwanted plugins, themes & posts from ${BLUE} $foldername ${NC} "
193196wp plugin delete hello akismet --quiet
194197wp post delete 1 --force --quiet
195- wp theme delete twentytwentyone twentytwentytwo twentytwentythree twentytwentyfour --quiet
198+ wp theme delete twentytwentyone twentytwentytwo twentytwentythree twentytwentyfour twentytwentyfive --quiet
196199
197200# Update all plugins that have updates will be updated
198201wp cron event run wp_update_plugins --quiet
@@ -209,9 +212,13 @@ if [ $PASSWORD = "p@55w0rd!" ]; then
209212fi
210213
211214# Necessory config file variable
215+ wp config set WP_DEBUG true --raw --quiet
216+ wp config set WP_DEBUG_DISPLAY false --raw --quiet
217+ wp config set WP_DEBUG_LOG true --raw --quiet
212218wp config set DISALLOW_FILE_EDIT true --raw --quiet
213- wp config set EMPTY_TRASH_DAYS 60 --raw --quiet
214- wp config set WP_POST_REVISIONS 40 --raw --quiet
219+ wp config set WP_MEMORY_LIMIT 512M --quiet
220+ wp config set EMPTY_TRASH_DAYS 30 --raw --quiet
221+ wp config set WP_POST_REVISIONS 30 --raw --quiet
215222wp config set AUTOSAVE_INTERVAL 180 --raw --quiet
216223wp config set WP_ENVIRONMENT_TYPE staging --quiet
217224wp config set WP_DISABLE_FATAL_ERROR_HANDLER true --raw --quiet
0 commit comments