বৰ্ণনা
OrbitStem Media Rename helps you rename files in the WordPress Media Library without breaking your site.
Before you rename, you see an impact report showing where the file is used. After you rename, the plugin can update old file URLs across posts, custom fields, widgets, and site options — including data stored by page builders and block editors.
Features
- Stem Rename panel in the Media Library and attachment edit screen
- Impact report with usage locations and risk level
- File tree preview (main file, thumbnails, WebP/AVIF siblings)
- SEO filename score with tips as you type
- Site-wide URL replacement in posts, post meta, options, term meta, and user meta
- Support for JSON-escaped, serialized, and HTML-encoded URLs
- Post-rename verification scan
- One-click rollback of the last rename
- Quick-fill suggestions from title, alt text, or parent post
Privacy
This plugin does not contact external servers, track users, or collect personal data. All processing runs on your WordPress site.
Permissions
By default, only users with the manage_options capability can rename files. Use the orbitstem_rename_capability filter to change this.
ইনষ্টলেশ্যন
- Upload the
orbitstem-media-renamefolder to/wp-content/plugins/ - Activate the plugin through the Plugins menu in WordPress
- Open Media Library, select a file, and use the Stem Rename panel
সঘনাই উত্থাপিত প্ৰশ্ন
-
Who can rename media files?
-
Administrators by default. Developers can change the required capability with the
orbitstem_rename_capabilityfilter.To allow editors to rename files:
add_filter( 'orbitstem_rename_capability', function() { return 'edit_posts'; } );To allow any user who has
upload_filesand can edit the specific attachment (authors, contributors):add_filter( 'orbitstem_allow_editors_to_rename', '__return_true' ); -
Will renaming update URLs on my pages?
-
Yes, when Update URLs everywhere on this site is checked. The plugin searches posts, custom fields, and options for old file URLs and replaces them.
-
Can I undo a rename?
-
Yes. Use Undo last rename on the same attachment to restore the previous filename and optionally reverse URL updates.
-
Does this work with page builders?
-
Yes. URL updates run across all post meta and serialized or JSON-encoded builder data, not just post content. The plugin is compatible with:
- Elementor
- Divi Builder
- Bricks Builder
- Breakdance
- WPBakery Page Builder
- Beaver Builder
- Oxygen Builder
- WordPress Block Editor (Gutenberg)
- Any plugin that stores media URLs in post meta, options, or serialized/JSON data
পৰ্য্যালোচনা
এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।
অৱদানকাৰী আৰু বিকাশকাৰীসকল
“OrbitStem Media Rename” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।
অৱদানকাৰীসকলআপোনাৰ ভাষাত “OrbitStem Media Rename” অনুবাদ কৰক।
বিকাশৰ প্ৰতি আগ্ৰহী?
ক’ড ব্ৰাউজ কৰক, SVN ৰিপজিটৰী চাওক নাইবা RSS-দ্বাৰা বিকাশৰ পঞ্জী ছাবস্ক্ৰাইব কৰক।
সলনি-পঞ্জী
1.6.0
- Added support for international filenames — French, Japanese, Chinese, and other languages.
- Lowered minimum PHP requirement to 7.4.
- Fixed media rename panel breaking on Windows after the first rename (path slash mismatch).
- Store relative upload paths and auto-repair broken attachment meta when possible.
1.0.0
- Initial release.
