by ranjan1207freelancer on WordPress.org
Bulk update or add custom meta fields to any post type using a CSV file with security and logging features.
Bulk Meta Fields Update is a secure WordPress plugin that allows administrators to import or update custom meta fields in bulk via CSV upload. Perfect for content managers, developers, and SEO experts who need to manage metadata across multiple posts efficiently.
Your CSV file should have 2 columns (no headers needed):
Column 1: Post URL or Post ID
Column 2: Meta field value
Example using URLs:
https://example.com/sample-post,Value A
https://example.com/another-post,Value B
Example using IDs:
123,Value A
456,Value B
Every CSV upload is logged with:
* WordPress username
* Post ID
* Meta key
* Meta value
* Timestamp
Logs are stored securely in /wp-content/plugins/bulk-meta-fields-update/logs/upload-log.csv
For support, feature requests, or bug reports, please visit the plugin’s support forum on WordPress.org.
This plugin does not collect, store, or transmit any user data outside of your WordPress installation. All logs are stored locally on your server.