Support

Account

Home Forums General Issues update_field not updating fiel Reply To: update_field not updating fiel

  • How is it that field_64c782fc4c55d is a sub field and this doesn’t work:

    echo get_sub_field(field_64c782fc4c55d, 1074);

    but this works

    echo get_field(field_64c782fc4c55d, 1074);