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
.
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.)
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.
| 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 |
| WP 3.0 | All hooks | New | Deleted |
