Skip to content

Instantly share code, notes, and snippets.

@fmtarif
Forked from jasondewitt/wptest.sh
Created July 31, 2017 14:58
Show Gist options
  • Save fmtarif/e0a3749b05d881559900e058109eab09 to your computer and use it in GitHub Desktop.
Save fmtarif/e0a3749b05d881559900e058109eab09 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