Auto-Rename Images on Upload intercepts every image upload at the wp_handle_upload level — before WordPress records the file path in the database — and renames it to a clean, SEO-friendly slug. The final URL stored in the media library is already the clean one, so no redirects or database patches are ever needed. Three modes let you derive the new name from the cleaned original filename, the parent post title, or a fully custom token pattern.
| Category | Media |
| Author | Snehal Pancholi — Freelance Developer |
| Plugin Page | https://addonlogic.com/auto-rename-images |
| Requires | WordPress 6.0+, PHP 8.1+ |
| License | GPL-2.0+ |