Skip to content

Instantly share code, notes, and snippets.

View black-forever's full-sized avatar

Markus Pezold black-forever

View GitHub Profile
@black-forever
black-forever / exif-gist.php
Created June 13, 2016 11:23
EXIF 01 - Get EXIF-Information from wp_get_attachment_image_attributes
<?php
/**
* *****************************************************************************
* GIST - EXIF 01 - Get EXIF-Information from wp_get_attachment_image_attributes
* *****************************************************************************
*/
if ( is_attachment() ) {
$imgmeta = wp_get_attachment_metadata( $id );