We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41dfdda commit d5a85a6Copy full SHA for d5a85a6
scripts/wp-env-after-start.sh
@@ -149,6 +149,7 @@ for prefix in 'cli-1' 'tests-cli-1' ; do
149
# disable stretch-extra thirdparty plugin activation
150
# (=> this would result in activating both stretch-extra and real ionos-essentials for example)
151
wp --quiet option update IONOS_CUSTOM_ACTIVE_PLUGINS_OPTION '[]' --format=json
152
+ # wp --quiet option update IONOS_CUSTOM_DELETED_PLUGINS_OPTION '["plugins/ionos-essentials/ionos-essentials.php", "plugins/beyond-seo/beyond-seo.php"]' --format=json
153
154
# fix permissions for mu-plugins folder if any
155
# (leaving the permisions as-is will result in an error on destroy restart wp-env)
0 commit comments