這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Export Media Library

外掛說明

Allows users to export media library files as a compressed zip archive.

Links

螢幕擷圖

  • Export Media Library admin page

安裝方式

  1. Download and activate the plugin through the ‘Plugins’ screen in WordPress.
  2. Go to Media -> Export via the admin menu to access the Export Media Library page.
  3. Adjust form options before proceeding with the export.

常見問題集

I am unable to open the generated zip file

Please try using the 7-Zip extractor utility if you are having trouble extracting the downloaded zip file. It’s free and open source.

使用者評論

2023 年 10 月 20 日
Really simple plugin and easy to use. Exported all our media without the thumbnails, resized versions, webp, etc. Great way to just get a quick dump of the media.
2023 年 10 月 18 日
If you simply want to export the Main Product Images (minus the thumbnails & other sizes ) from your WooCommerce Store, then use this plugin. Compliments to the Plugin Developer !!
2023 年 6 月 23 日
I do not understand why this wonderful plugin is not a built-in feature of wordpess. Please tell them to make it in feature updates in the core.
2023 年 6 月 2 日
If all you want to do is export the media files, this will get the job done for you.
閱讀全部 46 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Export Media Library〉的開發相關工作。

參與者

〈Export Media Library〉外掛目前已有 7 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈Export Media Library〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

4.0.2

  • Apply WordPress Coding Standards via PHP_CodeSniffer
  • Ensure echo-ed values are escaped

4.0.1

  • Tested against WordPress 6.2

4.0.0

  • Bumped minimum PHP version to 7.4

3.1.0

  • Bumped maennchen/ZipStream-PHP version to 2.1.0
  • Added FAQ

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.