Add Code Snippets & Updraftplus plugin to default plugin list

This commit is contained in:
2025-02-06 17:52:33 +09:00
parent 8f098ef106
commit 14fc679570
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -106,6 +106,8 @@ Each WordPress installation comes pre-configured with carefully selected plugins
- **Fluent SMTP**: Reliable email delivery solution for WordPress - **Fluent SMTP**: Reliable email delivery solution for WordPress
- **Cache Enabler**: Efficient caching plugin for improved performance - **Cache Enabler**: Efficient caching plugin for improved performance
- **Query Monitor**: Debugging and performance analysis tool for WordPress - **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 - **Kadence Blocks**: Advanced content blocks for the WordPress block editor, perfectly integrated with Kadence theme
### Default Theme ### Default Theme
+1 -1
View File
@@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then
--skip-email --skip-email
wpcli rewrite structure '/%postname%/' wpcli rewrite structure '/%postname%/'
echo "Installing and activating plugins..." 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 '{ wpcli option update cache_enabler '{
"version": "1.8.15", "version": "1.8.15",
"use_trailing_slashes": 1, "use_trailing_slashes": 1,