Skip to content

Instantly share code, notes, and snippets.

@loorlab
Created May 16, 2025 23:07
Show Gist options
  • Save loorlab/4db799f310e7e7c49059db8f1ae060ab to your computer and use it in GitHub Desktop.
Save loorlab/4db799f310e7e7c49059db8f1ae060ab to your computer and use it in GitHub Desktop.
View the taxonomies associated with a CPT (e.g., person) - WP CLI
wp eval 'print_r( get_object_taxonomies("person") );'
@loorlab
Copy link
Author

loorlab commented May 16, 2025

Array
(
[0] => post_tag
[1] => persons_categories
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment