Support

Account

Home Forums General Issues Saving data with update_field not updating user field in backend Reply To: Saving data with update_field not updating user field in backend

  • Thanks John… although that didn’t solve my problem it did make me realise the order I had things.

    I had the whole users creation section above $post_id = wp_insert_post( $my_post ); meaning it missed that part out.

    All working now.