Answers for "php wordpress echo the terms current taxonomy"

PHP
1

get current term id

<?php $current_term = get_queried_object()->term_id; ?>
Posted by: Guest on April-02-2020

Code answers related to "php wordpress echo the terms current taxonomy"

Browse Popular Code Answers by Language