Support

Account

Home Forums ACF PRO update_field / update_sub_field not working in custom rest-api endpoint Reply To: update_field / update_sub_field not working in custom rest-api endpoint

  • Actually my mistake was this was not a repeater field. What I ended up doing was

    `
    update_post_meta($project, ‘project_type_content_content_external_writer’, $writer);
    `

    Which appears to work fine.