WordPress Hooks Database
What is this?
If you're a plugin developer, you know how difficult it can be to figure out which hooks are available. This WordPress hooks database automatically scans each WP build for apply_filters(), do_action(), and do_action_ref_array to figure out exactly which hooks are available in each version and where the hooks occur.
If you don't know what WordPress hooks are for, read the Plugin API
.
What is this good for?
- See what new hooks are available with each new version of WordPress
- See which hooks have been deprecated or renamed (use the "view all hooks" option)
- Easily learn exactly which WP file(s) use each hook. That way, if the hook is poorly documented, you can just look in the source and figure out what it does.
- For 397 of the most-used hooks, you can read a brief description of the hook. These are scraped from the official WordPress documentation's action reference
and filter reference
.
How to help?
Update and improve the official action and filter references. Next time we scrape those, your contributions will show up here. (And preserve the formatting of those references so that my code can parse them.)
Feedback?
Start Here: The Hooks Database
If you click one of these links, you will see a LARGE table listing every WordPress ever used, along with the version number it first appeared in and deprecation information.
- Show me all hooks
- Show me all action hooks
- Show me all filter hooks
- Show me all deprecated/renamed hooks
Hooks in the Latest WP Release (2.9)
Hooks by WordPress Version
| Version | Which hooks to view? | ||
|---|---|---|---|
| WP 1.2.1 | All hooks | New | Deleted |
| WP 1.5 | All hooks | New | Deleted |
| WP 1.5.2 | All hooks | New | Deleted |
| WP 2.0 | All hooks | New | Deleted |
| WP 2.0.11 | All hooks | New | Deleted |
| WP 2.1 | All hooks | New | Deleted |
| WP 2.2 | All hooks | New | Deleted |
| WP 2.3 | All hooks | New | Deleted |
| WP 2.5 | All hooks | New | Deleted |
| WP 2.6 | All hooks | New | Deleted |
| WP 2.7 | All hooks | New | Deleted |
| WP 2.8 | All hooks | New | Deleted |
| WP 2.9 | All hooks | New | Deleted |
The Proliferation of Hooks over Time
