This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ***************************************************************************** | |
* GIST - EXIF 01 - Get EXIF-Information from wp_get_attachment_image_attributes | |
* ***************************************************************************** | |
*/ | |
if ( is_attachment() ) { | |
$imgmeta = wp_get_attachment_metadata( $id ); |