Skip to content

Instantly share code, notes, and snippets.

@dvdopi
Created April 17, 2020 08:46
Show Gist options
  • Save dvdopi/a9f6dc9153beed19a423635c5ab6595c to your computer and use it in GitHub Desktop.
Save dvdopi/a9f6dc9153beed19a423635c5ab6595c to your computer and use it in GitHub Desktop.
wordpress - get taxonomy of a post type
get_terms([
'taxonomy' => 'gallery-item',
'hide_empty' => false,
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment