Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milesstewart88/6114801 to your computer and use it in GitHub Desktop.
Save milesstewart88/6114801 to your computer and use it in GitHub Desktop.
// Company Logo Image field
$att = my_update_attachment('user_photo', $post_id);
update_field('{field_key}', $att['attach_id'], $post_id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment