Support

Account

Home Forums Backend Issues (wp-admin) Update Taxonomy Field Reply To: Update Taxonomy Field

  • A taxonomy field holds and array of terms

    
    update_field('field_5b435f2052447', array($make_term->term_id), $post_id);
    

    your second code example will only work if you have the taxonomy field set to load and save terms.