Support

Account

Home Forums Backend Issues (wp-admin) update_field for taxonomy field type Reply To: update_field for taxonomy field type

  • Hi @fred-malinge

    Could you please share the complete code?

    Also, could you please try it by passing the term name instead? So it should be like this:

    $term_taxonomy_ids = wp_set_object_terms( $postID, 'term-name', 'my_taxonomy');

    Thanks 🙂