Answers for "wordpress get taxonomy by product id"

PHP
4

wordpress get taxonomy of a post

<?php $term_obj_list = get_the_terms( $post->ID, 'taxonomy_name' ); ?>
Posted by: Guest on July-09-2020

Code answers related to "wordpress get taxonomy by product id"

Browse Popular Code Answers by Language