インストール
- Download and activate the plugin through the ‘Plugins’ screen in WordPress.
- Go to Media -> Export via the admin menu to access the Export Media Library page.
- Adjust form options before proceeding with the export.
評価
2022年1月24日
Simple, fast, perfect.
2022年1月3日
Thx all
2021年12月28日
Thanks!
2021年8月24日
This plugin is the real thing. So easy and simple but packs a punch!
2021年7月5日
I needed to export a few hundred images from my photographer client's old site. This plugin worked perfectly and very quickly.
2021年6月15日
Great plugin very useful especially when redesigning old sites with lots of images because it only keeps original files and not WP sizes.
Very fast even on shared servers. Downloaded 1.5GB with 1000 images on shared and the download started immediately when clicking on "download zip" button (on WP version 5.7.2 without issues).
貢献者と開発者
変更履歴
3.0.1
- adjust syntax to ensure plugin compatibility check can run on older php versions (eg. PHP 5.2)
- removed dependency on ext-mbstring by allowing mbstring polyfill to be used as fallback
- export zip filename now incorporates blogname and utc date for better consistency and organization
- clean and end all output buffers by default to ensure PHP doesn’t store zip archive in output buffer and run out of memory
3.0.0
- bumped minimum php version to 7.1
- flush buffer after every write in order to avoid exceeding memory
2.2.0
- added support for PHP 7.0
2.1.0
- composer – maennchen/zipstream-php – bumped to version 1.1
2.0.0
- bumped minimum php version to 7.1
- updated zipstream library
1.1.0
- expose API::export function for easier reuse by 3rd-party code
- set last modify time for each file in zip to match the timestamp on disk
1.0.1
Fixed title of plugin in readme.
1.0.0
- Fully functional release.
0.0.1
- Alpha release.