=== MetaViewer – Debug Meta Data ===
Contributors: usmanaliqureshi
Tags: metadata, post meta, user meta, custom fields, debug
Requires at least: 5.5
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

View and debug post meta, user meta, and custom fields in a clean admin table.

== Description ==

**MetaViewer** helps developers, site builders, and advanced users inspect post meta, user meta, and custom field data in a clear admin table. It supports public custom post types and displays the detected data type for each value.

Use it while debugging custom fields, checking plugin data, reviewing user meta, or understanding what is stored behind a WordPress screen.

**Key Features:**

- View post meta data on the edit screen of all post types.
- View user meta data on user profile pages.
- Clean tabular layout with zebra striping.
- Auto-detects and displays data types (string, int, array, etc.).
- Translation ready and lightweight.
- Compatible with PHP 7.4 and newer.

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to any post, page, or custom post type to view its meta data in a meta box.
4. Visit any user profile (edit screen) to view user meta.

== Frequently Asked Questions ==

= Who can see the meta data? =
Only logged-in users who can access the admin panel (typically editors, admins, etc.).

= Does it support custom post types? =
Yes, it supports all public custom post types.

= Can I export meta data? =
No, this plugin only displays data, it doesn't handle export.

== Screenshots ==

1. Post meta data displayed in the admin panel.
2. User meta data shown on the user profile page.

== Changelog ==

= 1.0.1 =
* Updated WordPress compatibility metadata.
* Improved plugin tags and readme copy for clarity.

= 1.0.0 =
* Initial release.

== License ==
This plugin is licensed under the GPLv2 or later.
