Linux 软件免费装

Upload Media Exif Date

开发者 Katsushi Kawamori
更新时间 2024年3月5日 09:04
捐献地址: 去捐款
PHP版本: 8.0 及以上
WordPress版本: 6.5
版权: GPLv2 or later
版权网址: 版权信息

标签

media time date media library exif

下载

1.06 1.07 1.05 1.04 1.00 1.01 1.02 1.03

详情介绍:

Register image to media library Sibling plugin Sample of how to use the filter hook / 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 ); ```

安装:

  1. Upload upload-media-exif-date directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Media Library

升级注意事项:

1.00 Initial release.

更新日志:

[1.07] 2024/03/05 1.06 Supported WordPress 6.4. PHP 8.0 is now required. 1.05 Fixed filter hook('umed_postdate'). 1.04 Add filter hook('umed_postdate'). 1.03 Supported WordPress 5.6. 1.02 Fixed problem of metadata. 1.01 Fixed a problem with moving files. 1.00 Initial release.