Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created January 29, 2016 14:11
Show Gist options
  • Save bratsun/2526a75601a4d8a63649 to your computer and use it in GitHub Desktop.
Save bratsun/2526a75601a4d8a63649 to your computer and use it in GitHub Desktop.
Get image URL
$person = get_field('persona');
$thumb = get_field('photo', $person->ID)['id'];
$thumb = wp_get_attachment_image_src($thumb, 'small', true)[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment