From 14fc6795706118b7d1c4a16942f563a156d095ba Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Thu, 6 Feb 2025 17:52:33 +0900 Subject: [PATCH] Add Code Snippets & Updraftplus plugin to default plugin list --- README.md | 2 ++ templates/wp-setup.sh.template | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16e3a6e..80c98f5 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ Each WordPress installation comes pre-configured with carefully selected plugins - **Fluent SMTP**: Reliable email delivery solution for WordPress - **Cache Enabler**: Efficient caching plugin for improved performance - **Query Monitor**: Debugging and performance analysis tool for WordPress +- **Code Snippets**: Safely add custom code snippets to your site without editing theme files +- **UpdraftPlus**: Backup and restore plugin for WordPress, ensuring your data is always secure - **Kadence Blocks**: Advanced content blocks for the WordPress block editor, perfectly integrated with Kadence theme ### Default Theme diff --git a/templates/wp-setup.sh.template b/templates/wp-setup.sh.template index 2e0e833..147612b 100644 --- a/templates/wp-setup.sh.template +++ b/templates/wp-setup.sh.template @@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then --skip-email wpcli rewrite structure '/%postname%/' echo "Installing and activating plugins..." - wpcli plugin install wordfence cache-enabler seo-by-rank-math fluent-smtp kadence-blocks query-monitor --activate + wpcli plugin install wordfence cache-enabler seo-by-rank-math fluent-smtp kadence-blocks query-monitor code-snippets updraftplus --activate wpcli option update cache_enabler '{ "version": "1.8.15", "use_trailing_slashes": 1,