Catálogo
Desarrollo · Hooks

Hook Explorer Visual by Volade

Explorador visual de hooks para WordPress.

Hook Explorer Visual de Volade te permite descubrir y depurar acciones y filtros en tu sitio WordPress — con búsqueda, filtros y exportación JSON.

v1.0.0WordPress 6.0+PHP 7.4+Sin cuenta necesaria
Sin valorar aún0 vistas0 descargas

3-step workflow

  1. 1Open the hook map — filter init or wp_enqueue_scripts
  2. 2Inspect callbacks and priorities — spot the plugin conflict
  3. 3Export JSON for the next developer
Hook Explorer Visual by Volade
Captura 1 — Hook Explorer Visual by Volade

WordPress debug reality

2,000+ hooks, zero native overview

Developers pay for Query Monitor Pro or lose hours in $wp_filter — or export a JSON map in one click.

~$39+/yr

QM add-ons / debug tools

Hooks, acciones, filtros, búsqueda y exportación JSON.

Live

$wp_filter map

4

Dev presets

Watch

Real-time log

JSON

Free export

De un vistazo

Depurar conflictos de hooks todavía significa var_dump($wp_filter) o un panel de Query Monitor no exportable. Hook Explorer Visual by Volade v1.0.0 mapea $wp_filter, resuelve callbacks, modo vigilancia, cuatro ajustes predefinidos para desarrolladores y exportación JSON sin SaaS obligatorio.

Capturas de pantalla

UI de administración real a página completa: ajustes predefinidos, diagnósticos y configuración detallada.

Captura 1 — Hook Explorer Visual by Volade

2026 pricing comparison

Pay to see hooks, or start at $0

Query Monitor is excellent — but exportable hook maps and dedicated watch mode often require a full debug stack.

Free core · JSON export · dev presets

~$39+

Debug stack / yr

$0

Hook Explorer Volade

Por qué explorar hooks en WordPress es difícil

Los hooks de WordPress están dispersos en el código — encontrar qué acciones y filtros están disponibles puede ser tedioso.

The hook debug problem

You know a hook is overloaded — not who registered it or at which priority.

Themes and plugins stack on the same hooks. Without an exportable map, every handoff starts from zero.

  • Query Monitor: hooks panel in dev — no exportable agency handoff map
  • What The Hook: current hook only — not global $wp_filter view
  • Debug Bar: limited hook extensions — aging UI
  • var_dump($wp_filter): unreadable, undocumented, lost on migration
  • Plugin docs: rarely up to date on actually registered hooks

The Volade answer

Map, watch, export — inside wp-admin.

Hook Explorer inventories active hooks, resolves callbacks (class::method or Closure), logs watched hooks and exports everything as JSON.

  • Searchable map of all registered hooks
  • Per-hook detail: priorities and resolved callbacks
  • Watch mode — log listed hooks on a page load
  • Hide wp_/admin_ hooks to focus on plugins
  • 4 presets: theme, plugin audit, performance, agency
  • Free JSON export — map, watch log, health
  • wp hev hooks | preset | export — scriptable

Vistas de exploración

Todos los hooks, solo acciones, solo filtros o búsqueda personalizada.

Popular✍️

Theme developer

Watch wp_enqueue_scripts, the_content, template_redirect.

Theme
🏢

Plugin audit

init, admin_menu, rest_api_init — duplicates visible.

Plugins
🛒

Performance

wp_head, wp_footer, shutdown — heavy front hooks.

Perf
⚙️

Agency handoff

save_post + full map JSON export.

Doc

4 capas de observación

Mapa global, detalle de callback, registro de vigilancia y exportación JSON.

Map

Hooks sorted by callback count.

Detail

Priorities and resolved callbacks.

Watch

Log of monitored hooks.

Export

JSON for handoff or CI.

Data comes from $wp_filter at scan time — reflects active plugins.

Before / after

Same WordPress, hooks visible

wp_enqueue_scripts with 18 callbacks — priorities and sources in one view.

Priority 10

MyTheme::enqueue_styles — your theme.

Priority 20

WooCommerce::frontend_scripts.

Priority 99

OptimizationPlugin::defer_js — likely conflict.

Export

hooks-map.json for staging.

Hook detail

wp_enqueue_scripts — theme vs optimization conflict

Manual debugUnreadable var_dump · no priorities · no export
Hook Explorer18 callbacks · priorities 10/20/99 · MyTheme::assets identified

See which plugin enqueues at priority 99 before your theme — export the map for the team.

Real scenarios

What changes after activation.

Enqueue conflict

Antes: Broken CSS — 2h searching the theme

Después: wp_enqueue_scripts map → priority 99 plugin found

−2h

Agency handoff

Antes: “There's a custom hook” with no docs

Después: JSON export save_post + callbacks

Clear docs

Plugin audit

Antes: 3 plugins on init — which one?

Después: Plugin audit preset + watch log

Conflict visible

Staging vs prod

Antes: Different hooks undocumented

Después: wp hev export on both → diff

Parity

El explorador de hooks que WordPress necesita

Exploración visual, búsqueda, filtros y exportación — sin revisar código manualmente.

$wp_filter map

All registered hooks, filterable.

Resolved callbacks

class::method or Closure@file:line.

Priority lanes

See 10, 20, 99 on the same hook.

Watch mode

Log when a monitored hook fires.

4 ajustes predefinidos

Theme, plugin, perf, agency.

Hide core

Focus on third-party code.

Exportación JSON

Map + watch log + health.

REST hev/v1

API for connected Volade accounts.

Complements Query Monitor: QM shows live execution, HEV maps and exports $wp_filter for agency documentation.

What teams pay to see hooks today

Public pricing July 2026 — Query Monitor is free but advanced hook workflows often need other tools.

Paid

Query Monitor

$0 (+ add-ons)

Excellent hooks panel in dev — no handoff JSON export or dedicated watch presets.

Free

What The Hook

$0

Shows current hook only — not full searchable $wp_filter map.

Free

Debug Bar

$0

Basic hook extensions — dated UI, no batch watch.

Paid

Premium debug suites

~$39+/yr

Monitoring stacks — outside exportable hook cartography.

Free

Hook Explorer Visual by Volade

$0

Searchable map, priority detail, watch log, 4 presets, JSON export.

Competitive analysis

WordPress hook debug landscape 2026

QM, What The Hook, Debug Bar and manual dumps — HEV targets map + export + watch.

Query Monitor

WordPress debug reference — hooks panel in dev.

Limit: No handoff JSON export or dedicated watch presets in a hooks-focused plugin.

What The Hook

Shows the current request hook.

Limit: No searchable global $wp_filter map.

Debug Bar

Classic debug bar with extensions.

Limit: Dated UI, secondary hooks, no structured export.

Show Current Template

Template + partial front hooks.

Limit: Front-oriented, not full admin audit.

Manual var_dump

Dump $wp_filter in functions.php.

Limit: Unmaintainable, unreadable, no watch mode.

Do nothing

Debug blind.

Limit: Hours lost on every hook conflict.

Comparison table — 5 approaches

Hook Explorer vs Query Monitor, What The Hook, Debug Bar and manual dump.

CaracterísticaHEV VoladeQuery MonitorWhat The HookDebug BarManual dump
Searchable $wp_filter map~~~
Resolved callbacks~~
Priority lanes~
Dedicated watch mode~
Exportación JSON gratuita
4 dev presets
Dedicated wp-admin UI~~~
No account (core)
WP-CLI~~
Annual cost (typical)$0$0–39$0$0$0

QM remains essential for live dev — HEV complements with exportable map and watch presets.

Tres niveles, un plugin

Exploración básica gratuita sin cuenta. Cuenta Volade y V+ para hooks personalizados y multisitio.

Free

Sin cuenta

  • Hook map
  • Callback detail
  • Watch mode
  • 4 ajustes predefinidos
  • Exportación JSON
  • Site Health
Conectado

Cuenta Volade

  • REST hev/v1
  • Watch list sync
  • Scheduled export
Opcional

V+ Premium

  • Multisite live trace
  • wp hev bulk
  • Agency rollup

WP-CLI y REST hev/v1 para auditar hooks entre staging y producción.

WP-CLI

status, hooks, preset and export from SSH.

wp hev status
wp hev preset theme_dev
wp hev export --file=hooks-map.json

Multisitio

Per-site map; network rollup on V+.

  • Per-blog scan
  • Consolidated JSON export
  • Harmonized presets
Descarga verificada

Descargar

Instala el ZIP, abre el explorador, busca hooks — en menos de 3 minutos.

ZIP con SDK de Volade — activa en Volade → Hook Explorer.

Descargar v1.0.0hook-explorer-visual-by-volade-1.0.0.zip
  1. 1Plugins → Add New → Upload → ZIP → Activate
  2. 2Volade → Hook Explorer
  3. 3Search a hook → inspect callbacks → export JSON

Exploración en menos de 3 minutos

Ejecutando escaneo antivirus…

Preguntas frecuentes

Hooks, acciones, filtros, WordPress y cuenta Volade.

No — it complements it. QM for live execution, HEV to map and export $wp_filter.

Gratis vs V+ Premium

La extensión funciona sin cuenta. V+ desbloquea premium en esta extensión y en todo el catálogo.

CaracterísticaGratisV+
Carte $wp_filter & détail callbacks
Watch mode & lanes de priorité
4 presets dev & export JSON gratuit
API REST hev/v1/* programmatique
Trace live & sync watch lists
Rollup multisite agence

Hook Explorer Visual by Volade

Descarga gratuita · V+ opcional

Descargar v1.0.0V+
Comunidad

Reseñas, debates y novedades

Comparte tu experiencia con Hook Explorer Visual by Volade y sigue las últimas versiones.

Ready to see your WordPress hooks?

Download Hook Explorer Visual by Volade v1.0.0 — theme preset in one click, no signup.

Descargar v1.0.0

¿Cuenta Volade o V+ Premium? Opcional · Precios