Support

Account

Home Forums ACF PRO Add Custom Tax To Relationship Field? Reply To: Add Custom Tax To Relationship Field?

  • The code that I posted will work if you supply your custom taxonomy slug in this line

    
    $terms = get_post_terms($post->ID, 'your-taxonomy-slug', $args);