Title: Export Media Library
Author: Andrej Pavlovic
Published: <strong>1.7.2018</strong>
Last modified: 5.4.2023

---

Hae lisäosia

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/export-media-library.svg)

# Export Media Library

 [Andrej Pavlovic](https://profiles.wordpress.org/andrejpavlovic/)

[Lataa](https://downloads.wordpress.org/plugin/export-media-library.4.0.2.zip)

 * [Tiedot](https://fi.wordpress.org/plugins/export-media-library/#description)
 * [Arvostelut](https://fi.wordpress.org/plugins/export-media-library/#reviews)
 *  [Asennus](https://fi.wordpress.org/plugins/export-media-library/#installation)
 * [Kehitys](https://fi.wordpress.org/plugins/export-media-library/#developers)

 [Tuki](https://wordpress.org/support/plugin/export-media-library/)

## Kuvaus

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

#### Links

 * [Website](https://github.com/massedge/wordpress-plugin-export-media-library)
 * [Support](https://github.com/massedge/wordpress-plugin-export-media-library/issues)

## Kuvankaappaukset

 * [[
 * Export Media Library admin page

## Asennus

 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.

## UKK

### I am unable to open the generated zip file

Please try using the [7-Zip](https://www.7-zip.org/) extractor utility if you are
having trouble extracting the downloaded zip file. It’s free and open source.

## Arvostelut

![](https://secure.gravatar.com/avatar/cf348d89661f61767b6ad008c29d2c2ab8b122ac99dab50c9f19f839390ba44d?
s=60&d=retro&r=g)

### 󠀁[Thank you!](https://wordpress.org/support/topic/thank-you-3624/)󠁿

 [carolaclavo](https://profiles.wordpress.org/carolaclavo/) 1.3.2025

This plugin was great. Unable to download all of my images from the Wordpress instalation,
I was downloading all of it within minutes thanks to this plugin. Great!!

![](https://secure.gravatar.com/avatar/da0d8032328c45cef7be3bc3ef49d2fac1bfc7ef6bac69c7b06003888cd05d74?
s=60&d=retro&r=g)

### 󠀁[Superb](https://wordpress.org/support/topic/superb-1032/)󠁿

 [digitb](https://profiles.wordpress.org/digitb/) 22.9.2024

Simply Superb!

![](https://secure.gravatar.com/avatar/5adc164056095c1c662cdc951845cdc932b8cafefe133b2c3e2ec9fa82fb80aa?
s=60&d=retro&r=g)

### 󠀁[Works great.](https://wordpress.org/support/topic/works-great-9181/)󠁿

 [Mara-z](https://profiles.wordpress.org/mara-z/) 13.3.2024

Thank you.

![](https://secure.gravatar.com/avatar/e36bcc29ec19727c735c8c91277cedd145ca950b6062af3baba50026108081ad?
s=60&d=retro&r=g)

### 󠀁[Simple and effective](https://wordpress.org/support/topic/simple-and-effective-1527/)󠁿

 [thirstyquaker](https://profiles.wordpress.org/thirstyquaker/) 20.10.2023

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.

![](https://secure.gravatar.com/avatar/beb96f77cfcdd5c509f2dd08e8e91ab6de07453e5b73cc0d0b698217225dd238?
s=60&d=retro&r=g)

### 󠀁[Excellent Plugin !!](https://wordpress.org/support/topic/excellent-plugin-8847/)󠁿

 [Mave27](https://profiles.wordpress.org/mave27/) 18.10.2023

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 !!

![](https://secure.gravatar.com/avatar/3fba1da4265dc52b24bad9557acf5ab6971570cbd96869e00b29368cafb82a46?
s=60&d=retro&r=g)

### 󠀁[Thank You!](https://wordpress.org/support/topic/thank-you-3436/)󠁿

 [Andrzej Klasén](https://profiles.wordpress.org/bibeldans/) 1.10.2023

I’m using it with Media Sync By Erol Živina

 [ Lue kaikki 47 arvostelua. ](https://wordpress.org/support/plugin/export-media-library/reviews/)

## Avustajat & Kehittäjät

“Export Media Library” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet
tämän lisäosan kehittämiseen.

Avustajat

 *   [ Andrej Pavlovic ](https://profiles.wordpress.org/andrejpavlovic/)

“Export Media Library” has been translated into 8 locales. Kiitoksia [kääntäjille](https://translate.wordpress.org/projects/wp-plugins/export-media-library/contributors)
heidän työstään.

[Käännä “Export Media Library” omalle kielellesi.](https://translate.wordpress.org/projects/wp-plugins/export-media-library)

### Oletko kiinnostunut kehitystyöstä?

[Browse the code](https://plugins.trac.wordpress.org/browser/export-media-library/),
check out the [SVN repository](https://plugins.svn.wordpress.org/export-media-library/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/export-media-library/)
by [RSS](https://plugins.trac.wordpress.org/log/export-media-library/?limit=100&mode=stop_on_copy&format=rss).

## Muutosloki

#### 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.

## Metatiedot

 *  Version **4.0.2**
 *  Last updated **3 vuotta sitten**
 *  Active installations **40 000+**
 *  WordPress version ** 4.7.10 or higher **
 *  Tested up to **6.2.9**
 *  PHP version ** 7.4 or higher **
 *  Languages
 * [Dutch](https://nl.wordpress.org/plugins/export-media-library/), [English (US)](https://wordpress.org/plugins/export-media-library/),
   [German](https://de.wordpress.org/plugins/export-media-library/), [Greek](https://el.wordpress.org/plugins/export-media-library/),
   [Italian](https://it.wordpress.org/plugins/export-media-library/), [Persian](https://fa.wordpress.org/plugins/export-media-library/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/export-media-library/), [Spanish (Spain)](https://es.wordpress.org/plugins/export-media-library/)
   ja [Swedish](https://sv.wordpress.org/plugins/export-media-library/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/export-media-library)
 * Tags
 * [download](https://fi.wordpress.org/plugins/tags/download/)[download media library](https://fi.wordpress.org/plugins/tags/download-media-library/)
   [export](https://fi.wordpress.org/plugins/tags/export/)[export media library](https://fi.wordpress.org/plugins/tags/export-media-library/)
   [media library](https://fi.wordpress.org/plugins/tags/media-library/)
 *  [Edistynyt näkymä](https://fi.wordpress.org/plugins/export-media-library/advanced/)

## Arvosanat

 4.9 out of 5 stars.

 *  [  45 5-star reviews     ](https://wordpress.org/support/plugin/export-media-library/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/export-media-library/reviews/?filter=4)
 *  [  3 3-star reviews     ](https://wordpress.org/support/plugin/export-media-library/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/export-media-library/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/export-media-library/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/export-media-library/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/export-media-library/reviews/)

## Avustajat

 *   [ Andrej Pavlovic ](https://profiles.wordpress.org/andrejpavlovic/)

## Tuki

Onko sinulla jotain sanottavaa? Tarvitsetko apua?

 [Tukifoorumi](https://wordpress.org/support/plugin/export-media-library/)