How to get the current taxonomy term ID (not the slug) in WordPress?
Simple and easy!
get_queried_object_id()
Nevermind! I found it :)
get_queried_object()->term_id;
Simple and easy!
get_queried_object_id()
Nevermind! I found it :)
get_queried_object()->term_id;