A fast and safe workflow to review a WordPress/WooCommerce admin and remove unused plugins, ACF groups, CPTs, and clutter.
List all plugins:
| #!/bin/bash | |
| # | |
| # Magento 2 - Backup scripts (database | media) | |
| # | |
| # @author Leonardo <lnoering@gmail.com> | |
| # @version 1.0.0 | |
| # UnComment it if bash is lower than 4.x version | |
| shopt -s extglob |
1 - Need start the project.
bash <project-root>/vendor/magento/magento-cloud-docker/bin/init-docker.shhttps://devdocs.magento.com/cloud/docker/docker-development.html
2 - Build the compose
Only on the commerce cloud projects, it goes like this: When branches are ready to deploy to production:
for all the other "on-premise" projects, we