Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Export Media Library

Περιγραφή

Επιτρέπει στους χρήστες να εξάγουν τη βιβλιοθήκη πολυμέσων σαν συμπιεσμένο αρχείο

Σύνδεσμοι

Στιγμιότυπα

  • Export Media Library admin page

Εγκατάσταση

  1. Κατεβάστε και ενεργοποιήστε το πρόσθετο μέσω της σελίδας “Πρόσθετα” στο WordPress
  2. Go to Media -> Export via the admin menu to access the Export Media Library page.
  3. Προσαρμόστε τις ρυθμίσεις της φόρμας πριν προχωρήσετε σε εξαγωγή

Συχνές Ερωτήσεις

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.

Κριτικές

22 Σεπτεμβρίου 2024
Simply Superb!
20 Οκτωβρίου 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.
18 Οκτωβρίου 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 !!
23 Ιουνίου 2023
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.
Ανάγνωση όλων των 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.