Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created February 22, 2023 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetwopct/ae546d760cd5ad40566c09aa75178448 to your computer and use it in GitHub Desktop.
Save thetwopct/ae546d760cd5ad40566c09aa75178448 to your computer and use it in GitHub Desktop.
Import WooCommerce Sample Data
# Install Importer
wp plugin install wordpress-importer --activate
# download the sample data
wget https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/plugins/woocommerce/sample-data/sample_products.xml
# import the data
wp import sample_products.xml --authors=create
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment