admin管理员组

文章数量:1122832

I would like to put an ACF field in the of my the_terms function, is this possible? Because I can't figure out how to put it.

    <?php $dev = get_field ('my_field', 'option');?>
    <?php the_terms (get_the_ID(), 'my_taxo','<h3> **HERE PHP CODE ?** </h3><ul><li>','</li><li>', '</li></ul>');?>

本文标签: phpPut ACF function output code theterms