Support

Account

Home Forums Bug Reports Problem with update_field for a user image field Reply To: Problem with update_field for a user image field

  • Now that you say it it makes sense.
    I have a field for an url and if the url is from a specific domain it gets an image url with file_get_contents().

    Then I have an image field thats shows with conditional statement.

    What would be the way to set an order for the fields to be saved if I need the image field to appear after the url field? Is it possible? If not it is not a big deal as I am now using with acf/save_post.

    Thanks