Answers for "how to get current term id in wordpress"

PHP
-1

How do I get current taxonomy "term id" on wordpress?

$obj = get_queried_object();
echo $obj->term_id;
Posted by: Guest on May-13-2021

Code answers related to "how to get current term id in wordpress"

Browse Popular Code Answers by Language