Skip to content

Instantly share code, notes, and snippets.

@peterwilsoncc
Last active November 2, 2023 22:44
Show Gist options
  • Save peterwilsoncc/2f8873ce7bb3cd6eaebe50e0a6831b90 to your computer and use it in GitHub Desktop.
Save peterwilsoncc/2f8873ce7bb3cd6eaebe50e0a6831b90 to your computer and use it in GitHub Desktop.
wp user create subscriber subscriber@example.com --role=subscriber --user_pass=password --first_name=Sonny --last_name=Subscriber
wp user create contributor contributor@example.com --role=contributor --user_pass=password --first_name=Colin --last_name=Contributor
wp user create author author@example.com --role=author --user_pass=password --first_name=Arther --last_name=Author
wp user create editor editor@example.com --role=editor --user_pass=password --first_name=Edward --last_name=Editor
wp plugin activate user-switching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment