Description
The Replace Image plugin adds a button to the Attachment Details screen which allows you to upload or select an image to replace the current image while retaining the URL and attachment ID. This allows you to easily swap in an updated version of an image without having to re-select it in theme settings pages, post/page content, or anywhere else where it might be referenced.
Important: Disable your browser’s cache and any WordPress caching plugins before use; otherwise, the plugin may appear not to work. See Tools > Replace Image for instructions.
Screenshots
Installation
- Click “Plugins” > “Add New” in the WordPress admin menu.
- Search for “Replace Image”.
- Click “Install Now”.
- Click “Activate Plugin”.
Alternatively, you can manually upload the plugin to your wp-content/plugins directory.
FAQ
-
I tried to replace an image but nothing happened.
-
Your browser is likely still caching the old image. Try doing a hard refresh (Ctrl + F5 on Windows, Apple + R / Command + R on Mac) while viewing the page on the frontend. Note that the backend seems to retain cached image thumbnails even after a hard refresh.
Reviews
Contributors and Developers
“Replace Image” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Replace Image” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.1.7
- Updated links, author, changed branding to Aspen Grove Studios
- Updated tested up to
- Removed donation links,
- Added aspengrovestudios as contributor
- Updated banner and icon
1.1.6
- Plugin now deletes files associated with the old image prior to replacement
1.1.5
- Fixed non-critical PHP warning
1.1.3
- Fixed undefined offset error per https://wordpress.org/support/topic/undefined-index-0-on-line-100-mainfile?replies=1
1.1.1
- Added support for image replacement where the image file being replaced doesn’t exist
- Removed anonymous functions
1.1
- Added functionality to prevent image caching in the Media Library
1.0.3
- Fixed a bug where the upload UI would temporarily stop working properly after replacing an image.
1.0
- Initial release