Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mlbd/26ad04a193a69b3c3813 to your computer and use it in GitHub Desktop.
Save mlbd/26ad04a193a69b3c3813 to your computer and use it in GitHub Desktop.
// image url
$image_url = 'http://yoursite.com/wp-content/uploads/2016/01/03/imageurl.jpg';
// retrive attachment ID
$id = wplap_get_attachment_id_from_url($image_url);
// display the ID
echo $id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment