All hooks in WP 1.2.2
Important! Some hooks get applied in multiple files. If you are trying to figure out what a specific hook does, sort the table by "hook" and make sure you are looking in all the files where it occurs.
- To sort the table, click on a column title.
- Click a hook name to see details about the hook.
- Click a file name to see only hooks used in that file.
| Hook | Type | New? | File | ||
|---|---|---|---|---|---|
| 1 | admin_footer | action | no | /.../admin-footer.php | |
| 2 | admin_head | action | no | /.../admin-header.php | |
| 3 | author_email | filter | no | /.../template-functions-comment.php | |
| 4 | bloginfo | filter | no | /.../template-functions-general.php | |
| 5 | category_description | filter | no | /.../template-functions-category.php | |
| 6 | comment_author | filter | no | /.../template-functions-comment.php | |
| 7 | comment_email | filter | no | /.../template-functions-comment.php | |
| 8 | comment_excerpt | filter | no | /.../template-functions-comment.php | |
| 9 | comment_post | action | no | wp-comments-post.php | |
| 10 | comment_text | filter | no | /.../template-functions-comment.php | |
| 11 | comment_url | filter | no | /.../template-functions-comment.php | |
| 12 | delete_comment | action | no | /.../post.php | |
| 13 | delete_post | action | no | /.../post.php | |
| 14 | edit_comment | action | no | /.../post.php | |
| 15 | edit_post | action | no | /.../post.php | |
| 16 | format_to_edit | filter | no | /.../functions-formatting.php | |
| 17 | format_to_post | filter | no | /.../functions-formatting.php | |
| 18 | list_cats | filter | no | /.../template-functions-category.php | |
| 19 | phone_content | filter | no | wp-mail.php | |
| 20 | pingback_post | action | YES | xmlrpc.php | |
| 21 | post_comment_text | filter | no | wp-comments-post.php | |
| 22 | publish_phone | action | no | wp-mail.php | |
| 23 | publish_post | action | no | wp-mail.php | |
| 24 | publish_post | action | no | /.../post.php | |
| 25 | sanitize_title | action | no | /.../functions-formatting.php | |
| 26 | shutdown | action | no | wp-settings.php | |
| 27 | single_post_title | filter | no | /.../template-functions-general.php | |
| 28 | the_category | filter | no | /.../template-functions-category.php | |
| 29 | the_category_rss | filter | no | /.../template-functions-category.php | |
| 30 | the_content | filter | no | /.../post.php | |
| 31 | the_content | filter | no | /.../template-functions-post.php | |
| 32 | the_date | filter | no | /.../template-functions-general.php | |
| 33 | the_excerpt | filter | no | /.../template-functions-post.php | |
| 34 | the_excerpt_rss | filter | no | /.../template-functions-post.php | |
| 35 | the_time | filter | no | /.../template-functions-general.php | |
| 36 | the_title | filter | no | /.../template-functions-post.php | |
| 37 | the_title_rss | filter | no | /.../template-functions-post.php | |
| 38 | the_weekday | filter | no | /.../template-functions-general.php | |
| 39 | the_weekday_date | filter | no | /.../template-functions-general.php | |
| 40 | trackback_post | action | no | wp-trackback.php | |
| 41 | wp_head | action | no | /.../functions.php |