Skip to content

Instantly share code, notes, and snippets.

@jakecausier
Created October 3, 2019 14:20
Show Gist options
  • Save jakecausier/912c08972f3659e801097dd3c317e027 to your computer and use it in GitHub Desktop.
Save jakecausier/912c08972f3659e801097dd3c317e027 to your computer and use it in GitHub Desktop.
Magic WordPress image-grabber at requested size from ID
<?php echo esc_url( wp_get_attachment_image_src( IMAGE_ID_SOURCE, 'large' )[0] ) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment