-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
31 lines (25 loc) · 1.31 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
=== WP Media Metadata Fix ===
Contributors: maliknaik16
Tags: media, missing, meta, metadata, file, fix, icon, image, photo, library, regenerate
Requires at least: 4.4
Tested up to: 5.5.1
Requires PHP: 5.6
Stable tag: 1.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Fixes the metadata of the images in the Media library.
== Description ==
**WP Media Metadata Fix** fixes the metadata of the image. This plugins looks for `_wp_attached_file`, and `_wp_attachment_metadata` meta keys for each attachment and fixes the meta values by regenerating or updating the meta data.
== Installation ==
Download and extract this plugin to the `/wp-content/plugins/` folder and activate the plugin from Plugins menu in WordPress Admin Dashboard.
== Frequently Asked Questions ==
= Where can I find the button to fix the image metadata? =
The **Fix Metadata** and **Fix Image** buttons are found in the list view of the Media library and edit page of the attachment.
== Screenshots ==
1. WP Media Metadata Fix - Media libray with missing metadata
2. WP Media Metadata Fix - Missing metadata in the attachment edit page
3. WP Media Metadata Fix - After fixing the metadata of the wordpress.png file.
4. WP Media Metadata Fix - After fixing the metadata of the wordpress-logo.png file.
== Changelog ==
= 1.0 =
* First Release