Support

Account

Home Forums Backend Issues (wp-admin) Update field taxonomy Reply To: Update field taxonomy

  • try

    
    wp_set_post_terms($post_id, array($term_id->term_id), 'Functions');
    

    or

    
    wp_set_object_terms($post_id, array($term_id->term_id), 'Functions');