Linux 软件免费装
Banner图

Export Media as ZIP

开发者 huzoorbakhsh
更新时间 2026年4月2日 19:28
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

backup media export zip download images

下载

1.5 1.0.0 1.7

详情介绍:

Export Media as ZIP is a lightweight plugin that lets administrators export images from the WordPress media library as a ZIP file. Choose exactly what to download using the year and image size filters before exporting. Key Features

安装:

  1. Upload the plugin folder to /wp-content/plugins/export-media-as-zip or install via the WordPress Plugin Directory.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Media > Export Media as ZIP.
  4. Use the Year and Image Size dropdowns to select what to export.
  5. Click Export Images and download the generated ZIP.

屏幕截图:

  • Real-time progress bar during export
  • Download ready with export summary

常见问题:

Who can access the export feature?

Only users with the manage_options capability (administrators) can access the export page.

What file types are included?

Only image files — .jpg, .jpeg, .png, .gif, and .webp.

What image sizes can I export?

You can export the original uploaded file (Full Size) and any intermediate size WordPress has generated for that image. The available sizes depend on your active theme and plugins. The plugin uses wp_get_registered_image_subsizes() to list all registered sizes automatically.

Can I export images from a specific year only?

Yes. The Year filter shows all years that have image uploads, with a count per year. Select one or more years before exporting.

Where is the ZIP file stored?

The ZIP is written temporarily to your uploads directory and deleted automatically after 5 minutes via a scheduled WP-Cron event.

Will it export every size variant of every image?

Only sizes you check in the Image Size dropdown are included. If an intermediate size was never generated for a particular image, that file is silently skipped.

更新日志:

1.7 1.6 1.5 1.4