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() and do_action() 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 (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 over 380 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.
Other resources
The following sites also seek to document WordPres hooks.
- WP's official action reference
. - WP's official filter reference
. - WP hooks at Flat earth
(a bit outdated).
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 hooks
Changes in the Latest WP Release (2.5)
Hooks by WordPress Version
| Version | Which hooks to view? | ||
|---|---|---|---|
| WP 1.2.1 | All hooks | New | Deleted |
| WP 1.2.2 | All hooks | New | Deleted |
| WP 1.5 | All hooks | New | Deleted |
| WP 1.5.1 | 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.2.1 | All hooks | New | Deleted |
| WP 2.3 | All hooks | New | Deleted |
| WP 2.3.2 | All hooks | New | Deleted |
| WP 2.5 | All hooks | New | Deleted |
The following versions are not listed above, since they did not add or delete any hooks: 2.1.3, 2.2.2, 2.2.3, 2.3.1, 2.3.3.