Media Library Download

外掛說明

Select multiple items from the media library and download them as a single ZIP archive. Simple and efficient.

螢幕擷圖

  • Location of the “Download selected files” button in the Media Library.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/media-library-download directory, or install through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Media > Library and use the “Download selected files” button or bulk action.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.13

  • Use WP_Filesystem API for downloads (no fopen/fread/fclose).
  • Replaced inline scripts with proper enqueues (wp_register_script/wp_enqueue_script + wp_localize_script).
  • Unique prefix medilido for actions/filters/transients; removed short prefixes.
  • Replaced unlink() with wp_delete_file().
  • Removed bundled banner/icon assets (use SVN /assets instead).