Title: A true saver
Last modified: April 2, 2020

---

# A true saver

 *  [Jason Wong](https://wordpress.org/support/users/eljkmw/)
 * (@eljkmw)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/a-true-saver/)
 * I always find it a pain in the neck to replace images manually through cPanel’s
   File Manager and phpMyAdmin. When I first came across this plugin it still lacked
   the ability to replace images of different extensions, until its recent release.
   This is truly a saver to me.
 * I wish there was an admin setting that I can always set the Date Option to “Keep
   the date”. Hence I had to insert the following JS to override its default.
 *     ```
       jQuery(document).ready(function($) {
   
       	/* Change default selection for Date Options in Replaced Media Upload */
       	if ($('body').hasClass('media_page_enable-media-replace-enable-media-replace')) {
       		// Remove checked attribute from Replace the date input
       		$('section.options > .timestamp > ul > li input[value="1"]').removeAttr('checked');
   
       		// Trigger click the Keep the date input
       		$('section.options > .timestamp > ul > li input[value="2"]').trigger('click');
       	}
   
       });
       ```
   
 * Thank you very much for this wonderful plugin.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Gerard Blanco](https://wordpress.org/support/users/sixaxis/)
 * (@sixaxis)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/a-true-saver/#post-12629425)
 * Hi Jason,
 * You are very welcome! And thank YOU for sharing your snippet!
 * Have a good one, and stay safe.

Viewing 1 replies (of 1 total)

The topic ‘A true saver’ is closed to new replies.

 * ![](https://ps.w.org/enable-media-replace/assets/icon-256x256.png?rev=1940728)
 * [Enable Media Replace](https://wordpress.org/plugins/enable-media-replace/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enable-media-replace/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enable-media-replace/)
 * [Active Topics](https://wordpress.org/support/plugin/enable-media-replace/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enable-media-replace/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enable-media-replace/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gerard Blanco](https://wordpress.org/support/users/sixaxis/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/a-true-saver/#post-12629425)