Changeset 1003002
- Timestamp:
- 10/07/2014 04:04:26 AM (11 years ago)
- File:
-
- 1 edited
-
delete-original-image/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
delete-original-image/trunk/readme.txt
r1002993 r1003002 1 === Plugin Name === 2 Contributors: Com82 3 Donate link: cminatti@gmail.com (paypal) 4 Tags: Delete Original Image, Delete Full Image 5 Requires at least: 3.0.1 6 Tested up to: 4.3 7 Stable tag: trunk 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 Delete the original image file uploaded. Allow this to be done automatically on upload or do it in bulk for all your images. 12 13 == Description == 14 1 15 Delete Original Image is a Wordpress plugin to delete the the original image file uploaded. The problem is that the original image file is ussualy huge (can be 6MB if it is a photograph) and it is never published on the pages so there is no need to keep it on your server. 2 16 … … 4 18 5 19 Specifically, this plugin copy the 'large' image ( i.e: your-pic-1038x576.jpg ) to the original file path ( i.e.: your-pic.jpg ). 20 21 == Installation == 22 23 1. Upload all files from this plugin to the `/wp-content/plugins/delete-original-image` directory 24 2. Activate the plugin through the 'Plugins' menu in WordPress 25 3. Go to Tools -> Delete Original Images 26 27 == Frequently Asked Questions == 28 29 = Will I have to re-insert the images on my posts? = 30 31 No. The images used by wordpress are not touch. The plugin deletes the original file, that could only be used in case you need to re-generate the smaller images (In example if you want to remove a watermar you generated) 32 33 34 == Screenshots == 35 36
Note: See TracChangeset
for help on using the changeset viewer.