描述
A tool that helps you restore and recover images from your wp-content/uploads
folder after a database failure or reset.
The plugin allows you to restore existing media from the uploads folder and re-insert it into the WordPress database the right way.
USAGE
The plugin DOES NOT upload or overwrite any media on the server, and it will only scan the default uploads folder.
You have the ability to individually select the image files you want to recover or use the availble filters and navigation with our custom file browser to speed up the process.
You cannot duplicate or overwirte existing media files and the plugin only supports images.
FEATURES & LIMITATIONS
- Restore and recover images after database failure or reset that are still available on your server.
- Use the file explorer to quickly rebuild your Media Library with a couple of clicks.
- Hide all existing media already found in the Media Library.
- Show different icons for existing, recovarable, selected and unavailable files for recovery.
Some known issues and limitations:
Does not work on WordPress multisite setup.
Works only with the default WordPress uploads folder wp-content/uploads
Recover maximum 10 images at a time and a single image file size cannot exceed 4MB; to cover the max_execution_time
on most servers.
Original image files that have dimensions in the file name (e.g. icon-128×128.png) won’t apprea in the plugin file explorer.
DETAILED DOCUMENTATION
The step-by-step setup, usage, demos, video, and insights can be found on Media Library Recovery.
MEDIA LIBRARY RECOVERY PRO
As of yet, this plugin doesn’t have a commercial version available.
安装
The plugin installation process is standard and easy to follow. Please let us know if you have any difficulties with the installation.
Installation from WordPress
- Visit Plugins > Add New.
- Search for Media Library Recovery.
- Install and activate the Media Library Recovery plugin.
- You will be either redirected to the main plugin page or need to click on the plugin settings link.
Manual Installation
- Upload the entire
wp-media-recovery
folder to the/wp-content/plugins/
directory. - Visit Plugins.
- Activate the Media Library Recovery plugin.
- You will be either redirected to the main plugin page or need to click on the plugin settings link.
After Activation
- Click on the Settings links or go to Media > Library Recovery.
- Select all the images you want to recover and hit the Recover Media button.
- Go to Media > Library and you will see the newly restored image.
常见问题
As of right now, none.
Use the Support tab on this page to post your requests and questions.
All tickets are usually addressed within several days.
If your request is an add-on feature, we will add it to the plugin wish list and consider implementing it in the next major version.
评价
贡献者及开发者
更新日志
1.4.1
- Update – Update new development workflow and structure
- Update – Remove some of classes and convert to function based
- Update – CSS and some general styling
1.4
- New – Add new development workflow and structure
- New – Change namespace to match the developry structure
- New – Add status for large files with new icon
- New – Load thumbnails in file browser 150×150, if available
- New – Move global variables out of the classes
- New – Add some additional JS errors when recovering media
- New – Add
scaled
image file name support - Update – Overall plugin and readme copy and text
- Update – Improve UI and UX with a larger font size and max-width container
- Update – Add file size limit to avoid 500 erorr of larger media files
- Update – Remove and unnecessary dev code snippets and variables
- Update – Move back all styles using SASS and SCSS files
- Fix – Skip
..
and.
when looping the iterator
1.3
- Update – Add proper translation stings
- Update – Plugin
.pot
file in/lang
folder - Update – Test and check functionality with WordPress 6.1
- Update – Test and check functionality with WordPress 6.0
1.2
- Update – Improved UI and functionality
- Update – Better UX and new plugin framework
1.1
- Update – Total revision of the plugin with improved code and UI
- Fix – Added pagination with showing a maximum of 30 images per page
- Fix – Improved page loading time by using thumbnails (where available)
- Fix – Set a limit to be able to recover a maximum of 10 images at a time
- Fix – Removed the confirmation code functionality
- Fix – Loader image path
1.0
- Initial release and first commit into the WordPress.org SVN