Skip to content

Instantly share code, notes, and snippets.

@gish
Created February 25, 2013 07:53
Show Gist options
  • Save gish/5028384 to your computer and use it in GitHub Desktop.
Save gish/5028384 to your computer and use it in GitHub Desktop.
<?php
// Hämta en placeholder-bild
$image_url = 'http://placehold.it/640x480';
// Spara bilden till inlägget med ID 1
$image_html = media_sideload_image( $image_url, 1, 'En placeholder-bild' );
// Klart!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment