تفصیل
1705 Bulk Media Attributes is a powerful WordPress plugin that allows you to bulk update media library attributes for existing images using a simple CSV file. Perfect for improving website accessibility, SEO, and managing large media libraries efficiently.
Key Features:
- Bulk Update Media Attributes – Update ALT text, Title, Caption, and Description fields for multiple images at once
- CSV-Based Import – Easy-to-use CSV format for managing your media metadata
- Flexible Column Mapping – Automatically detects common column name variations (e.g., "alt_text”, "alt”, "alttext”)
- Selective Field Updates – Choose which attributes to update (ALT, Title, Caption, Description)
- Smart URL Matching – Intelligent image matching that handles WordPress-generated variants (scaled, resized, edited versions)
- Batch Processing – Process large CSV files in configurable batches to prevent timeouts
- Dry Run Mode – Test your CSV without making actual changes
- Real-Time Progress – Live progress updates with detailed logging
- Safe & Secure – Proper WordPress nonce verification and capability checks
Use Cases:
- Add accessibility-compliant ALT text to all your images
- Update image titles and captions for better SEO
- Migrate metadata from another system
- Standardize image descriptions across your site
- Audit existing images before making changes (dry run mode)
CSV Format:
The plugin requires a CSV file with at minimum an image_url column and one or more attribute columns:
image_url(required) – Full URL to the image in your media libraryalt_text– Alternative text for accessibilitytitle– Image titlecaption– Image captiondescription– Image descriptioncontent_type– (optional, ignored by plugin) – Can be included for reference
See the included sample.csv file for a working example.
Privacy & Data:
This plugin does not collect, store, or transmit any user data. All processing happens locally on your WordPress installation. Uploaded CSV files are temporarily stored in your WordPress uploads directory and are automatically cleaned up after processing.
Additional Information
Support
For support, please use the WordPress.org support forum for this plugin.
Contributing
Bug reports and feature requests are welcome!
Credits
Developed by 1705 studio – https://1705.studio/
انسٹالیشن
- Upload the
wme-bulk-media-attributesfolder to the/wp-content/plugins/directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Navigate to Media > Bulk Media Attributes in your WordPress admin.
- Prepare your CSV file with image URLs and attributes (see sample.csv for format).
- Upload your CSV and configure which fields to update.
- Click "Upload & Start” to begin processing.
عمومی سوالات
-
What CSV format should I use?
-
Your CSV should have a header row with column names. At minimum, include:
*image_url– The full URL to the image in your media library
* At least one attribute column:alt_text,title,caption, ordescriptionThe plugin recognizes various column name formats (e.g., "alt_text”, "alt”, "alttext” all work for ALT text).
-
How does the plugin match images?
-
The plugin uses multiple strategies to match CSV URLs to Media Library images:
- Exact URL match
- Normalized URL match (removes size suffixes like -300×200, -scaled, -e123456789)
- Relative path match using
_wp_attached_filemeta - Basename match as a fallback
This ensures images are found even if the CSV contains resized or edited versions.
-
What happens if an image isn’t found?
-
Images that can’t be matched are logged as "Not found” in the progress log. The plugin continues processing the rest of your CSV. You can review the log to identify any URLs that need correction.
-
Can I test without making changes?
-
Yes! Enable the "Dry run” checkbox before starting. The plugin will report which images would be updated without actually making any changes. This is great for validating your CSV.
-
What permissions are required?
-
Only users with the
manage_optionscapability (typically Administrators) can access and use this plugin. -
Is there a file size limit?
-
The plugin processes CSV files in configurable batches (default 25 rows per batch) to prevent timeouts. There’s no hard limit, but very large files (10,000+ rows) should use smaller batch sizes on shared hosting.
-
Can I cancel a running import?
-
Yes, click the "Cancel” button during processing. The import will stop after the current batch completes.
-
What WordPress versions are supported?
-
WordPress 5.8 or higher. Tested up to WordPress 6.7.
-
What PHP version is required?
-
PHP 7.4 or higher is required.
-
Does this create new media library items?
-
No. This plugin only updates existing media library attachments. Images must already be uploaded to your WordPress Media Library.
-
Are there any plugin conflicts?
-
This plugin uses standard WordPress APIs and should be compatible with most other plugins. If you experience issues with specific plugins, please report them in the support forum.
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“1705 Bulk Media Attributes” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:
شراکت دار“1705 Bulk Media Attributes” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0.0
- Initial release
- Bulk update ALT text, Title, Caption, and Description
- CSV-based import with flexible column mapping
- Smart URL matching for WordPress image variants
- Batch processing with configurable batch size
- Dry run mode for testing
- Real-time progress tracking and logging
- WordPress.org guidelines compliance