Created
June 17, 2020 16:30
-
-
Save hereswhatidid/22b3721d0feaa8bf5a6873a5bf041803 to your computer and use it in GitHub Desktop.
Useful wp-cli commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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