inspect_hook_map
Map every hook registered by a WPZylos plugin, showing each add_action, add_filter, wpAction, wpFilter, action, and filter call with callback, file, and line. Essential for debugging hook issues.
Instructions
Map ALL hooks registered by a WPZylos plugin. Returns every add_action, add_filter, wpAction, wpFilter, action, filter call with callback, file, and line. Critical for debugging hook issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the plugin root |