PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of Malik Naik   WordPress Image Metadata Fix Plugin   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: WordPress Image Metadata Fix Plugin
Provide buttons to fix WordPress image metadata
Author: By
Last change:
Date: 3 years ago
Size: 1,248 bytes
 

Contents

Class file image Download
=== WP Media Metadata Fix === Contributors: maliknaik16 Tags: media, file, icon, metadata, fix, image, missing, 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 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 - Missing metadata 2. WP Media Metadata Fix - Missing metadata in the attachment edit page 3. WP Media Metadata Fix - Media library attachment listing after fixed metadata 4. WP Media Metadata Fix - After fixing all the metadata issues == Changelog == = 1.0 = * First Release