This plugin is outdated and might not be supported anymore
Hikari Hooks Troubleshooter

Hikari Hooks Troubleshooter

By Hikari
Details
View on WordPress

Hikari Hooks Troubleshooter creates a draggable window with informations about WordPress hooks. It lists all hooks (actions and filters) that have at least a function hooked to them, and for each hook there’s a list of hooked functions, sorted by priority!

The window is visible only to registered users, and you can choose who will be able to see it, and set if it should be visible or not. It works in WordPress page, be it frontend or admin area.

When you are in an admin page, it also shows a list of special actions related to that specific page, helping plugin developers to attach features only to special admin pages, instead of the whole admin area! A list of all conditional tags is also available, informing which tags return true and which ones return false, for any page you want!

The list of conditional tags and hooks is based on Frank Bueltge‘s wp_view_type.php. The original code was translated from germany to english, and ported to a draggable window that can be moved inside the browser, minimized and closed.

The list of admin actions is based on Dustin Dempsey‘s Show Page Hooks plugin, and a few more hooks were added.

Features

  • The plugin creates a window, that can be dragged, minimized and closed
  • The window works both in website’s admin panel and frontend
  • You can choose who can see the window, while visitors never see it

The window presents many useful information for plugin developers:

  • action and filter hooks, and functions hooked to them, sorted by the priority they are called
  • all conditional tags, informing those returning true and those returning false
  • all actions present in admin pages, that are specific to each page, so that we can hook features that we want to happen only on those specific pages
  • actions that were run are flagged so, allowing you to know which actions are used in each specific page

Details

Plugin code:
hikari-hooks
Plugin version:
0.01.06
Author:
Outdated:
Yes
WP version:
2.8.0 or higher
PHP version:
or higher
Test up to WP version:
2.9.2
Total installations:
0
Last updated:
2010-04-10
Rating:
Times rated:
0
action
admin
capability
debug
developer
drag
draggable
filter
hook
javascript
role
tool
troubleshoot
window
wp_view_type-php