Support

Account

Home Forums Backend Issues (wp-admin) Getting the values from a custom field Reply To: Getting the values from a custom field

  • Thanks for the quick response.
    To clarify more my doubt, here I attach a dump of my postmeta DB:

    DB

    When I try to update the POST field=field_5628165af3668 with:

    update_field('field_5628165af3668','777',$postid);

    It doesn’t add the values on the DB as it does when I select the option in the backend.
    What I am doing wrong?

    Thanks