Skip to content

Instantly share code, notes, and snippets.

@jasondewitt
Last active May 17, 2022 14:38
Show Gist options
  • Save jasondewitt/b38daa6de73fb5d542309a5d45aed592 to your computer and use it in GitHub Desktop.
Save jasondewitt/b38daa6de73fb5d542309a5d45aed592 to your computer and use it in GitHub Desktop.
Install wptest.io via wp-cli
#!/bin/bash
echo "installing WP test content"
wp plugin install wordpress-importer --activate
curl -OL https://raw.githubusercontent.com/manovotny/wptest/master/wptest.xml
wp import wptest.xml --authors=create
wp plugin uninstall wordpress-importer --deactivate
rm wptest.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment