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

View and debug post and user meta data in a clean table format – lightweight, dev-friendly, and works across post types in the WP admin.

== Description ==

**MetaViewer** helps developers and advanced users view all post meta and user meta data in a clear, organized table format. It supports custom post types and displays the data type of each value (string, integer, array, etc.).

This plugin is useful for debugging, development, or reviewing what's stored in WordPress meta fields.

**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 to 8.3.

== 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.0 =
* Initial release.

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