HK Exif Tags

0

This plugin is very compact and simple, it just adds two hooks. One to store the extra exif tag “make” in the database, which is missing in the standard word press database. The dat

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

This plugin is very compact and simple, it just adds two hooks.
One to store the extra exif tag “make” in the database, which is missing in the standard word press database.
The database format itself will not be touched!
The manufacturer of the camera will only be visible on new uploaded images.

The second hook parses all posts before sending it to the browser, looking for images and adds just one
html tag () with the line of EXIF information.

To suppress the line with the EXIF information, add “hk_noexif” anywhere in the <img> tag like
<img class=”hk_noexif …”…>