Custom Database Tables
Lists every database table not part of WordPress core, attributed to the most likely responsible plugin or theme. Includes row count and size so you understand the data footprint before deactivating anything.
Maps the full footprint of every WordPress plugin and theme — custom database tables, cron jobs, REST routes, and hooks — before you make any changes.
Before you deactivate a plugin, update a theme, or change a hosting environment, you need to understand what that plugin actually owns. The Blast Radius Analyzer maps every custom database table, cron job, REST API route, and hooked callback that plugins and themes have registered — so you can make changes with full awareness of all the dependencies involved.
Lists every database table not part of WordPress core, attributed to the most likely responsible plugin or theme. Includes row count and size so you understand the data footprint before deactivating anything.
Every scheduled event registered outside WordPress core is listed with its next run time, recurrence interval, and hook name — showing exactly which plugins are adding background tasks.
A complete list of every registered WordPress REST API route — including core routes and every plugin-added endpoint — color-coded by HTTP method (GET, POST, PUT, DELETE, PATCH) for instant visibility into your full API surface area.
Dumps the live $wp_filter global showing every registered action and filter, the callbacks attached, their priorities, and which plugin registered them. Available in a dark-mode modal with a pop-out view for deep inspection.
It uses table name prefix matching. Most plugins prefix custom tables with a short identifier (e.g. wc_ for WooCommerce). The analyzer matches these against known plugin patterns and active plugin slugs.
Yes. The Hook Inspector reads the in-memory $wp_filter array that WordPress has already constructed for the current request. It does not trigger any hooks or modify any callbacks.
Lite shows the custom database tables list and cron job inventory. Pro unlocks the full REST API Map with HTTP method color-coding and the Hook Inspector with modal and pop-out view.
Yes — the REST API Map shows the namespace, route pattern, and HTTP methods for every registered endpoint, making it straightforward to identify route conflicts or unexpectedly public endpoints.
The complete picture of your WordPress installation's plugin footprint — in seconds, with zero risk.
Pro unlocks the full REST API Map with HTTP method color-coding and the Hook Inspector with modal and pop-out view.
Lite includes the custom database tables list and cron job inventory — completely free, no account required.