Originally published at Виталий Алтаев. Please leave any comments there.
123 global $post; $term_list = wp_get_post_terms($post->ID, ‘product_category’, array("fields" => "all")); $currentProductCategory = $term_list[0] -> term_id;
Originally published at Виталий Алтаев. Please leave any comments there.
123 global $post; $term_list = wp_get_post_terms($post->ID, ‘product_category’, array("fields" => "all")); $currentProductCategory = $term_list[0] -> term_id;