WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Katsushi Kawamori v1.08

Upload Media Exif Date

When registering images in the media library, register with the date of EXIF information.

Upload Media Exif Date

The facts

Rating
5★ from 2
Active installs
200+
Price
Free
Last updated
16 Aug 2026
Added
May 2020
Requires WP
4.7
Tested up to
WP 7.1
Requires PHP
8.0
Downloads
6,889

Our analysis

AI-assisted

Upload Media Exif Date is a WordPress plugin that allows you to register images to the media library and modify their date and time based on EXIF information. If the EXIF data is not available, it provides a filter hook to extract the date and time from the filename of the image.

This plugin is suitable for users who need to manage image dates effectively, particularly photographers or content creators who rely on accurate media library organisation based on image metadata.

Best for: This plugin is best for photographers and content creators who require accurate date management for images in their media library.

What it does well

  • Free to use from the WordPress.org directory
  • Allows registration of images to the media library
  • Modifies date/time based on EXIF information
  • Includes a filter hook for custom date extraction from filenames
  • Compatible with WordPress up to version 7.1

Where it falls short

  • Limited feature information provided
  • No details on support or updates beyond August 2026

Verdict

Upload Media Exif Date offers basic functionality for managing image dates in WordPress. It may be useful for those needing to organise their media library based on EXIF data.

From the developer

Katsushi Kawamori's own description of Upload Media Exif Date, lightly tidied.

Register image to media library

  • Change to the date/time of EXIF information.

Sibling plugin

Sample of how to use the filter hook

  • Sample snippet
/**  ==================================================
 * Sample snippet for Upload Media Exif Date
 *
 * The original filter hook('umed_postdate'),
 * Get the date and time from the file name when the date and time cannot be read from the EXIF.
 *
 * @param string $postdate  postdate.
 * @param string $filename  filename.
 */
function umed_postdate_from_filename( $postdate, $filename ) {

    /* Sample for 20191120_183022.jpg */
    $year = substr( $filename, 0, 4 );
    $month = substr( $filename, 4, 2 );
    $day = substr( $filename, 6, 2 );
    $hour = substr( $filename, 9, 2 );
    $minute = substr( $filename, 11, 2 );
    $second = substr( $filename, 13, 2 );

    $postdate = $year . '-' . $month . '-' . $day . ' ' . $hour . ':' . $minute . ':' . $second;

    return $postdate;

}
add_filter( 'umed_postdate', 'umed_postdate_from_filename', 10, 2 );

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for libraries and archives.

Starter Templates

The growing library of 300+ ready-to-use templates that work with all WordPress themes including Astra, Hello,...

Free 1M+ installs 4.9★ (4,745)
SVG Support

Securely upload SVG files to your media library, with built-in sanitization and advanced features for styling...

Free 1M+ installs 4.8★ (355)
Enable Media Replace

Easily replace any attached image/file by simply uploading a new file in the Media Library edit view - a real...

Free 600k+ installs 4.4★ (302)
Happy Addons for Elementor

HappyAddons packs Header Footer Builder, Megamenu, Single Post, Archive Page, & 500+ Ready Templates into...

Free 400k+ installs 4.8★ (487)
CMB2

CMB2

91

CMB2 is a metabox, custom fields, and forms library for WordPress that will blow your mind.

Free 300k+ installs 5★ (91)
Extendify

The best WordPress templates, pattern, and layout library with 1,000+ designs built for the Gutenberg block ed...

Free 500k+ installs 4.7★ (10)