Answers for "get texonomy acf field"

PHP
1

get field of acf texonomy

<?php 

// load thumbnail for this taxonomy term
$thumbnail = get_field('thumbnail', $term->taxonomy . '_' . $term->term_id);

?>
Posted by: Guest on February-03-2021

Browse Popular Code Answers by Language