Title: Export Media Library
Author: Andrej Pavlovic
Published: <strong>1 juli 2018</strong>
Last modified: 5 april 2023

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

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

# Export Media Library

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

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

 * [Detaljer](https://sv.wordpress.org/plugins/export-media-library/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/export-media-library/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/export-media-library/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/export-media-library/#developers)

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

## Beskrivning

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)

## Skärmdumpar

 * [[
 * Export Media Library admin page

## Installation

 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.

## Vanliga frågor

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

## Recensioner

![](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 mars 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 september 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 mars 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 oktober 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 oktober 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 oktober 2023

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

 [ Läs alla 47 betyg ](https://wordpress.org/support/plugin/export-media-library/reviews/)

## Bidragsgivare och utvecklare

”Export Media Library” är programvara med öppen källkod. Följande personer har bidragit
till detta tillägg.

Bidragande personer

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

”Export Media Library” har översatts till 8 språk. Tack till [översättarna](https://translate.wordpress.org/projects/wp-plugins/export-media-library/contributors)
för deras bidrag.

[Översätt ”Export Media Library” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/export-media-library)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/export-media-library/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/export-media-library/)
eller prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/export-media-library/)
via [RSS](https://plugins.trac.wordpress.org/log/export-media-library/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

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

## Meta

 *  Version **4.0.2**
 *  Senast uppdaterat **3 år sedan**
 *  Aktiva installationer **40 000+**
 *  WordPress-version ** 4.7.10 eller senare **
 *  Testat upp till **6.2.9**
 *  PHP-version ** 7.4 eller senare **
 *  Språk
 * [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/)
   och [Swedish](https://sv.wordpress.org/plugins/export-media-library/).
 *  [Översätt till ditt språk](https://translate.wordpress.org/projects/wp-plugins/export-media-library)
 * Etiketter
 * [download](https://sv.wordpress.org/plugins/tags/download/)[download media library](https://sv.wordpress.org/plugins/tags/download-media-library/)
   [export](https://sv.wordpress.org/plugins/tags/export/)[export media library](https://sv.wordpress.org/plugins/tags/export-media-library/)
   [media library](https://sv.wordpress.org/plugins/tags/media-library/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/export-media-library/advanced/)

## Betyg

 4.9 av 5 stjärnor.

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

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

[Se alla recensioner](https://wordpress.org/support/plugin/export-media-library/reviews/)

## Bidragande personer

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

## Support

Har du något att säga? Behöver du hjälp?

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