Important! Some WordPress hooks get applied in multiple PHP files. If you are trying to figure out what a specific WordPress hook does, sort the table by "hook" and make sure you are looking in all the files where it occurs.
| Hook | Type | New? | File | ||
|---|---|---|---|---|---|
| 1 | activate_{$plugin} | note | action | no | /.../plugin.php |
| 2 | activity_box_end | action | no | /.../index.php | |
| 3 | add_attachment | action | no | /.../post.php | |
| 4 | add_category_form_pre | action | no | /.../edit-category-form.php | |
| 5 | add_link | action | no | /.../bookmark.php | |
| 6 | add_link_category_form_pre | action | no | /.../edit-link-category-form.php | |
| 7 | add_option_{$name} | note | action | no | /.../functions.php |
| 8 | add_ping | filter | no | /.../post.php | |
| 9 | add_tag_form_pre | action | no | /.../edit-tag-form.php | |
| 10 | adminmenu | action | no | /.../menu-header.php | |
| 11 | admin_action_{$_REQUEST[action]} | note | action | YES | /.../admin.php |
| 12 | admin_body_class | filter | no | /.../admin-header.php | |
| 13 | admin_footer | action | no | /.../admin-footer.php | |
| 14 | admin_footer | action | no | /.../press-this.php | |
| 15 | admin_head | action | no | /.../press-this.php | |
| 16 | admin_head | action | no | /.../media.php | |
| 17 | admin_head_{$content_func} | note | action | no | /.../media.php |
| 18 | admin_head{$hook_suffix} | note | action | YES | /.../admin-header.php |
| 19 | admin_init | action | no | /.../admin-post.php | |
| 20 | admin_init | action | no | /.../admin.php | |
| 21 | admin_menu | action | no | /.../menu.php | |
| 22 | admin_notices | action | no | /.../menu-header.php | |
| 23 | admin_page_access_denied | action | no | /.../menu.php | |
| 24 | admin_print_scripts | action | no | /.../press-this.php | |
| 25 | admin_print_scripts | action | no | /.../media.php | |
| 26 | admin_print_scripts{$hook_suffix} | note | action | YES | /.../admin-header.php |
| 27 | admin_print_styles | action | YES | /.../press-this.php | |
| 28 | admin_print_styles | action | no | /.../media.php | |
| 29 | admin_print_styles{$hook_suffix} | note | action | YES | /.../admin-header.php |
| 30 | admin_xml_ns | action | no | /.../admin-header.php | |
| 31 | admin_xml_ns | action | no | /.../press-this.php | |
| 32 | admin_xml_ns | action | no | /.../update.php | |
| 33 | admin_xml_ns | action | no | /.../media.php | |
| 34 | after_plugin_row | action | no | /.../plugins.php | |
| 35 | akismet_spam_caught | action | no | /.../akismet.php | |
| 36 | akismet_tabs | action | no | /.../akismet.php | |
| 37 | allowed_redirect_hosts | filter | no | /.../pluggable.php | |
| 38 | all_options | filter | no | /.../functions.php | |
| 39 | app_publish_post | action | no | /.../post.php | |
| 40 | async_upload_{$type} | note | filter | no | /.../async-upload.php |
| 41 | atom_enclosure | filter | no | /.../feed.php | |
| 42 | atom_entry | action | no | /.../feed-atom.php | |
| 43 | atom_head | action | no | /.../feed-atom.php | |
| 44 | atom_ns | action | no | /.../feed-atom-comments.php | |
| 45 | atom_ns | action | no | /.../feed-atom.php | |
| 46 | atom_service_url | filter | no | xmlrpc.php | |
| 47 | attachment_fields_to_edit | filter | no | /.../media.php | |
| 48 | attachment_fields_to_save | filter | no | /.../media.php | |
| 49 | attachment_icon | filter | no | /.../post-template.php | |
| 50 | attachment_innerHTML | filter | no | /.../post-template.php | |
| 51 | attachment_link | filter | no | /.../link-template.php | |
| 52 | attachment_max_dims | filter | no | /.../post-template.php | |
| 53 | attribute_escape | filter | no | /.../formatting.php | |
| 54 | audio_upload_iframe_src | filter | no | /.../media.php | |
| 55 | author_email | filter | no | /.../comment-template.php | |
| 56 | author_feed_link | filter | no | /.../link-template.php | |
| 57 | author_link | filter | no | /.../author-template.php | |
| 58 | author_rewrite_rules | filter | no | /.../rewrite.php | |
| 59 | auth_cookie | filter | no | /.../pluggable.php | |
| 60 | avatar_defaults | filter | YES | /.../options-discussion.php | |
| 61 | bloginfo | filter | no | /.../general-template.php | |
| 62 | bloginfo_rss | filter | no | /.../feed.php | |
| 63 | bloginfo_url | filter | no | /.../general-template.php | |
| 64 | blog_privacy_selector | action | no | /.../options-privacy.php | |
| 65 | category_description | filter | no | /.../classes.php | |
| 66 | category_feed_link | filter | no | /.../link-template.php | |
| 67 | category_link | filter | no | /.../category-template.php | |
| 68 | category_rewrite_rules | filter | no | /.../rewrite.php | |
| 69 | category_template | filter | no | /.../theme.php | |
| 70 | cat_row | filter | no | /.../template.php | |
| 71 | cat_rows | filter | no | /.../edit-link-categories.php | |
| 72 | cat_rows | filter | no | /.../template.php | |
| 73 | check_admin_referer | action | no | /.../pluggable.php | |
| 74 | check_ajax_referer | action | no | /.../pluggable.php | |
| 75 | check_comment_flood | action | no | /.../comment.php | |
| 76 | check_password | filter | no | /.../pluggable.php | |
| 77 | check_passwords | action | no | /.../user.php | |
| 78 | clean_object_term_cache | action | no | /.../taxonomy.php | |
| 79 | clean_page_cache | action | no | /.../post.php | |
| 80 | clean_post_cache | action | no | /.../post.php | |
| 81 | clean_term_cache | action | no | /.../taxonomy.php | |
| 82 | clean_url | filter | no | /.../formatting.php | |
| 83 | commentrss2_item | action | no | /.../feed-rss2-comments.php | |
| 84 | commentsrss2_head | action | no | /.../feed-rss2-comments.php | |
| 85 | comments_array | filter | no | /.../comment-template.php | |
| 86 | comments_number | filter | no | /.../comment-template.php | |
| 87 | comments_open | filter | no | /.../comment-template.php | |
| 88 | comments_per_page | filter | YES | /.../edit-comments.php | |
| 89 | comments_popup_link_attributes | filter | no | /.../comment-template.php | |
| 90 | comments_popup_template | filter | no | /.../theme.php | |
| 91 | comments_rewrite_rules | filter | no | /.../rewrite.php | |
| 92 | comments_template | filter | no | /.../comment-template.php | |
| 93 | comment_atom_entry | action | no | /.../feed-atom-comments.php | |
| 94 | comment_author | filter | no | /.../comment-template.php | |
| 95 | comment_author_rss | filter | no | /.../feed.php | |
| 96 | comment_closed | action | no | wp-comments-post.php | |
| 97 | comment_edit_pre | filter | no | /.../comment.php | |
| 98 | comment_edit_redirect | filter | no | /.../comment.php | |
| 99 | comment_email | filter | no | /.../comment-template.php | |
| 100 | comment_excerpt | filter | no | /.../comment-template.php | |
| 101 | comment_feed_groupby | filter | no | /.../query.php | |
| 102 | comment_feed_join | filter | no | /.../query.php | |
| 103 | comment_feed_where | filter | no | /.../query.php | |
| 104 | comment_flood_filter | filter | no | /.../comment.php | |
| 105 | comment_flood_trigger | action | no | /.../comment.php | |
| 106 | comment_form | action | no | /.../comments-popup.php | |
| 107 | comment_form | action | no | /.../comments.php | |
| 108 | comment_form | action | no | /.../comments-popup.php | |
| 109 | comment_form | action | no | /.../comments.php | |
| 110 | comment_id_not_found | action | no | wp-comments-post.php | |
| 111 | comment_loop_start | action | no | /.../query.php | |
| 112 | comment_moderation_subject | filter | no | /.../pluggable.php | |
| 113 | comment_moderation_text | filter | no | /.../pluggable.php | |
| 114 | comment_notification_headers | filter | no | /.../pluggable.php | |
| 115 | comment_notification_subject | filter | no | /.../pluggable.php | |
| 116 | comment_notification_text | filter | no | /.../pluggable.php | |
| 117 | comment_on_draft | action | no | wp-comments-post.php | |
| 118 | comment_post | action | no | /.../comment.php | |
| 119 | comment_post_redirect | filter | no | wp-comments-post.php | |
| 120 | comment_relatedlinks_list | action | no | /.../edit-form-comment.php | |
| 121 | comment_row_actions | filter | YES | /.../template.php | |
| 122 | comment_save_pre | filter | no | /.../comment.php | |
| 123 | comment_status_links | filter | no | /.../edit-comments.php | |
| 124 | comment_text | filter | no | /.../comment-template.php | |
| 125 | comment_text_rss | filter | no | /.../feed.php | |
| 126 | comment_url | filter | no | /.../comment-template.php | |
| 127 | content_save_pre | filter | no | xmlrpc.php | |
| 128 | created_term | action | no | /.../taxonomy.php | |
| 129 | created_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 130 | create_term | action | no | /.../taxonomy.php | |
| 131 | create_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 132 | cron_schedules | filter | no | /.../cron.php | |
| 133 | dashboard_count_sentence | filter | no | /.../index.php | |
| 134 | dashboard_incoming_links_feed | filter | no | /.../dashboard.php | |
| 135 | dashboard_incoming_links_link | filter | no | /.../dashboard.php | |
| 136 | dashboard_primary_feed | filter | no | /.../dashboard.php | |
| 137 | dashboard_primary_link | filter | no | /.../dashboard.php | |
| 138 | dashboard_primary_title | filter | no | /.../dashboard.php | |
| 139 | dashboard_secondary_feed | filter | no | /.../dashboard.php | |
| 140 | dashboard_secondary_link | filter | no | /.../dashboard.php | |
| 141 | dashboard_secondary_title | filter | no | /.../dashboard.php | |
| 142 | dashmenu | action | no | /.../menu-header.php | |
| 143 | date_rewrite_rules | filter | no | /.../rewrite.php | |
| 144 | day_link | filter | no | /.../link-template.php | |
| 145 | dbx_post_advanced | action | no | /.../edit-form-advanced.php | |
| 146 | dbx_post_sidebar | action | no | /.../edit-form-advanced.php | |
| 147 | deactivate_trim({$plugin} | note | action | no | /.../plugin.php |
| 148 | default_avatar_select | filter | YES | /.../options-discussion.php | |
| 149 | default_content | filter | no | /.../post.php | |
| 150 | default_excerpt | filter | no | /.../post.php | |
| 151 | default_feed | filter | no | /.../feed.php | |
| 152 | default_title | filter | no | /.../post.php | |
| 153 | deleted_link | action | no | /.../bookmark.php | |
| 154 | deleted_post | action | no | /.../post.php | |
| 155 | delete_attachment | action | no | /.../post.php | |
| 156 | delete_comment | action | no | /.../comment.php | |
| 157 | delete_link | action | no | /.../bookmark.php | |
| 158 | delete_post | action | no | /.../post.php | |
| 159 | delete_term | action | no | /.../taxonomy.php | |
| 160 | delete_user | action | no | /.../user.php | |
| 161 | delete_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 162 | deprecated_file_included | action | no | /.../functions.php | |
| 163 | deprecated_file_trigger_error | filter | no | /.../functions.php | |
| 164 | deprecated_function_run | action | no | /.../functions.php | |
| 165 | deprecated_function_trigger_error | filter | no | /.../functions.php | |
| 166 | do_meta_boxes | action | YES | /.../template.php | |
| 167 | do_robots | action | no | /.../template-loader.php | |
| 168 | do_robotstxt | action | no | /.../functions.php | |
| 169 | dynamic_sidebar_params | filter | no | /.../widgets.php | |
| 170 | editable_slug | filter | YES | /.../edit-category-form.php | |
| 171 | editable_slug | filter | no | /.../edit-link-category-form.php | |
| 172 | editable_slug | filter | no | /.../edit-tag-form.php | |
| 173 | editable_slug | filter | no | /.../post.php | |
| 174 | edited_term | action | no | /.../taxonomy.php | |
| 175 | edited_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 176 | editor_max_image_size | filter | no | /.../media.php | |
| 177 | edit_attachment | action | no | /.../post.php | |
| 178 | edit_category_form | action | no | /.../edit-category-form.php | |
| 179 | edit_category_form_pre | action | no | /.../edit-category-form.php | |
| 180 | edit_comment | action | no | /.../comment.php | |
| 181 | edit_comment_link | filter | no | /.../link-template.php | |
| 182 | edit_form_advanced | action | no | /.../edit-form-advanced.php | |
| 183 | edit_link | action | no | /.../bookmark.php | |
| 184 | edit_link_category_form | action | no | /.../edit-link-category-form.php | |
| 185 | edit_link_category_form_pre | action | no | /.../edit-link-category-form.php | |
| 186 | edit_page_form | action | no | /.../edit-page-form.php | |
| 187 | edit_post | action | no | /.../comment.php | |
| 188 | edit_post | action | no | /.../post.php | |
| 189 | edit_post_link | filter | no | /.../link-template.php | |
| 190 | edit_post_{$field} | note | filter | no | /.../post.php |
| 191 | edit_tag_form | action | no | /.../edit-tag-form.php | |
| 192 | edit_tag_form_pre | action | no | /.../edit-tag-form.php | |
| 193 | edit_term | action | no | /.../taxonomy.php | |
| 194 | edit_term_{$field} | note | filter | no | /.../taxonomy.php |
| 195 | edit_user_profile | action | no | /.../user-edit.php | |
| 196 | edit_{$field} | note | filter | no | /.../post.php |
| 197 | edit_{$field} | note | filter | no | /.../bookmark.php |
| 198 | edit_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 199 | edit_{$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 200 | explain_nonce_{$verb}-{$noun} | note | filter | no | /.../functions.php |
| 201 | export_wp | action | no | /.../export.php | |
| 202 | ext2type | filter | no | /.../functions.php | |
| 203 | feed_link | filter | no | /.../link-template.php | |
| 204 | filesystem_method | filter | YES | /.../file.php | |
| 205 | filesystem_method_file | filter | YES | /.../file.php | |
| 206 | file_is_displayable_image | filter | no | /.../image.php | |
| 207 | flash_uploader | filter | no | /.../media.php | |
| 208 | format_to_edit | filter | no | /.../formatting.php | |
| 209 | format_to_post | filter | no | /.../formatting.php | |
| 210 | found_posts | filter | no | /.../query.php | |
| 211 | found_posts_query | filter | no | /.../query.php | |
| 212 | gallery_style | filter | no | /.../media.php | |
| 213 | generate_rewrite_rules | action | no | /.../rewrite.php | |
| 214 | getarchives_join | filter | no | /.../general-template.php | |
| 215 | getarchives_where | filter | no | /.../general-template.php | |
| 216 | gettext | filter | no | /.../l10n.php | |
| 217 | get_archives_link | filter | YES | /.../general-template.php | |
| 218 | get_attached_file | filter | no | /.../post.php | |
| 219 | get_avatar | filter | no | /.../pluggable.php | |
| 220 | get_bloginfo_rss | filter | no | /.../feed.php | |
| 221 | get_bookmarks | filter | no | /.../bookmark.php | |
| 222 | get_comment | filter | no | /.../comment.php | |
| 223 | get_comments_number | filter | no | /.../comment-template.php | |
| 224 | get_comment_author | filter | no | /.../comment-template.php | |
| 225 | get_comment_author_email | filter | no | /.../comment-template.php | |
| 226 | get_comment_author_IP | filter | no | /.../comment-template.php | |
| 227 | get_comment_author_link | filter | no | /.../comment-template.php | |
| 228 | get_comment_author_url | filter | no | /.../comment-template.php | |
| 229 | get_comment_author_url_link | filter | no | /.../comment-template.php | |
| 230 | get_comment_date | filter | no | /.../comment-template.php | |
| 231 | get_comment_excerpt | filter | no | /.../comment-template.php | |
| 232 | get_comment_ID | filter | no | /.../comment-template.php | |
| 233 | get_comment_text | filter | no | /.../comment-template.php | |
| 234 | get_comment_time | filter | no | /.../comment-template.php | |
| 235 | get_comment_type | filter | no | /.../comment-template.php | |
| 236 | get_editable_authors | filter | no | /.../user.php | |
| 237 | get_edit_comment_link | filter | no | /.../link-template.php | |
| 238 | get_edit_post_link | filter | no | /.../link-template.php | |
| 239 | get_enclosed | filter | no | /.../post.php | |
| 240 | get_footer | action | no | /.../general-template.php | |
| 241 | get_header | action | no | /.../general-template.php | |
| 242 | get_image_tag | filter | YES | /.../media.php | |
| 243 | get_image_tag_class | filter | YES | /.../media.php | |
| 244 | get_lastpostdate | filter | no | /.../post.php | |
| 245 | get_lastpostmodified | filter | no | /.../post.php | |
| 246 | get_others_drafts | filter | no | /.../user.php | |
| 247 | get_pagenum_link | filter | no | /.../link-template.php | |
| 248 | get_pages | filter | no | /.../post.php | |
| 249 | get_post_time | filter | YES | /.../general-template.php | |
| 250 | get_pung | filter | no | /.../post.php | |
| 251 | get_search_query | filter | no | /.../general-template.php | |
| 252 | get_sidebar | action | no | /.../general-template.php | |
| 253 | get_tags | filter | no | /.../category.php | |
| 254 | get_term | filter | no | /.../taxonomy.php | |
| 255 | get_terms | filter | no | /.../taxonomy.php | |
| 256 | get_the_excerpt | filter | no | /.../post-template.php | |
| 257 | get_the_generator_{$type} | note | filter | no | /.../general-template.php |
| 258 | get_the_guid | filter | no | /.../post-template.php | |
| 259 | get_the_modified_date | filter | no | /.../general-template.php | |
| 260 | get_the_modified_time | filter | no | /.../general-template.php | |
| 261 | get_the_tags | filter | no | /.../category-template.php | |
| 262 | get_the_time | filter | no | /.../general-template.php | |
| 263 | get_to_ping | filter | no | /.../post.php | |
| 264 | get_users_drafts | filter | no | /.../user.php | |
| 265 | get_user_option_{$option} | note | filter | no | /.../user.php |
| 266 | get_wp_title_rss | filter | no | /.../feed.php | |
| 267 | get_{$adjacent}_post_join | note | filter | no | /.../link-template.php |
| 268 | get_{$adjacent}_post_sort | note | filter | no | /.../link-template.php |
| 269 | get_{$adjacent}_post_where | note | filter | no | /.../link-template.php |
| 270 | get_{$taxonomy} | note | filter | no | /.../taxonomy.php |
| 271 | got_rewrite | filter | no | /.../misc.php | |
| 272 | home_template | filter | no | /.../theme.php | |
| 273 | htmledit_pre | filter | no | /.../formatting.php | |
| 274 | icon_dir | filter | no | /.../media.php | |
| 275 | icon_dir | filter | no | /.../post-template.php | |
| 276 | icon_dir | filter | no | /.../post.php | |
| 277 | icon_dirs | filter | no | /.../post.php | |
| 278 | icon_dir_uri | filter | no | /.../post.php | |
| 279 | image_add_caption_shortcode | filter | YES | /.../media.php | |
| 280 | image_downsize | filter | no | /.../media.php | |
| 281 | image_make_intermediate_size | filter | YES | /.../media.php | |
| 282 | image_send_to_editor | filter | no | /.../media.php | |
| 283 | image_upload_iframe_src | filter | no | /.../media.php | |
| 284 | img_caption_shortcode | filter | YES | /.../media.php | |
| 285 | import_allow_create_users | filter | no | /.../wordpress.php | |
| 286 | import_allow_fetch_attachments | filter | no | /.../wordpress.php | |
| 287 | import_attachment_size_limit | filter | no | /.../wordpress.php | |
| 288 | import_done | action | no | /.../blogger.php | |
| 289 | import_done | action | no | /.../blogware.php | |
| 290 | import_done | action | no | /.../dotclear.php | |
| 291 | import_done | action | no | /.../greymatter.php | |
| 292 | import_done | action | no | /.../livejournal.php | |
| 293 | import_done | action | no | /.../mt.php | |
| 294 | import_done | action | no | /.../rss.php | |
| 295 | import_done | action | no | /.../textpattern.php | |
| 296 | import_done | action | no | /.../wordpress.php | |
| 297 | import_end | action | no | /.../wordpress.php | |
| 298 | import_post_added | action | no | /.../wordpress.php | |
| 299 | import_post_meta | action | no | /.../wordpress.php | |
| 300 | import_post_meta_key | filter | no | /.../wordpress.php | |
| 301 | import_start | action | no | /.../wordpress.php | |
| 302 | import_upload_size_limit | filter | no | /.../template.php | |
| 303 | init | action | no | wp-settings.php | |
| 304 | intermediate_image_sizes | filter | no | /.../image.php | |
| 305 | intermediate_image_sizes | filter | no | /.../post.php | |
| 306 | in_admin_footer | action | no | /.../admin-footer.php | |
| 307 | in_admin_footer | action | no | /.../press-this.php | |
| 308 | jpeg_quality | filter | no | /.../media.php | |
| 309 | js_escape | filter | no | /.../formatting.php | |
| 310 | kubrick_header_color | filter | no | /.../functions.php | |
| 311 | kubrick_header_display | filter | no | /.../functions.php | |
| 312 | kubrick_header_image | filter | no | /.../functions.php | |
| 313 | language_attributes | filter | no | /.../general-template.php | |
| 314 | link_category | filter | no | /.../deprecated.php | |
| 315 | link_category | filter | no | wp-links-opml.php | |
| 316 | link_category | filter | no | /.../link-import.php | |
| 317 | link_category | filter | no | /.../bookmark-template.php | |
| 318 | link_cat_row | filter | no | /.../template.php | |
| 319 | link_relatedlinks_list | action | no | /.../edit-link-form.php | |
| 320 | link_title | filter | no | wp-links-opml.php | |
| 321 | list_cats | filter | no | /.../category-template.php | |
| 322 | list_cats | filter | no | /.../classes.php | |
| 323 | list_terms_exclusions | filter | no | /.../taxonomy.php | |
| 324 | load-{$pagenow} | note | action | no | /.../admin.php |
| 325 | load-{$page_hook} | note | action | no | /.../admin.php |
| 326 | load-{$plugin_page} | note | action | no | /.../admin.php |
| 327 | load_feed_engine | action | no | /.../rss.php | |
| 328 | locale | filter | no | /.../l10n.php | |
| 329 | locale_stylesheet_uri | filter | no | /.../theme.php | |
| 330 | loginout | filter | no | /.../general-template.php | |
| 331 | login_errors | filter | no | wp-login.php | |
| 332 | login_form | action | no | wp-login.php | |
| 333 | login_head | action | no | wp-login.php | |
| 334 | login_headertitle | filter | no | wp-login.php | |
| 335 | login_headerurl | filter | no | wp-login.php | |
| 336 | login_message | filter | no | wp-login.php | |
| 337 | login_messages | filter | no | wp-login.php | |
| 338 | loop_end | action | no | /.../query.php | |
| 339 | loop_start | action | no | /.../query.php | |
| 340 | lostpassword_form | action | no | wp-login.php | |
| 341 | lostpassword_post | action | no | wp-login.php | |
| 342 | lost_password | action | no | wp-login.php | |
| 343 | manage_comments_nav | action | no | /.../edit-comments.php | |
| 344 | manage_link_columns | filter | no | /.../link-manager.php | |
| 345 | manage_link_custom_column | action | no | /.../link-manager.php | |
| 346 | manage_media_columns | filter | no | /.../template.php | |
| 347 | manage_media_custom_column | action | no | /.../edit-attachment-rows.php | |
| 348 | manage_media_media_column | action | no | /.../edit-attachment-rows.php | |
| 349 | manage_pages_columns | filter | no | /.../template.php | |
| 350 | manage_pages_custom_column | action | no | /.../template.php | |
| 351 | manage_pages_query | filter | no | /.../edit-pages.php | |
| 352 | manage_posts_columns | filter | no | /.../template.php | |
| 353 | manage_posts_custom_column | action | no | /.../edit-post-rows.php | |
| 354 | mce_buttons | filter | no | /.../tiny_mce_config.php | |
| 355 | mce_buttons_2 | filter | no | /.../tiny_mce_config.php | |
| 356 | mce_buttons_3 | filter | no | /.../tiny_mce_config.php | |
| 357 | mce_buttons_4 | filter | no | /.../tiny_mce_config.php | |
| 358 | mce_css | filter | no | /.../tiny_mce_config.php | |
| 359 | mce_external_languages | filter | no | /.../tiny_mce_config.php | |
| 360 | mce_external_plugins | filter | no | /.../tiny_mce_config.php | |
| 361 | mce_options | action | no | /.../tiny_mce_config.php | |
| 362 | mce_spellchecker_languages | filter | no | /.../tiny_mce_config.php | |
| 363 | media_buttons | action | no | /.../general-template.php | |
| 364 | media_buttons_context | filter | no | /.../media.php | |
| 365 | media_meta | filter | no | /.../media.php | |
| 366 | media_send_to_editor | filter | no | /.../media.php | |
| 367 | media_upload_default_tab | filter | no | /.../media-upload.php | |
| 368 | media_upload_default_type | filter | no | /.../media-upload.php | |
| 369 | media_upload_form_url | filter | YES | /.../media.php | |
| 370 | media_upload_tabs | filter | no | /.../media.php | |
| 371 | media_upload_{$tab} | note | action | no | /.../media-upload.php |
| 372 | media_upload_{$type} | note | action | no | /.../media-upload.php |
| 373 | mod_rewrite_rules | filter | no | /.../rewrite.php | |
| 374 | month_link | filter | no | /.../link-template.php | |
| 375 | ngettext | filter | no | /.../l10n.php | |
| 376 | nonce_life | filter | no | /.../pluggable.php | |
| 377 | option_{$setting} | note | filter | no | /.../functions.php |
| 378 | page_link | filter | no | /.../link-template.php | |
| 379 | page_relatedlinks_list | action | no | /.../edit-page-form.php | |
| 380 | page_rewrite_rules | filter | no | /.../rewrite.php | |
| 381 | page_template | filter | no | /.../theme.php | |
| 382 | parse_query | action | no | /.../query.php | |
| 383 | parse_request | action | no | /.../classes.php | |
| 384 | password_reset | action | no | wp-login.php | |
| 385 | personal_options_update | action | no | /.../user-edit.php | |
| 386 | phone_content | filter | no | wp-mail.php | |
| 387 | phpmailer_init | action | no | /.../pluggable.php | |
| 388 | pingback_post | action | no | xmlrpc.php | |
| 389 | pings_open | filter | no | /.../comment-template.php | |
| 390 | plugins_loaded | action | no | wp-settings.php | |
| 391 | plugin_action_links | filter | no | /.../plugins.php | |
| 392 | populate_options | action | YES | /.../schema.php | |
| 393 | post-flash-upload-ui | action | YES | /.../media.php | |
| 394 | post-html-upload-ui | action | YES | /.../media.php | |
| 395 | post-upload-ui | action | YES | /.../media.php | |
| 396 | postmeta_form_limit | filter | no | /.../template.php | |
| 397 | posts_distinct | filter | no | /.../query.php | |
| 398 | posts_distinct_request | filter | no | /.../query.php | |
| 399 | posts_fields | filter | no | /.../query.php | |
| 400 | posts_fields_request | filter | no | /.../query.php | |
| 401 | posts_groupby | filter | no | /.../query.php | |
| 402 | posts_groupby_request | filter | no | /.../query.php | |
| 403 | posts_join | filter | no | /.../query.php | |
| 404 | posts_join_paged | filter | no | /.../query.php | |
| 405 | posts_join_request | filter | no | /.../query.php | |
| 406 | posts_orderby | filter | no | /.../query.php | |
| 407 | posts_orderby_request | filter | no | /.../query.php | |
| 408 | posts_request | filter | no | /.../query.php | |
| 409 | posts_results | filter | no | /.../query.php | |
| 410 | posts_selection | action | no | /.../query.php | |
| 411 | posts_where | filter | no | /.../query.php | |
| 412 | posts_where_paged | filter | no | /.../query.php | |
| 413 | posts_where_request | filter | no | /.../query.php | |
| 414 | post_comments_feed_link | filter | no | /.../link-template.php | |
| 415 | post_date_column_time | filter | YES | /.../edit-post-rows.php | |
| 416 | post_gallery | filter | no | /.../media.php | |
| 417 | post_limits | filter | no | /.../query.php | |
| 418 | post_limits_request | filter | no | /.../query.php | |
| 419 | post_link | filter | no | /.../link-template.php | |
| 420 | post_mime_types | filter | no | /.../post.php | |
| 421 | post_relatedlinks_list | action | no | /.../edit-form-advanced.php | |
| 422 | post_rewrite_rules | filter | no | /.../rewrite.php | |
| 423 | post_stati | filter | no | /.../post.php | |
| 424 | post_{$field} | note | filter | no | /.../post.php |
| 425 | pre-flash-upload-ui | action | YES | /.../media.php | |
| 426 | pre-html-upload-ui | action | YES | /.../media.php | |
| 427 | pre-upload-ui | action | YES | /.../media.php | |
| 428 | prepend_attachment | filter | no | /.../post-template.php | |
| 429 | preprocess_comment | filter | no | /.../comment.php | |
| 430 | preview_post_link | filter | no | /.../edit-form-advanced.php | |
| 431 | preview_post_link | filter | no | /.../edit-page-form.php | |
| 432 | pre_category_nicename | filter | no | /.../taxonomy.php | |
| 433 | pre_comment_approved | filter | no | /.../comment.php | |
| 434 | pre_comment_author_email | filter | no | /.../comment.php | |
| 435 | pre_comment_author_name | filter | no | /.../comment.php | |
| 436 | pre_comment_author_url | filter | no | /.../comment.php | |
| 437 | pre_comment_content | filter | no | /.../comment.php | |
| 438 | pre_comment_user_agent | filter | no | /.../comment.php | |
| 439 | pre_comment_user_ip | filter | no | /.../comment.php | |
| 440 | pre_get_posts | action | no | /.../query.php | |
| 441 | pre_kses | filter | no | /.../kses.php | |
| 442 | pre_option_{$option->option_name} | note | filter | no | /.../functions.php |
| 443 | pre_option_{$setting} | note | filter | no | /.../functions.php |
| 444 | pre_ping | action | no | /.../comment.php | |
| 445 | pre_post_update | action | no | /.../post.php | |
| 446 | pre_post_{$field} | note | filter | no | /.../post.php |
| 447 | pre_remote_source | filter | no | xmlrpc.php | |
| 448 | pre_term_{$field} | note | filter | no | /.../taxonomy.php |
| 449 | pre_update_option_{$option_name} | note | filter | YES | /.../functions.php |
| 450 | pre_upload_error | filter | no | xmlrpc.php | |
| 451 | pre_user_description | filter | no | /.../registration.php | |
| 452 | pre_user_display_name | filter | no | /.../registration.php | |
| 453 | pre_user_email | filter | no | /.../registration.php | |
| 454 | pre_user_first_name | filter | no | /.../registration.php | |
| 455 | pre_user_id | filter | no | /.../comment.php | |
| 456 | pre_user_last_name | filter | no | /.../registration.php | |
| 457 | pre_user_login | filter | no | /.../users.php | |
| 458 | pre_user_login | filter | no | /.../registration.php | |
| 459 | pre_user_nicename | filter | no | /.../registration.php | |
| 460 | pre_user_nickname | filter | no | /.../registration.php | |
| 461 | pre_user_url | filter | no | /.../registration.php | |
| 462 | pre_{$field} | note | filter | no | /.../post.php |
| 463 | pre_{$field} | note | filter | no | /.../bookmark.php |
| 464 | pre_{$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 465 | print_scripts_array | filter | no | /.../class.wp-scripts.php | |
| 466 | print_styles_array | filter | YES | /.../class.wp-styles.php | |
| 467 | private_to_published | action | no | /.../post.php | |
| 468 | profile_personal_options | action | no | /.../user-edit.php | |
| 469 | profile_update | action | no | /.../registration.php | |
| 470 | publish_phone | action | no | wp-mail.php | |
| 471 | pub_priv_sql_capability | filter | no | /.../post.php | |
| 472 | query | filter | no | /.../wp-db.php | |
| 473 | query_string | filter | no | /.../classes.php | |
| 474 | query_vars | filter | no | /.../classes.php | |
| 475 | rdf_header | action | no | /.../feed-rdf.php | |
| 476 | rdf_item | action | no | /.../feed-rdf.php | |
| 477 | rdf_ns | action | no | /.../feed-rdf.php | |
| 478 | redirect_canonical | filter | no | /.../canonical.php | |
| 479 | register | filter | no | /.../general-template.php | |
| 480 | register_form | action | no | wp-login.php | |
| 481 | register_post | action | no | wp-login.php | |
| 482 | registration_errors | filter | no | wp-login.php | |
| 483 | request | filter | no | /.../classes.php | |
| 484 | request_filesystem_credentials | filter | no | /.../update.php | |
| 485 | restrict_manage_posts | action | no | /.../edit.php | |
| 486 | restrict_manage_posts | action | no | /.../upload.php | |
| 487 | retreive_password | action | no | wp-login.php | |
| 488 | retrieve_password | action | no | wp-login.php | |
| 489 | retrieve_password_key | action | no | wp-login.php | |
| 490 | rewrite_rules | filter | no | /.../rewrite.php | |
| 491 | rewrite_rules_array | filter | no | /.../rewrite.php | |
| 492 | richedit_pre | filter | no | /.../formatting.php | |
| 493 | rightnow_end | action | no | /.../index.php | |
| 494 | role_has_cap | filter | no | /.../capabilities.php | |
| 495 | root_rewrite_rules | filter | no | /.../rewrite.php | |
| 496 | rss2_head | action | no | /.../export.php | |
| 497 | rss2_head | action | no | /.../feed-rss2.php | |
| 498 | rss2_item | action | no | /.../feed-rss2.php | |
| 499 | rss2_ns | action | no | /.../feed-rss2.php | |
| 500 | rss_enclosure | filter | no | /.../feed.php | |
| 501 | rss_head | action | no | /.../feed-rss.php | |
| 502 | rss_item | action | no | /.../feed-rss.php | |
| 503 | salt | filter | no | /.../pluggable.php | |
| 504 | sanitize_comment_cookies | action | no | wp-settings.php | |
| 505 | sanitize_option_{$option} | note | filter | no | /.../formatting.php |
| 506 | sanitize_title | filter | no | /.../formatting.php | |
| 507 | sanitize_user | filter | no | /.../formatting.php | |
| 508 | save_post | action | no | /.../post.php | |
| 509 | script_loader_src | filter | no | /.../class.wp-scripts.php | |
| 510 | search_feed_link | filter | no | /.../link-template.php | |
| 511 | search_rewrite_rules | filter | no | /.../rewrite.php | |
| 512 | send_headers | action | no | /.../classes.php | |
| 513 | setup_theme | action | YES | wp-settings.php | |
| 514 | set_auth_cookie | action | no | /.../pluggable.php | |
| 515 | set_current_user | action | no | /.../pluggable.php | |
| 516 | set_logged_in_cookie | action | YES | /.../pluggable.php | |
| 517 | shortcut_link | filter | YES | /.../link-template.php | |
| 518 | show_password_fields | filter | no | /.../user-edit.php | |
| 519 | show_password_fields | filter | no | /.../users.php | |
| 520 | show_user_profile | action | no | /.../user-edit.php | |
| 521 | shutdown | action | no | wp-settings.php | |
| 522 | sidebar_admin_page | action | no | /.../widgets.php | |
| 523 | sidebar_admin_setup | action | no | /.../widgets.php | |
| 524 | sidemenu | action | no | /.../menu-header.php | |
| 525 | simple_edit_form | action | no | /.../edit-form.php | |
| 526 | single_cat_title | filter | no | /.../general-template.php | |
| 527 | single_post_title | filter | no | /.../general-template.php | |
| 528 | single_tag_title | filter | no | /.../general-template.php | |
| 529 | status_header | filter | no | /.../functions.php | |
| 530 | stylesheet | filter | no | /.../theme.php | |
| 531 | stylesheet_directory | filter | no | /.../theme.php | |
| 532 | stylesheet_directory_uri | filter | no | /.../theme.php | |
| 533 | stylesheet_uri | filter | no | /.../theme.php | |
| 534 | style_loader_src | filter | YES | /.../class.wp-styles.php | |
| 535 | style_loader_tag | filter | YES | /.../class.wp-styles.php | |
| 536 | submitcomment_box | action | no | /.../edit-form-comment.php | |
| 537 | submitlink_box | action | no | /.../edit-link-form.php | |
| 538 | submitpage_box | action | no | /.../edit-page-form.php | |
| 539 | submitpost_box | action | no | /.../edit-form-advanced.php | |
| 540 | switch_theme | action | no | /.../theme.php | |
| 541 | tags_to_edit | filter | no | /.../taxonomy.php | |
| 542 | tag_escape | filter | no | /.../formatting.php | |
| 543 | tag_feed_link | filter | no | /.../link-template.php | |
| 544 | tag_link | filter | no | /.../category-template.php | |
| 545 | tag_rewrite_rules | filter | no | /.../rewrite.php | |
| 546 | tag_rows | filter | no | /.../template.php | |
| 547 | tag_template | filter | no | /.../theme.php | |
| 548 | taxonomy_template | filter | no | /.../taxonomy.php | |
| 549 | taxonomy_template | filter | no | /.../theme.php | |
| 550 | template | filter | no | /.../theme.php | |
| 551 | template_directory | filter | no | /.../theme.php | |
| 552 | template_directory_uri | filter | no | /.../theme.php | |
| 553 | template_redirect | action | no | /.../template-loader.php | |
| 554 | term_id_filter | filter | no | /.../taxonomy.php | |
| 555 | term_link | filter | no | /.../taxonomy.php | |
| 556 | term_links-{$taxonomy} | note | filter | no | /.../category-template.php |
| 557 | term_name | filter | no | /.../template.php | |
| 558 | term_{$field} | note | filter | no | /.../taxonomy.php |
| 559 | term_{$field}_rss | note | filter | no | /.../taxonomy.php |
| 560 | theme_mod_{$name} | note | filter | no | /.../theme.php |
| 561 | theme_root | filter | no | /.../theme.php | |
| 562 | theme_root_uri | filter | no | /.../theme.php | |
| 563 | the_author | filter | no | /.../author-template.php | |
| 564 | the_author_email | filter | no | /.../author-template.php | |
| 565 | the_category | filter | no | /.../categories.php | |
| 566 | the_category | filter | no | /.../template.php | |
| 567 | the_category | filter | no | /.../category-template.php | |
| 568 | the_category_rss | filter | no | /.../feed.php | |
| 569 | the_content | filter | no | /.../comment.php | |
| 570 | the_content | filter | no | /.../formatting.php | |
| 571 | the_content | filter | no | /.../post-template.php | |
| 572 | the_content_export | filter | no | /.../export.php | |
| 573 | the_content_rss | filter | no | /.../feed.php | |
| 574 | the_date | filter | no | /.../general-template.php | |
| 575 | the_editor | filter | no | /.../general-template.php | |
| 576 | the_editor_content | filter | no | /.../general-template.php | |
| 577 | the_excerpt | filter | no | /.../comment.php | |
| 578 | the_excerpt | filter | no | /.../post-template.php | |
| 579 | the_excerpt_export | filter | YES | /.../export.php | |
| 580 | the_excerpt_rss | filter | no | /.../feed.php | |
| 581 | the_generator | filter | no | /.../general-template.php | |
| 582 | the_meta_key | filter | no | /.../post-template.php | |
| 583 | the_modified_date | filter | no | /.../general-template.php | |
| 584 | the_modified_time | filter | no | /.../general-template.php | |
| 585 | the_permalink | filter | no | /.../link-template.php | |
| 586 | the_permalink_rss | filter | no | /.../feed.php | |
| 587 | the_posts | filter | no | /.../query.php | |
| 588 | the_search_query | filter | no | /.../general-template.php | |
| 589 | the_tags | filter | no | /.../category-template.php | |
| 590 | the_time | filter | no | /.../general-template.php | |
| 591 | the_title | filter | no | /.../comment.php | |
| 592 | the_title | filter | no | /.../deprecated.php | |
| 593 | the_title | filter | no | /.../general-template.php | |
| 594 | the_title | filter | no | /.../edit.php | |
| 595 | the_title | filter | no | /.../upload.php | |
| 596 | the_title | filter | no | /.../link-template.php | |
| 597 | the_title | filter | no | /.../post-template.php | |
| 598 | the_title | filter | no | /.../classes.php | |
| 599 | the_title_rss | filter | no | /.../feed-atom-comments.php | |
| 600 | the_title_rss | filter | no | /.../feed-rss2-comments.php | |
| 601 | the_title_rss | filter | no | /.../feed.php | |
| 602 | the_title_rss | filter | no | /.../export.php | |
| 603 | the_weekday | filter | no | /.../general-template.php | |
| 604 | the_weekday_date | filter | no | /.../general-template.php | |
| 605 | tiny_mce_before_init | filter | no | /.../tiny_mce_config.php | |
| 606 | tiny_mce_version | filter | no | /.../tiny_mce_config.php | |
| 607 | tiny_mce_version | filter | no | /.../script-loader.php | |
| 608 | trackback_post | action | no | wp-trackback.php | |
| 609 | trackback_url | filter | no | /.../comment-template.php | |
| 610 | transition_post_status | action | no | /.../post.php | |
| 611 | update_attached_file | filter | no | /.../post.php | |
| 612 | update_feedback | filter | no | /.../update.php | |
| 613 | update_footer | filter | no | /.../admin-footer.php | |
| 614 | update_footer | filter | no | /.../press-this.php | |
| 615 | update_option_{$option_name} | note | action | no | /.../functions.php |
| 616 | upload_dir | filter | no | /.../functions.php | |
| 617 | upload_file_glob | filter | YES | /.../media.php | |
| 618 | upload_mimes | filter | no | /.../functions.php | |
| 619 | upload_size_limit | filter | no | /.../template.php | |
| 620 | url_to_postid | filter | no | /.../rewrite.php | |
| 621 | user_can_richedit | filter | no | /.../general-template.php | |
| 622 | user_has_cap | filter | no | /.../capabilities.php | |
| 623 | user_register | action | no | /.../registration.php | |
| 624 | user_registration_email | filter | no | wp-login.php | |
| 625 | user_trailingslashit | filter | no | /.../link-template.php | |
| 626 | validate_username | filter | no | /.../registration.php | |
| 627 | video_upload_iframe_src | filter | no | /.../media.php | |
| 628 | visual_editor | filter | no | /.../script-loader.php | |
| 629 | widgets_init | action | no | /.../widgets.php | |
| 630 | widget_links_args | filter | YES | /.../widgets.php | |
| 631 | widget_text | filter | no | /.../widgets.php | |
| 632 | widget_title | filter | YES | /.../widgets.php | |
| 633 | wp | action | no | /.../classes.php | |
| 634 | wp_admin_css | filter | no | /.../general-template.php | |
| 635 | wp_admin_css_uri | filter | no | /.../general-template.php | |
| 636 | wp_ajax_{$_POST[action]} | note | action | no | /.../admin-ajax.php |
| 637 | wp_authenticate | action | no | /.../user.php | |
| 638 | wp_authenticate_user | filter | no | /.../pluggable.php | |
| 639 | wp_blacklist_check | action | no | /.../comment.php | |
| 640 | wp_check_post_lock_window | filter | no | /.../post.php | |
| 641 | wp_create_file_in_uploads | action | no | wp-app.php | |
| 642 | wp_create_file_in_uploads | action | no | /.../custom-header.php | |
| 643 | wp_create_thumbnail | filter | no | /.../image.php | |
| 644 | wp_dashboard_setup | action | no | /.../dashboard.php | |
| 645 | wp_dashboard_widgets | filter | no | /.../dashboard.php | |
| 646 | wp_dashboard_widget_links_{$widget_id} | note | filter | no | /.../dashboard.php |
| 647 | wp_default_editor | filter | no | /.../general-template.php | |
| 648 | wp_default_scripts | action | YES | /.../class.wp-scripts.php | |
| 649 | wp_default_styles | action | YES | /.../class.wp-styles.php | |
| 650 | wp_delete_file | filter | no | /.../custom-header.php | |
| 651 | wp_delete_file | action | no | /.../link-import.php | |
| 652 | wp_delete_file | filter | no | /.../post.php | |
| 653 | wp_delete_post_revision | action | YES | /.../post.php | |
| 654 | wp_dropdown_cats | filter | no | /.../category-template.php | |
| 655 | wp_dropdown_pages | filter | no | /.../post-template.php | |
| 656 | wp_dropdown_users | filter | no | /.../user.php | |
| 657 | wp_footer | action | no | /.../general-template.php | |
| 658 | wp_generate_attachment_metadata | filter | no | /.../image.php | |
| 659 | wp_generate_tag_cloud | filter | no | /.../category-template.php | |
| 660 | wp_generator_type | filter | no | /.../general-template.php | |
| 661 | wp_get_attachment_metadata | filter | no | /.../post.php | |
| 662 | wp_get_attachment_thumb_file | filter | no | /.../post.php | |
| 663 | wp_get_attachment_thumb_url | filter | no | /.../post.php | |
| 664 | wp_get_attachment_url | filter | no | /.../post.php | |
| 665 | wp_handle_upload | filter | no | xmlrpc.php | |
| 666 | wp_handle_upload | filter | no | /.../file.php | |
| 667 | wp_head | action | no | /.../general-template.php | |
| 668 | wp_insert_post | action | no | /.../post.php | |
| 669 | wp_list_bookmarks | filter | no | /.../bookmark-template.php | |
| 670 | wp_list_categories | filter | no | /.../category-template.php | |
| 671 | wp_list_pages | filter | no | /.../post-template.php | |
| 672 | wp_list_pages_excludes | filter | no | /.../post-template.php | |
| 673 | wp_login | action | no | /.../user.php | |
| 674 | wp_login_failed | action | no | /.../pluggable.php | |
| 675 | wp_logout | action | no | /.../pluggable.php | |
| 676 | wp_mail | filter | no | /.../pluggable.php | |
| 677 | wp_mail_charset | filter | no | /.../pluggable.php | |
| 678 | wp_mail_content_type | filter | no | /.../pluggable.php | |
| 679 | wp_mail_from | filter | no | /.../pluggable.php | |
| 680 | wp_mail_from_name | filter | no | /.../pluggable.php | |
| 681 | wp_meta | action | no | /.../general-template.php | |
| 682 | wp_mime_type_icon | filter | no | /.../post.php | |
| 683 | wp_parse_str | filter | no | /.../formatting.php | |
| 684 | wp_print_scripts | action | no | /.../functions.wp-scripts.php | |
| 685 | wp_print_styles | action | YES | /.../functions.wp-styles.php | |
| 686 | wp_read_image_metadata | filter | no | /.../image.php | |
| 687 | wp_read_image_metadata_types | filter | no | /.../image.php | |
| 688 | wp_redirect | filter | no | /.../pluggable.php | |
| 689 | wp_redirect_status | filter | no | /.../pluggable.php | |
| 690 | wp_restore_post_revision | action | YES | /.../post.php | |
| 691 | wp_set_comment_status | action | no | /.../comment.php | |
| 692 | wp_sprintf | filter | no | /.../formatting.php | |
| 693 | wp_sprintf_l | filter | no | /.../formatting.php | |
| 694 | wp_tag_cloud | filter | no | /.../category-template.php | |
| 695 | wp_title | filter | no | /.../general-template.php | |
| 696 | wp_title_rss | filter | no | /.../feed.php | |
| 697 | wp_update_attachment_metadata | filter | no | /.../post.php | |
| 698 | wp_update_comment_count | action | no | /.../comment.php | |
| 699 | xmlrpc_blog_options | filter | YES | xmlrpc.php | |
| 700 | xmlrpc_call | action | no | xmlrpc.php | |
| 701 | xmlrpc_methods | filter | no | xmlrpc.php | |
| 702 | xmlrpc_publish_post | action | no | /.../post.php | |
| 703 | xmlrpc_text_filters | filter | no | xmlrpc.php | |
| 704 | year_link | filter | no | /.../link-template.php | |
| 705 | _admin_menu | action | no | /.../menu.php | |
| 706 | _get_page_link | filter | no | /.../link-template.php | |
| 707 | _wp_post_revision_fields | filter | YES | /.../post.php | |
| 708 | _wp_post_revision_field_{$field} | note | filter | YES | /.../revision.php |
| 709 | _wp_put_post_revision | action | YES | /.../post.php | |
| 710 | {$action} | note | action | YES | /.../admin-post.php |
| 711 | {$adjacent}_post_link | note | filter | YES | /.../link-template.php |
| 712 | {$field_no_prefix}_edit_pre | note | filter | no | /.../post.php |
| 713 | {$field_no_prefix}_save_pre | note | filter | no | /.../post.php |
| 714 | {$field} | note | filter | no | /.../post.php |
| 715 | {$field} | note | filter | no | /.../bookmark.php |
| 716 | {$field}_pre | note | filter | no | /.../post.php |
| 717 | {$hook} | note | action | no | wp-cron.php |
| 718 | {$hook} | note | action | no | /.../functions.php |
| 719 | {$new_status}_{$post->post_type} | note | action | no | /.../post.php |
| 720 | {$old_status}_to_{$new_status} | note | action | no | /.../post.php |
| 721 | {$page_hook} | note | action | no | /.../admin.php |
| 722 | {$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 723 | {$taxonomy}_{$field}_rss | note | filter | no | /.../taxonomy.php |
| 724 | {$type}_template | note | filter | no | /.../theme.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.