Get detailed Exif information about the media file.
As of April 2026, Exif Details is a WordPress exif plugin with 300 active installations and a 5/5 rating from 1 reviews. It has been downloaded 7.5K+ times in total. Requires WordPress 4.7+ and PHP 8.0+. Available on WordPress.org since 2020. Actively maintained — updated within the last month. Top alternative: Kraken.io Image Optimizer.
Get detailed Exif information about the media file.
/** ==================================================
* Sample snippet 1
*
* The original filter hook('exif_details_data'),
* which changes the display when retrieving an Exif and storing it in metadata.
* The following changes the display of the shooting date and time.
*
* @param array $exifdatas exifdatas.
* @param int $id id.
*/
function exif_details_change( $exifdatas, $id ) {
if ( array_key_exists( 'DateTimeOriginal', $exifdatas ) ) {…| WordPress | 4.7+ requiredTested up to 7.0 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.