Skip to content

Instantly share code, notes, and snippets.

@hereswhatidid
Created June 17, 2020 16:30
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 hereswhatidid/22b3721d0feaa8bf5a6873a5bf041803 to your computer and use it in GitHub Desktop.
Save hereswhatidid/22b3721d0feaa8bf5a6873a5bf041803 to your computer and use it in GitHub Desktop.
Useful wp-cli commands
# list all public taxonomies and the number of entries for each of them
wp taxonomy list --fields=name,label,public,count --public=1
# list all public post types and the number of entries for each of them
wp post-type list --fields=name,label,public,count --public=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment