Skip to content

Instantly share code, notes, and snippets.

@danemorgan
Created January 9, 2017 13:37
Show Gist options
  • Save danemorgan/497eb408e5643f79c6d506c527c0d57d to your computer and use it in GitHub Desktop.
Save danemorgan/497eb408e5643f79c6d506c527c0d57d to your computer and use it in GitHub Desktop.
Properties returned with WP_Term objects From https://developer.wordpress.org/reference/functions/get_the_terms/
WP_Term Object (
[term_id] =>
[name] =>
[slug] =>
[term_group] =>
[term_taxonomy_id] =>
[taxonomy] =>
[description] =>
[parent] =>
[count] =>
[filter] =>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment