Skip to content

Instantly share code, notes, and snippets.

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 mustardBees/af1c2cf35b01757d01b11bdc1d3594a6 to your computer and use it in GitHub Desktop.
Save mustardBees/af1c2cf35b01757d01b11bdc1d3594a6 to your computer and use it in GitHub Desktop.
wp user generate --format=ids --count=10 | xargs -d ' ' -I % bash -c 'wp user update % --user_registered="2020-04-02 14:35:02" && wp user meta add % verification_token randomstring1234'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment