Title: Media Export &amp; Clean
Author: plixorobd
Published: <strong>09.04.2026</strong>
Last modified: 02.06.2026

---

Поиск плагинов

![](https://ps.w.org/media-export-clean/assets/banner-772x250.png?rev=3505209)

![](https://ps.w.org/media-export-clean/assets/icon-256x256.png?rev=3502696)

# Media Export & Clean

 Автор: [plixorobd](https://profiles.wordpress.org/plixorobd/)

[Скачать](https://downloads.wordpress.org/plugin/media-export-clean.1.2.5.zip)

 * [Детали](https://ru.wordpress.org/plugins/media-export-clean/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/media-export-clean/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/media-export-clean/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/media-export-clean/#developers)

 [Поддержка](https://wordpress.org/support/plugin/media-export-clean/)

## Описание

**Media Export & Clean** is the definitive media management solution for WordPress
administrators who need to export, audit, and clean their media libraries with professional-
grade performance.

Unlike basic cleanup tools, this plugin is architected for large-scale WordPress
installations. It handles thousands of media files effortlessly using batched processing,
paginated interfaces, and memory-optimized database indexing.

The plugin operates entirely within your WordPress environment—all processing is
performed locally on your server without any external API calls, tracking, or remote
communication.

### Key Features

 * **High-Performance Export** – Pack your entire Media Library into a secure ZIP
   archive using a stable, batched background process.
 * **Orphaned File Detection** – Scan your `uploads` directory for files not registered
   in the Media Library.
 * **Pagination & Global Selection** – Manage 10,000+ orphaned files smoothly with
   a professional paginated UI and Gmail-style global selection.
 * **Memory-Optimized Engine** – Advanced database querying ensures the plugin runs
   efficiently even on sites with limited server resources.
 * **Safe Mass Cleanup** – Delete confirmed orphaned files in safe batches with 
   real-time progress indicators.
 * **Security Hardened** – Robust path validation, nonce verification, and capability
   checks for 100% production safety.

### Pro Version

Unlock the full power of media management with the Pro version:

 * **Cloud Export** – Directly sync exports to Google Drive or Dropbox.
 * **Duplicate Detection** – Find and merge duplicate images across your site.
 * **Automated Scans** – Schedule periodic cleanup audits.
 * **WebP Conversion** – Modernize your library for faster loading times.
 * **Priority Support** – Direct access to our lead developers.

More information:
 https://plixorobd.com/product/media-export-clean-pro-plugin-official/

## Установка

 1. Upload the `media-export-clean` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Access the tools under the **Media Export** menu in your WordPress dashboard.

## Часто задаваемые вопросы

### Is this plugin safe for very large sites?

Yes. Version 1.2.5 introduces a paginated UI and chunked database processing specifically
designed for sites with thousands or tens of thousands of media files.

### Does it send my file data elsewhere?

Absolutely not. All operations are 100% local to your server.

## Отзывы

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

### 󠀁[Media Export just WOW!](https://wordpress.org/support/topic/media-export-just-wow/)󠁿

 [ronilogicgo](https://profiles.wordpress.org/ronilogicgo/) 13.04.2026

Media Export & Clean plugin has been incredibly helpful for me. It performs much
better than other plugins I’ve tried. Really impressed thanks a lot!”

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

### 󠀁[I really Love this Plugin -Beacuse I was looking for this type of plugin](https://wordpress.org/support/topic/i-really-love-this-plugin-beacuse-i-was-looking-for-this-type-of-plugin/)󠁿

 [hasan009](https://profiles.wordpress.org/hasan009/) 11.04.2026 1 ответ

This Media Export & Clean plugin is really helpful for any website. I can download
all my media files with just one click, which saves a lot of time. I can also delete
unused files easily, so my media library stays clean. It really helps reduce server
storage and keeps everything organized. also have many helpful features. Highly 
Recommended

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

### 󠀁[Plug in performance](https://wordpress.org/support/topic/plug-in-performance/)󠁿

 [bijoy018g8](https://profiles.wordpress.org/bijoy018g8/) 11.04.2026 1 ответ

The Media Export & Clean plugin is a highly useful tool for managing and organizing
your WordPress media library. It makes it incredibly easy to identify and remove
unused files, helping keep your website clean and optimized.

 [ Посмотреть все 3 отзыва ](https://wordpress.org/support/plugin/media-export-clean/reviews/)

## Участники и разработчики

«Media Export & Clean» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ plixorobd ](https://profiles.wordpress.org/plixorobd/)

[Перевести «Media Export & Clean» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/media-export-clean)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/media-export-clean/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/media-export-clean/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/media-export-clean/)
по [RSS](https://plugins.trac.wordpress.org/log/media-export-clean/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.2.5

 * PERFORMANCE: Implemented a professional pagination system for the Orphaned Files
   table, ensuring smooth handling of 10,000+ files.
 * UI/UX: Added «Select All Globally» feature (Gmail-style) to easily manage large
   datasets.
 * MEMORY: Optimized backend database queries with chunked processing (5000 records
   per batch) to prevent memory exhaustion on giant sites.
 * SECURITY: Hardened file deletion logic with robust path verification and re-validation
   against the Media Library.
 * RELIABILITY: Implemented batched AJAX deletion with real-time percentage-based
   progress indicators.

#### 1.2.4

 * SECURITY: Hardened AJAX output handling by transitioning from .html() to safe
   DOM text manipulation (DOM-XSS prevention).
 * PERFORMANCE: Significantly reduced memory footprint during orphaned media scans
   via folder-scoped database indexing.
 * DATA INTEGRITY: Hardened the uninstallation process to recursively purge image
   optimization backups and temporary export files.
 * COMPATIBILITY: Verified support for WordPress 7.0 core structures.
 * UI/UX: Refined administrative layout styles for improved visual consistency and
   accessibility.

#### 1.2.3

 * Added automatic ZIP cleanup with a 24-hour secure deletion policy.
 * Refactored media export logic to use batched processing for improved stability
   on large websites.
 * Enhanced orphaned media scanning with AJAX-based batch processing to prevent 
   server timeouts.
 * Added «Restore from Backup» functionality to the image optimization engine.
 * Fixed a bug where the «Space Reclaimed» counter would reset incorrectly in the
   dashboard.
 * Hardened security with robust path validation and sanitized filesystem operations.
 * Migrated administrative inline styles to external CSS for better performance 
   and maintainability.

#### 1.2.2

 * Improved security by implementing «late escaping» for all echoed variables and
   outputs (XSS Protection).
 * Fixed unescaped `date('Y')` in the footer component.
 * Fixed unescaped `number_format` and `size_format` in the image optimization dashboard.
 * Standardized error messaging for better security compliance.

#### 1.2.1

 * Updated ‘Tested up to’ header to 6.9 for WordPress.org compliance.
 * Migrated all plugin identifiers to the mandatory `mediexcl_` prefix for full 
   WordPress.org compliance.
 * Extracted all remaining inline JavaScript from administrative views into enqueued
   external files.
 * Enhanced security for file deletions in the cleanup module with better path validation.
 * Updated asset enqueuing logic to load scripts only on specific plugin screens.

#### 1.2.0

 * Refactored codebase to ensure 100% compliance with WordPress.org «Trialware and
   Locked Features» guidelines.
 * Removed all implementing code for functions marketed as Pro-only upgrades (Duplicate
   Detection, Scheduled Cleanup, Cloud Export, etc.).
 * Preserved core export batching as a standard free feature.
 * Harmonized marketing copy and UI to reflect actual free version capabilities.

#### 1.1.4

 * Refactored plugin interface to align with WordPress.org plugin directory guidelines.
 * Removed restricted feature placeholders and simplified UI components.
 * Added a dedicated informational upgrade page.
 * Fixed compatibility issue on the image optimization screen.

#### 1.1.3

 * Improved dashboard layout and stability.
 * Adjusted export page layout for better usability.
 * Fixed UI nesting issues in some admin themes.

#### 1.1.2

 * Fixed export batching issues.
 * Improved session handling for export operations.

#### 1.1.0

 * Refactored plugin architecture for repository compatibility.
 * Removed license activation and remote API communication logic.
 * Improved security checks and sanitization.

#### 1.0.0

 * Initial release.

## Мета

 *  Версия **1.2.5**
 *  Обновление: **16 часов назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 5.8 или выше **
 *  Совместим вплоть до: **7.0**
 *  Версия PHP ** 7.4 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/media-export-clean/)
 * Метки:
 * [cleanup](https://ru.wordpress.org/plugins/tags/cleanup/)[export](https://ru.wordpress.org/plugins/tags/export/)
   [media library](https://ru.wordpress.org/plugins/tags/media-library/)[media management](https://ru.wordpress.org/plugins/tags/media-management/)
   [zip](https://ru.wordpress.org/plugins/tags/zip/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/media-export-clean/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  3 5-звездный отзыв     ](https://wordpress.org/support/plugin/media-export-clean/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/media-export-clean/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/media-export-clean/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/media-export-clean/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/media-export-clean/reviews/?filter=1)

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/media-export-clean/reviews/)

## Участники

 *   [ plixorobd ](https://profiles.wordpress.org/plixorobd/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/media-export-clean/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://plixorobd.com)