Created
May 16, 2025 23:16
-
-
Save loorlab/42a5174eb1443cbc157c3d57fda4bcf5 to your computer and use it in GitHub Desktop.
List terms from the persons_categories taxonomy - WP CLI
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
wp term list persons_categories --format=table | |
wp term list persons_categories --format=csv > persons_categories.csv | |
wp term list persons_categories --format=json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment