Support

Account

Home Forums ACF PRO get_fields() but for Taxonomy Reply To: get_fields() but for Taxonomy

  • It will work for a taxonomy, just use the right ID

    
    $fields = get_fields("term_{$term_id");