=== PureDevs Any Meta Inspector ===
Contributors: puredevs, ympervej86
Tags: metadata, user metadata, post metadata, category metadata, comment metadata
Requires at least: 3.5
Tested up to: 6.9
Stable tag: 1.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

PureDevs Any Meta Inspector shows all the meta keys and their unserialized values in a metabox for posts, pages, terms, comments, and users. 

== Description ==

Have you ever wanted to inspect the metadata associated with a post?
PureDevs Any Meta Inspector is a free, lightweight plugin that allows you to —
Inspect meta keys of posts, pages, custom post type posts, custom taxonomy terms, users and comments
Inspect unserialized values of posts, pages, custom post type posts, custom taxonomy terms, users and comments

== Installation ==

Manual installation is easy. It will take less than a minute if everything goes well.  
1. Download the plugin from wordpress.org, unpack it and upload the <strong>[PureDevs Any Meta Inspector]</strong> folder to your <strong>wp-content/plugins/</strong> directory. 
2. Activate the plugin through the Plugins menu in WordPress.

== Frequently Asked Questions ==

<strong>Q. Can I inspect only the post and page metadata with this plugin?</strong><br> 
Ans: Unlike other plugins in the market, you can inspect custom post type(CPT), custom taxonomy terms(CTT), user, and comments metadata along with post and page metadata with PureDevs Any Meta Inspector.    
<strong>Q. Is this plugin only for WordPress sites?</strong><br> 
Ans: Yes, this plugin is compatible only with WordPress sites. If your CMS lets you install the plugin, then that is the sign that it is compatible with your site. 
<strong>Q. Is it future-proof?</strong><br> 
Ans: Yes, we will keep updating the plugin and keep adding relevant, useful features that will be compatible with the future version of WordPress. 

== Screenshots ==

1. Inspect category metadata
2. Inspect comment metadata
3. Inspect custom post type(CPT) metadata
4. Inspect page metadata
5. Inspect post metadata
6. Inspect user metadata

== Changelog ==

= 1.0.2 = 
- Define ABSPATH on top of plugin files and remove unused variables
- Compatibility check with WordPress latest version

= 1.0.1 = 
- Fix all the issues related to Internationalization, escaping variables and other issues
- Compatibility check with WordPress latest version

= 1.0.0 = 
- Version 1.0.0 Initial Release