how to get taxonomy term id in wordpress code example Example: How do I get current taxonomy "term id" on wordpress? $obj = get_queried_object(); echo $obj->term_id;