Export Media Library

Descripció

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

Links

Captures

  • Export Media Library admin page

Instal·lació

  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.

PMF

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.

Ressenyes

6 de febrer de 2023
If you need to download all media files of your WordPress website (but without all the thumbnails), then this plugin is your best choice.
20 de desembre de 2022
I needed to export all the PDFs from our website, which is easier said than done until now. I exported all assets using this plugin, then opened the zip file and sorted by file type. There were all 87 PDFs out of 2000+ media items. I was able to complete in 5 minutes what would have taken me all morning
13 de juliol de 2022
Not really complaining (free plugin, thank you!) But this happens on my servers. Latest php, lightningbase hosted.Tried 4 unzip programs. I have really fast internet so it downloads in seconds... Bummer, great tool.
Llegiu totes les 37 ressenyes

Col·laboradors i desenvolupadors

«Export Media Library» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

“Export Media Library” s'ha traduït a 7 configuracions regionals. Gràcies als traductos per les seves aportacions.

Tradueix “Export Media Library” a la teva llengua.

Interessats en el desenvolupament?

Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.

Registre de canvis

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.