WP hooks navigation: Home/browse • Actions index • Filters index
Important! Some hooks get applied in multiple files. If you are trying to figure out what a specific hook does, you need to look in all the files that apply the hook. Click the "details" link next to any hook for more information.
Hook | Type | New? | File | ||
---|---|---|---|---|---|
1 | admin_post_thumbnail_html | filter | no | wp-admin/includes/post.php | |
2 | attachment_fields_to_save | filter | no | wp-admin/includes/post.php | |
3 | default_content | filter | no | wp-admin/includes/post.php | |
4 | default_excerpt | filter | no | wp-admin/includes/post.php | |
5 | default_title | filter | no | wp-admin/includes/post.php | |
6 | editable_slug | filter | no | wp-admin/includes/post.php | |
7 | editable_slug | filter | no | wp-admin/includes/post.php | |
8 | edit_posts_per_page | filter | no | wp-admin/includes/post.php | |
9 | get_sample_permalink_html | filter | no | wp-admin/includes/post.php | |
10 | get_sample_permalink_html | filter | no | wp-admin/includes/post.php | |
11 | override_post_lock | filter | no | wp-admin/includes/post.php | |
12 | postbox_classes_{$page}_{$id} | note | filter | no | wp-admin/includes/post.php |
13 | post_locked_dialog | action | no | wp-admin/includes/post.php | |
14 | post_lock_lost_dialog | action | no | wp-admin/includes/post.php | |
15 | preview_post_link | filter | no | wp-admin/includes/post.php | |
16 | preview_post_link | filter | no | wp-admin/includes/post.php | |
17 | show_post_locked_dialog | filter | no | wp-admin/includes/post.php | |
18 | upload_per_page | filter | no | wp-admin/includes/post.php | |
19 | wp_check_post_lock_window | filter | no | wp-admin/includes/post.php | |
20 | {$per_page} | note | filter | no | wp-admin/includes/post.php |
Some hooks have variables in their names. For example, pre_${taxonomy}_$field
and admin_head-
both have variable names. In general, any hook that ends (or begins) with -
or _
, or contains a $
, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.