Skip to content

Instantly share code, notes, and snippets.

@matheuswd
Created April 9, 2021 16:02
Show Gist options
  • Save matheuswd/17e7e74bdd24a31e757f7425d726939a to your computer and use it in GitHub Desktop.
Save matheuswd/17e7e74bdd24a31e757f7425d726939a to your computer and use it in GitHub Desktop.
Possible commands for the GiveWP CLI
#!/usr/bin/env bash
wp give ascii
wp give details
wp give forms --id=103
wp plugin install give --activate
wp give test-donation-form --count=10 --template=random --set-goal=true --set-terms=true
wp give test-donors --count=100
wp give test-donations --count=500 --status=random --total-revenue=100000 --start-date=2020-11-22 --params=donation_currency=USD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment