ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

wp-extraexif

აღწერა

The plugin expands the image meta by extracting data via exiftool. The default set of keywords is:

-MIMEType', '-FileType', '-FileName', '-ModifyDate', '-CreateDate', '-DateTimeOriginal', '-ImageHeight', '-ImageWidth', '-Aperture', '-FOV', '-ISO', '-FocalLength', '-FNumber', '-FocalLengthIn35mmFormat', '-ExposureTime', '-Copyright', '-Artist', '-Model', '-GPSLongitude#', '-GPSLatitude#', '-LensID'

which can be altered with the wp_extraexif_exiftool_vars filter (one argument, an array with the values above).

Later on the extraced values live in the same place where the default, WordPress extraced EXIF lives and can be access from the same array.

დაყენება

  1. Upload contents of wp-extraexif.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress

ხდკ

Installation Instructions
  1. Upload contents of wp-extraexif.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“wp-extraexif” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ wp-extraexif თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

Version numbering logic:

  • every A. indicates BIG changes.
  • every .B version indicates new features.
  • every ..C indicates bugfixes for A.B version.

1.0

2017-07-14

Complete rewrite to get rid of cache files, to utilize exiftool better, and to be PHP 5.2 compatible in order to push the plugin to the wordpress.org repository.

0.4

2016-09-07

  • filters added for extractable EXIF values

0.3

2016-08-20

  • EXIF is not merged with WordPress attachment meta any more but instead created as standalone JSON files based on the full file path hash, so it’s easy to read.

0.1

2016-07-22

  • initial public release