Skip to content

Instantly share code, notes, and snippets.

@AramZS
Created November 25, 2016 04:19
Show Gist options
  • Save AramZS/edb75c468b787db69513aa27088dd26f to your computer and use it in GitHub Desktop.
Save AramZS/edb75c468b787db69513aa27088dd26f to your computer and use it in GitHub Desktop.
sample wp queried object.
object(WP_Term)#391 (10) {
["term_id"]=>
int(31)
["name"]=>
string(15) "via bookmarklet"
["slug"]=>
string(14) "viabookmarklet"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(31)
["taxonomy"]=>
string(8) "post_tag"
["description"]=>
string(21) "Added by PressForward"
["parent"]=>
int(0)
["count"]=>
int(19)
["filter"]=>
string(3) "raw"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment