=== Whitebox ===
Contributors: whitebox
Tags: developer, debug, template, rewrite, hooks
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Stable tag: 0.1.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

A developer tool that visualizes WordPress internals in real time.

== Description ==

Whitebox is a developer tool that makes WordPress internal processes visible in real time.

**Features**

* Template hierarchy visualization - shows which template file is loaded and why
* Rewrite rules viewer - lists all rewrite rules generated by custom post types and taxonomies
* URL map - shows the mapping between all site URLs and their template files
* Hook execution timeline - displays actions and filters from themes and plugins in execution order

Useful for onboarding new developers and confirming behavior during site customization.

== Installation ==

1. Upload the plugin folder to `wp-content/plugins/`
2. Activate the plugin in the admin dashboard
3. The current template name appears in the admin bar on frontend pages
4. Visit Tools > Whitebox for the full dashboard

== Changelog ==

= 0.1.0 =
* Initial release
