Skip to content

Instantly share code, notes, and snippets.

@asharirfan
Created March 31, 2022 19:28
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 asharirfan/64e166350879efffb63bda012374e147 to your computer and use it in GitHub Desktop.
Save asharirfan/64e166350879efffb63bda012374e147 to your computer and use it in GitHub Desktop.
Some useful WP CLI commands
# Add username to all subsites on a multisite as administrator
for site in $(wp site list --field=url); do wp user set-role myusername administrator --url=$site; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment