diff --git a/bin/local-env/install-wordpress.sh b/bin/local-env/install-wordpress.sh index c27f329e2481..acdb41bb1592 100755 --- a/bin/local-env/install-wordpress.sh +++ b/bin/local-env/install-wordpress.sh @@ -145,13 +145,8 @@ wp plugin install rtl-tester --activate --force --quiet echo -e $(status_message "Installing WordPress importer...") wp plugin install wordpress-importer --activate --force --quiet -# WooCommerce 8.0+ requires WordPress 6.2, but we still support WordPress 6.1. echo -e $(status_message "Installing WooCommerce plugin...") -if [ "$WP_VERSION" == "latest" ]; then - wp plugin install woocommerce --activate --force --quiet -else - wp plugin install woocommerce --version=7.9.0 --activate --force --quiet -fi +wp plugin install woocommerce --activate --force --quiet echo -e $(status_message "Installing AMP plugin...") wp plugin install amp --force --quiet