woocommerce/plugins/woocommerce-blocks/tests/e2e/bin/scripts/attributes.sh

12 lines
176 B
Bash
Raw Normal View History

#!/usr/bin/env bash
wp wc product_attribute create \
--name=Color \
--slug=pa_color \
--user=1
wp wc product_attribute create \
--name=Size \
--slug=pa_size \
--user=1