=== Delete Thumbnails === Contributors: davidsword Donate link: http://handsomefox.com/donate/ Tags: delete, thumbnails, media, images, library, thumbnail Requires at least: 3.0 Tested up to: 4.0 Stable tag: 1.0 Find and delete all thumbnails from your Media Library == Description == Use this plugin to delete ALL thumbnails from your Media Library. This is useful if your site and plugins have changed many times over the past years and accumulated a vast number of thumbnails that are no longer needed. 1. When deleting, thumbnails are deleted at a code level and will be deleted premaritally 1. You can use [this plugin](http://wordpress.org/plugins/regenerate-thumbnails/) to regenerate your thumbnails if needed 1. All files that will be deleted are marked with `[X]` and highlighted in red 1. Press the **delete all thumbnails** button at the bottom of the page to delete thumbnails == Installation == 1. Download the plugin and extract the files 1. Upload `delete-thumbnails` to your `~/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. View the Delete Thumbnails settings (located under the main Settings menu in the WordPress admin) == Frequently Asked Questions == = What is this warning about `chmod` about? = Your wordpress installation has very secure server settings. This basically means that the code cannot change things on the server, so the code of this plugin cannot delete the thumbnails without a minor modification of the server. = What Does "Registered:" Mean = "Registered" and proceeding list are Wordpress's registered image thumbnail sizes. These sizes are set via `wp-admin > Settings > Media`. If there's more than three, a plugin or a theme has used [add_image_size()](codex.wordpress.org/Function_Reference/add_image_size) to add a custom size. == Screenshots == 1. Simple text interface to indentify all your thumbnails, showing you exactly what you will be deleting == Changelog == = 1.0 = * Sept 29, 2014 * Public Launch = 0.1 = * July 6th, 2014 * Initial Build, private use