Skip to content

Instantly share code, notes, and snippets.

@MrJoshFisher
Created May 25, 2021 14:04
Show Gist options
  • Save MrJoshFisher/b2b096644e4e220864b14ea0e4994c88 to your computer and use it in GitHub Desktop.
Save MrJoshFisher/b2b096644e4e220864b14ea0e4994c88 to your computer and use it in GitHub Desktop.
[Get Featured Image]
$thumb_id = get_post_thumbnail_id();
$thumb_url_array = wp_get_attachment_image_src($thumb_id, 'thumbnail-size', true);
$thumb_url = $thumb_url_array[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment