Support

Account

Home Forums General Issues Update_field() not working for post_object fields. Reply To: Update_field() not working for post_object fields.

  • The only thing I can think of is that a post object field holds an array of post IDs

    
    update_field('field_62a908d5690ce', array($parentpostID), $postID);