Skip to content

Commit d5a85a6

Browse files
committed
feat(wp-env): add commented line for updating deleted plugins option
1 parent 41dfdda commit d5a85a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/wp-env-after-start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ for prefix in 'cli-1' 'tests-cli-1' ; do
149149
# disable stretch-extra thirdparty plugin activation
150150
# (=> this would result in activating both stretch-extra and real ionos-essentials for example)
151151
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
152153
153154
# fix permissions for mu-plugins folder if any
154155
# (leaving the permisions as-is will result in an error on destroy restart wp-env)

0 commit comments

Comments
 (0)