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 | activated_plugin | action | no | /.../plugin.php | |
| 2 | activate_blog | action | YES | /.../ms-edit.php | |
| 3 | activate_header | action | YES | wp-activate.php | |
| 4 | activate_plugin | action | no | /.../plugin.php | |
| 5 | activate_trim({$plugin} | note | action | no | /.../plugin.php |
| 6 | activate_wp_head | action | YES | wp-activate.php | |
| 7 | activate_{$plugin} | note | action | no | /.../plugins.php |
| 8 | activity_box_end | action | no | /.../dashboard.php | |
| 9 | added_existing_user | action | YES | /.../ms-functions.php | |
| 10 | added_option | action | no | /.../functions.php | |
| 11 | added_postmeta | action | no | /.../functions.php | |
| 12 | added_postmeta | action | no | /.../post.php | |
| 13 | added_postmeta | action | no | /.../post.php | |
| 14 | added_term_relationship | action | no | /.../taxonomy.php | |
| 15 | added_usermeta | action | no | /.../deprecated.php | |
| 16 | added_{$meta_type}_meta | note | action | no | /.../meta.php |
| 17 | additional_capabilities_display | filter | no | /.../user-edit.php | |
| 18 | add_attachment | action | no | /.../post.php | |
| 19 | add_category_form_pre | action | no | /.../edit-tags.php | |
| 20 | add_link | action | no | /.../bookmark.php | |
| 21 | add_link_category_form_pre | action | no | /.../edit-link-categories.php | |
| 22 | add_link_category_form_pre | action | no | /.../edit-link-category-form.php | |
| 23 | add_menu_classes | filter | no | /.../menu.php | |
| 24 | add_meta_boxes | action | YES | /.../edit-form-advanced.php | |
| 25 | add_meta_boxes | action | no | /.../edit-form-comment.php | |
| 26 | add_meta_boxes | action | no | /.../edit-link-form.php | |
| 27 | add_meta_boxes_comment | action | YES | /.../edit-form-comment.php | |
| 28 | add_meta_boxes_link | action | YES | /.../edit-link-form.php | |
| 29 | add_meta_boxes_{$post_type} | note | action | YES | /.../edit-form-advanced.php |
| 30 | add_option | action | no | /.../functions.php | |
| 31 | add_option_{$option} | note | action | YES | /.../functions.php |
| 32 | add_ping | filter | no | /.../post.php | |
| 33 | add_signup_meta | filter | YES | wp-signup.php | |
| 34 | add_site_option | action | YES | /.../functions.php | |
| 35 | add_site_option_{$option} | note | action | YES | /.../functions.php |
| 36 | add_tag_form | action | no | /.../edit-tags.php | |
| 37 | add_tag_form_fields | action | YES | /.../edit-tags.php | |
| 38 | add_tag_form_pre | action | no | /.../edit-tags.php | |
| 39 | add_term_relationship | action | no | /.../taxonomy.php | |
| 40 | add_user_to_blog | action | YES | /.../ms-functions.php | |
| 41 | adminmenu | action | no | /.../menu-header.php | |
| 42 | admin_action_{$_REQUEST[action]} | note | action | no | /.../admin.php |
| 43 | admin_body_class | filter | no | /.../admin-header.php | |
| 44 | admin_color_scheme_picker | action | YES | /.../user-edit.php | |
| 45 | admin_comment_types_dropdown | filter | no | /.../edit-comments.php | |
| 46 | admin_enqueue_scripts | action | no | /.../admin-header.php | |
| 47 | admin_enqueue_scripts | action | no | /.../media.php | |
| 48 | admin_footer | action | no | /.../admin-footer.php | |
| 49 | admin_footer | action | no | /.../template.php | |
| 50 | admin_footer-{$GLOBALS[hook_suffix]} | note | action | YES | /.../admin-footer.php |
| 51 | admin_footer_text | filter | no | /.../admin-footer.php | |
| 52 | admin_head | action | no | /.../admin-header.php | |
| 53 | admin_head | action | no | /.../press-this.php | |
| 54 | admin_head | action | no | /.../media.php | |
| 55 | admin_head | action | no | /.../template.php | |
| 56 | admin_head-media-upload-popup | action | no | /.../media.php | |
| 57 | admin_head-{$hook_suffix} | note | action | no | /.../admin-header.php |
| 58 | admin_head_{$content_func} | note | action | no | /.../media.php |
| 59 | admin_init | action | no | /.../admin-ajax.php | |
| 60 | admin_init | action | no | /.../admin-post.php | |
| 61 | admin_init | action | no | /.../admin.php | |
| 62 | admin_memory_limit | filter | YES | /.../admin.php | |
| 63 | admin_menu | action | no | /.../menu.php | |
| 64 | admin_notices | action | no | /.../admin-header.php | |
| 65 | admin_page_access_denied | action | no | /.../menu.php | |
| 66 | admin_post_thumbnail_html | filter | no | /.../post.php | |
| 67 | admin_print_footer_scripts | action | no | /.../admin-footer.php | |
| 68 | admin_print_footer_scripts | action | no | /.../press-this.php | |
| 69 | admin_print_footer_scripts | action | no | /.../media.php | |
| 70 | admin_print_footer_scripts | action | no | /.../template.php | |
| 71 | admin_print_scripts | action | no | /.../admin-header.php | |
| 72 | admin_print_scripts | action | no | /.../press-this.php | |
| 73 | admin_print_scripts | action | no | /.../media.php | |
| 74 | admin_print_scripts | action | no | /.../template.php | |
| 75 | admin_print_scripts-media-upload-popup | action | no | /.../media.php | |
| 76 | admin_print_scripts-{$hook_suffix} | note | action | no | /.../admin-header.php |
| 77 | admin_print_styles | action | no | /.../admin-header.php | |
| 78 | admin_print_styles | action | no | /.../press-this.php | |
| 79 | admin_print_styles | action | no | /.../media.php | |
| 80 | admin_print_styles | action | no | /.../template.php | |
| 81 | admin_print_styles-media-upload-popup | action | no | /.../media.php | |
| 82 | admin_print_styles-{$hook_suffix} | note | action | no | /.../admin-header.php |
| 83 | admin_url | filter | no | /.../link-template.php | |
| 84 | admin_user_info_links | filter | YES | /.../admin-header.php | |
| 85 | admin_xml_ns | action | no | /.../admin-header.php | |
| 86 | admin_xml_ns | action | no | /.../press-this.php | |
| 87 | admin_xml_ns | action | no | /.../media.php | |
| 88 | admin_xml_ns | action | no | /.../template.php | |
| 89 | after-{$taxonomy}-table | note | action | YES | /.../edit-tags.php |
| 90 | after_db_upgrade | action | no | /.../admin.php | |
| 91 | after_mu_upgrade | action | YES | /.../admin.php | |
| 92 | after_mu_upgrade | action | no | /.../ms-upgrade-network.php | |
| 93 | after_plugin_row | action | no | /.../plugins.php | |
| 94 | after_plugin_row_{$plugin_file} | note | action | no | /.../plugins.php |
| 95 | after_setup_theme | action | YES | wp-settings.php | |
| 96 | after_signup_form | action | YES | wp-signup.php | |
| 97 | akismet_spam_caught | action | no | /.../akismet.php | |
| 98 | akismet_spam_count_incr | filter | no | /.../akismet.php | |
| 99 | akismet_tabs | action | no | /.../akismet.php | |
| 100 | allowed_redirect_hosts | filter | no | /.../pluggable.php | |
| 101 | allowed_themes | filter | YES | /.../theme.php | |
| 102 | allow_password_reset | filter | no | wp-login.php | |
| 103 | allow_subdirectory_install | filter | YES | /.../network.php | |
| 104 | all_plugins | filter | YES | /.../plugins.php | |
| 105 | app_entry | action | YES | wp-app.php | |
| 106 | app_head | action | YES | wp-app.php | |
| 107 | app_ns | action | YES | wp-app.php | |
| 108 | app_publish_post | action | no | /.../post.php | |
| 109 | archive_blog | action | YES | /.../ms-edit.php | |
| 110 | async_upload_{$type} | note | filter | no | /.../async-upload.php |
| 111 | atompub_create_post | action | no | wp-app.php | |
| 112 | atompub_put_post | action | no | wp-app.php | |
| 113 | atom_comments_ns | action | no | /.../feed-atom-comments.php | |
| 114 | atom_enclosure | filter | no | /.../feed.php | |
| 115 | atom_entry | action | no | /.../feed-atom.php | |
| 116 | atom_head | action | no | /.../feed-atom.php | |
| 117 | atom_ns | action | no | /.../feed-atom-comments.php | |
| 118 | atom_ns | action | no | /.../feed-atom.php | |
| 119 | atom_service_url | filter | no | xmlrpc.php | |
| 120 | attachment_fields_to_edit | filter | no | /.../media.php | |
| 121 | attachment_fields_to_save | filter | no | /.../media.php | |
| 122 | attachment_icon | filter | no | /.../deprecated.php | |
| 123 | attachment_innerHTML | filter | no | /.../deprecated.php | |
| 124 | attachment_link | filter | no | /.../link-template.php | |
| 125 | attachment_max_dims | filter | no | /.../deprecated.php | |
| 126 | attribute_escape | filter | no | /.../formatting.php | |
| 127 | audio_send_to_editor_url | filter | no | /.../media.php | |
| 128 | authenticate | filter | no | /.../pluggable.php | |
| 129 | author_email | filter | no | /.../comment-template.php | |
| 130 | author_feed_link | filter | no | /.../link-template.php | |
| 131 | author_link | filter | no | /.../author-template.php | |
| 132 | author_rewrite_rules | filter | no | /.../rewrite.php | |
| 133 | author_template | filter | YES | /.../theme.php | |
| 134 | auth_cookie | filter | no | /.../pluggable.php | |
| 135 | auth_cookie_bad_hash | action | no | /.../pluggable.php | |
| 136 | auth_cookie_bad_username | action | no | /.../pluggable.php | |
| 137 | auth_cookie_expiration | filter | no | /.../pluggable.php | |
| 138 | auth_cookie_expired | action | no | /.../pluggable.php | |
| 139 | auth_cookie_malformed | action | no | /.../pluggable.php | |
| 140 | auth_cookie_valid | action | no | /.../pluggable.php | |
| 141 | auth_redirect | action | no | /.../pluggable.php | |
| 142 | auth_redirect_scheme | filter | no | /.../pluggable.php | |
| 143 | avatar_defaults | filter | no | /.../options-discussion.php | |
| 144 | before_signup_form | action | YES | wp-signup.php | |
| 145 | begin_fetch_post_thumbnail_html | action | no | /.../post-thumbnail-template.php | |
| 146 | block_local_requests | filter | no | /.../class-http.php | |
| 147 | bloginfo | filter | no | /.../general-template.php | |
| 148 | bloginfo_rss | filter | no | /.../feed.php | |
| 149 | bloginfo_url | filter | no | /.../general-template.php | |
| 150 | blog_details | filter | YES | /.../ms-blogs.php | |
| 151 | blog_option_{$setting} | note | filter | YES | /.../ms-blogs.php |
| 152 | blog_privacy_selector | action | no | /.../options-privacy.php | |
| 153 | blog_redirect_404 | filter | YES | /.../ms-functions.php | |
| 154 | body_class | filter | no | /.../post-template.php | |
| 155 | cancel_comment_reply_link | filter | no | /.../comment-template.php | |
| 156 | category_description | filter | no | /.../classes.php | |
| 157 | category_feed_link | filter | no | /.../link-template.php | |
| 158 | category_link | filter | no | /.../category-template.php | |
| 159 | category_rewrite_rules | filter | no | /.../rewrite.php | |
| 160 | category_template | filter | no | /.../theme.php | |
| 161 | check_admin_referer | action | no | /.../pluggable.php | |
| 162 | check_ajax_referer | action | no | /.../pluggable.php | |
| 163 | check_comment_flood | action | no | /.../comment.php | |
| 164 | check_password | filter | no | /.../pluggable.php | |
| 165 | check_passwords | action | no | /.../user.php | |
| 166 | clean_attachment_cache | action | YES | /.../post.php | |
| 167 | clean_object_term_cache | action | no | /.../taxonomy.php | |
| 168 | clean_page_cache | action | no | /.../post.php | |
| 169 | clean_post_cache | action | no | /.../post.php | |
| 170 | clean_term_cache | action | no | /.../taxonomy.php | |
| 171 | clean_url | filter | no | /.../formatting.php | |
| 172 | clear_auth_cookie | action | no | /.../pluggable.php | |
| 173 | commentrss2_item | action | no | /.../feed-rss2-comments.php | |
| 174 | commentsrss2_head | action | no | /.../feed-rss2-comments.php | |
| 175 | comments_array | filter | no | /.../comment-template.php | |
| 176 | comments_atom_head | action | no | /.../feed-atom-comments.php | |
| 177 | comments_number | filter | no | /.../comment-template.php | |
| 178 | comments_open | filter | no | /.../comment-template.php | |
| 179 | comments_per_page | filter | no | /.../template.php | |
| 180 | comments_per_page | filter | no | /.../edit-comments.php | |
| 181 | comments_popup_link_attributes | filter | no | /.../comment-template.php | |
| 182 | comments_popup_template | filter | no | /.../theme.php | |
| 183 | comments_rewrite_rules | filter | no | /.../rewrite.php | |
| 184 | comments_template | filter | no | /.../comment-template.php | |
| 185 | comment_atom_entry | action | no | /.../feed-atom-comments.php | |
| 186 | comment_author | filter | no | /.../comment-template.php | |
| 187 | comment_author_rss | filter | no | /.../feed.php | |
| 188 | comment_class | filter | no | /.../comment-template.php | |
| 189 | comment_closed | action | no | wp-comments-post.php | |
| 190 | comment_cookie_lifetime | filter | no | wp-comments-post.php | |
| 191 | comment_duplicate_trigger | action | YES | /.../comment.php | |
| 192 | comment_edit_pre | filter | no | /.../comment.php | |
| 193 | comment_edit_pre | filter | no | /.../template.php | |
| 194 | comment_edit_redirect | filter | no | /.../comment.php | |
| 195 | comment_email | filter | no | /.../comment-template.php | |
| 196 | comment_excerpt | filter | no | /.../comment-template.php | |
| 197 | comment_flood_filter | filter | no | /.../comment.php | |
| 198 | comment_flood_trigger | action | no | /.../comment.php | |
| 199 | comment_form | action | no | /.../comments-popup.php | |
| 200 | comment_form | action | no | /.../comments.php | |
| 201 | comment_form | action | no | /.../comment-template.php | |
| 202 | comment_form_after | action | YES | /.../comment-template.php | |
| 203 | comment_form_after_fields | action | YES | /.../comment-template.php | |
| 204 | comment_form_before | action | YES | /.../comment-template.php | |
| 205 | comment_form_before_fields | action | YES | /.../comment-template.php | |
| 206 | comment_form_comments_closed | action | YES | /.../comment-template.php | |
| 207 | comment_form_defaults | filter | YES | /.../comment-template.php | |
| 208 | comment_form_default_fields | filter | YES | /.../comment-template.php | |
| 209 | comment_form_field_comment | filter | YES | /.../comment-template.php | |
| 210 | comment_form_field_{$name} | note | filter | YES | /.../comment-template.php |
| 211 | comment_form_logged_in | filter | YES | /.../comment-template.php | |
| 212 | comment_form_logged_in_after | action | YES | /.../comment-template.php | |
| 213 | comment_form_must_log_in_after | action | YES | /.../comment-template.php | |
| 214 | comment_form_top | action | YES | /.../comment-template.php | |
| 215 | comment_id_fields | filter | YES | /.../comment-template.php | |
| 216 | comment_id_not_found | action | no | wp-comments-post.php | |
| 217 | comment_loop_start | action | no | /.../query.php | |
| 218 | comment_max_links_url | filter | YES | /.../comment.php | |
| 219 | comment_moderation_headers | filter | no | /.../pluggable.php | |
| 220 | comment_moderation_subject | filter | no | /.../pluggable.php | |
| 221 | comment_moderation_text | filter | no | /.../pluggable.php | |
| 222 | comment_notification_headers | filter | no | /.../pluggable.php | |
| 223 | comment_notification_subject | filter | no | /.../pluggable.php | |
| 224 | comment_notification_text | filter | no | /.../pluggable.php | |
| 225 | comment_on_draft | action | no | wp-comments-post.php | |
| 226 | comment_on_password_protected | action | YES | wp-comments-post.php | |
| 227 | comment_on_trash | action | no | wp-comments-post.php | |
| 228 | comment_post | action | no | /.../comment.php | |
| 229 | comment_post_redirect | filter | no | wp-comments-post.php | |
| 230 | comment_reply_link | filter | no | /.../comment-template.php | |
| 231 | comment_row_actions | filter | no | /.../dashboard.php | |
| 232 | comment_row_actions | filter | no | /.../template.php | |
| 233 | comment_save_pre | filter | no | /.../comment.php | |
| 234 | comment_status_links | filter | no | /.../edit-comments.php | |
| 235 | comment_text | filter | no | /.../comment-template.php | |
| 236 | comment_text | filter | no | /.../comment.php | |
| 237 | comment_text_rss | filter | no | /.../feed.php | |
| 238 | comment_url | filter | no | /.../comment-template.php | |
| 239 | comment_{$new_status}_{$comment->comment_type} | note | action | no | /.../comment.php |
| 240 | comment_{$old_status}_to_{$new_status} | note | action | no | /.../comment.php |
| 241 | content_url | filter | no | /.../link-template.php | |
| 242 | contextual_help | filter | no | /.../template.php | |
| 243 | contextual_help_list | filter | no | /.../template.php | |
| 244 | core_upgrade_preamble | action | no | /.../update-core.php | |
| 245 | core_version_check_locale | filter | no | /.../update.php | |
| 246 | created_term | action | no | /.../taxonomy.php | |
| 247 | created_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 248 | create_term | action | no | /.../taxonomy.php | |
| 249 | create_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 250 | cron_schedules | filter | no | /.../cron.php | |
| 251 | current_screen | filter | YES | /.../template.php | |
| 252 | custom_menu_order | filter | no | /.../menu.php | |
| 253 | dashboard_incoming_links_feed | filter | no | /.../dashboard.php | |
| 254 | dashboard_incoming_links_link | filter | no | /.../dashboard.php | |
| 255 | dashboard_primary_feed | filter | no | /.../dashboard.php | |
| 256 | dashboard_primary_link | filter | no | /.../dashboard.php | |
| 257 | dashboard_primary_title | filter | no | /.../dashboard.php | |
| 258 | dashboard_secondary_feed | filter | no | /.../dashboard.php | |
| 259 | dashboard_secondary_link | filter | no | /.../dashboard.php | |
| 260 | dashboard_secondary_title | filter | no | /.../dashboard.php | |
| 261 | date_formats | filter | no | /.../options-general.php | |
| 262 | date_i18n | filter | no | /.../functions.php | |
| 263 | date_rewrite_rules | filter | no | /.../rewrite.php | |
| 264 | day_link | filter | no | /.../link-template.php | |
| 265 | dbx_post_advanced | action | no | /.../edit-form-advanced.php | |
| 266 | dbx_post_sidebar | action | no | /.../edit-form-advanced.php | |
| 267 | deactivated_plugin | action | no | /.../plugin.php | |
| 268 | deactivate_blog | action | YES | /.../ms-edit.php | |
| 269 | deactivate_plugin | action | no | /.../plugin.php | |
| 270 | deactivate_trim({$plugin} | note | action | no | /.../plugin.php |
| 271 | default_avatar_select | filter | no | /.../options-discussion.php | |
| 272 | default_content | filter | no | /.../post.php | |
| 273 | default_contextual_help | filter | no | /.../template.php | |
| 274 | default_excerpt | filter | no | /.../post.php | |
| 275 | default_feed | filter | no | /.../feed.php | |
| 276 | default_title | filter | no | /.../post.php | |
| 277 | deleted_comment | action | no | /.../comment.php | |
| 278 | deleted_comment | action | no | /.../post.php | |
| 279 | deleted_commentmeta | action | no | /.../comment.php | |
| 280 | deleted_link | action | no | /.../bookmark.php | |
| 281 | deleted_option | action | no | /.../functions.php | |
| 282 | deleted_post | action | no | /.../post.php | |
| 283 | deleted_postmeta | action | no | /.../comment.php | |
| 284 | deleted_postmeta | action | no | /.../functions.php | |
| 285 | deleted_postmeta | action | no | /.../post.php | |
| 286 | deleted_postmeta | action | no | /.../post.php | |
| 287 | deleted_site_transient | action | YES | /.../functions.php | |
| 288 | deleted_term_relationships | action | no | /.../taxonomy.php | |
| 289 | deleted_term_taxonomy | action | no | /.../taxonomy.php | |
| 290 | deleted_transient | action | YES | /.../functions.php | |
| 291 | deleted_user | action | no | /.../ms.php | |
| 292 | deleted_user | action | no | /.../user.php | |
| 293 | deleted_usermeta | action | no | /.../deprecated.php | |
| 294 | deleted_{$meta_type}_meta | note | action | no | /.../meta.php |
| 295 | delete_attachment | action | no | /.../post.php | |
| 296 | delete_blog | action | YES | /.../ms.php | |
| 297 | delete_comment | action | no | /.../comment.php | |
| 298 | delete_comment | action | no | /.../post.php | |
| 299 | delete_commentmeta | action | no | /.../comment.php | |
| 300 | delete_link | action | no | /.../bookmark.php | |
| 301 | delete_option | action | no | /.../functions.php | |
| 302 | delete_option_{$option} | note | action | YES | /.../functions.php |
| 303 | delete_post | action | no | /.../post.php | |
| 304 | delete_postmeta | action | no | /.../comment.php | |
| 305 | delete_postmeta | action | no | /.../functions.php | |
| 306 | delete_postmeta | action | no | /.../post.php | |
| 307 | delete_postmeta | action | no | /.../post.php | |
| 308 | delete_site_email_content | filter | YES | /.../ms-delete-site.php | |
| 309 | delete_site_option | action | YES | /.../functions.php | |
| 310 | delete_site_option_{$option} | note | action | YES | /.../functions.php |
| 311 | delete_site_transient_{$transient} | note | action | YES | /.../functions.php |
| 312 | delete_term | action | no | /.../taxonomy.php | |
| 313 | delete_term_relationships | action | no | /.../taxonomy.php | |
| 314 | delete_term_taxonomy | action | no | /.../taxonomy.php | |
| 315 | delete_transient_{$transient} | note | action | YES | /.../functions.php |
| 316 | delete_user | action | no | /.../user.php | |
| 317 | delete_usermeta | action | no | /.../deprecated.php | |
| 318 | delete_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 319 | deprecated_argument_run | action | YES | /.../functions.php | |
| 320 | deprecated_argument_trigger_error | filter | YES | /.../functions.php | |
| 321 | deprecated_file_included | action | no | /.../functions.php | |
| 322 | deprecated_file_trigger_error | filter | no | /.../functions.php | |
| 323 | deprecated_function_run | action | no | /.../functions.php | |
| 324 | deprecated_function_trigger_error | filter | no | /.../functions.php | |
| 325 | disable_captions | filter | no | /.../media.php | |
| 326 | disable_captions | filter | no | /.../post.php | |
| 327 | display_post_states | filter | no | /.../template.php | |
| 328 | documentation_ignore_functions | filter | no | /.../misc.php | |
| 329 | do_meta_boxes | action | no | /.../edit-form-advanced.php | |
| 330 | do_meta_boxes | action | no | /.../edit-link-form.php | |
| 331 | do_meta_boxes | action | no | /.../dashboard.php | |
| 332 | do_mu_upgrade | filter | YES | /.../admin.php | |
| 333 | do_robots | action | no | /.../template-loader.php | |
| 334 | do_robotstxt | action | no | /.../functions.php | |
| 335 | dynamic_sidebar | action | YES | /.../widgets.php | |
| 336 | dynamic_sidebar_params | filter | no | /.../widgets.php | |
| 337 | editable_extensions | filter | no | /.../plugin-editor.php | |
| 338 | editable_roles | filter | no | /.../user.php | |
| 339 | editable_slug | filter | no | /.../post.php | |
| 340 | editable_slug | filter | no | /.../template.php | |
| 341 | editable_slug | filter | no | /.../edit-link-category-form.php | |
| 342 | editable_slug | filter | no | /.../edit-tag-form.php | |
| 343 | edited_term | action | no | /.../taxonomy.php | |
| 344 | edited_terms | action | no | /.../taxonomy.php | |
| 345 | edited_term_taxonomies | action | no | /.../taxonomy.php | |
| 346 | edited_term_taxonomy | action | no | /.../taxonomy.php | |
| 347 | edited_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 348 | editor_max_image_size | filter | no | /.../media.php | |
| 349 | edit_attachment | action | no | /.../post.php | |
| 350 | edit_bookmark_link | filter | no | /.../link-template.php | |
| 351 | edit_categories_per_page | filter | no | /.../template.php | |
| 352 | edit_categories_per_page | filter | no | /.../edit-tags.php | |
| 353 | edit_category_form | action | no | /.../edit-tag-form.php | |
| 354 | edit_category_form | action | no | /.../edit-tags.php | |
| 355 | edit_category_form_fields | action | no | /.../edit-tag-form.php | |
| 356 | edit_category_form_pre | action | no | /.../edit-tag-form.php | |
| 357 | edit_comment | action | no | /.../comment.php | |
| 358 | edit_comment_link | filter | no | /.../link-template.php | |
| 359 | edit_form_advanced | action | no | /.../edit-form-advanced.php | |
| 360 | edit_link | action | no | /.../bookmark.php | |
| 361 | edit_link_category_form | action | no | /.../edit-link-categories.php | |
| 362 | edit_link_category_form | action | no | /.../edit-link-category-form.php | |
| 363 | edit_link_category_form_fields | action | no | /.../edit-link-category-form.php | |
| 364 | edit_link_category_form_pre | action | no | /.../edit-link-category-form.php | |
| 365 | edit_page_form | action | no | /.../edit-form-advanced.php | |
| 366 | edit_post | action | no | /.../comment.php | |
| 367 | edit_post | action | no | /.../post.php | |
| 368 | edit_posts_per_page | filter | no | /.../edit.php | |
| 369 | edit_post_link | filter | no | /.../link-template.php | |
| 370 | edit_post_{$field} | note | filter | no | /.../post.php |
| 371 | edit_tags_per_page | filter | no | /.../edit-tags.php | |
| 372 | edit_tag_form | action | no | /.../edit-tag-form.php | |
| 373 | edit_tag_form_fields | action | no | /.../edit-tag-form.php | |
| 374 | edit_tag_form_pre | action | no | /.../edit-tag-form.php | |
| 375 | edit_tag_link | filter | no | /.../link-template.php | |
| 376 | edit_term | action | no | /.../taxonomy.php | |
| 377 | edit_terms | action | no | /.../taxonomy.php | |
| 378 | edit_term_taxonomies | action | no | /.../taxonomy.php | |
| 379 | edit_term_taxonomy | action | no | /.../taxonomy.php | |
| 380 | edit_term_{$field} | note | filter | no | /.../taxonomy.php |
| 381 | edit_user_profile | action | no | /.../user-edit.php | |
| 382 | edit_user_profile_update | action | no | /.../user-edit.php | |
| 383 | edit_user_{$field} | note | filter | no | /.../user.php |
| 384 | edit_{$field} | note | filter | no | /.../post.php |
| 385 | edit_{$field} | note | filter | no | /.../bookmark.php |
| 386 | edit_{$field} | note | filter | no | /.../user.php |
| 387 | edit_{$taxonomy} | note | action | no | /.../taxonomy.php |
| 388 | edit_{$taxonomy}_per_page | note | filter | YES | /.../edit-tags.php |
| 389 | edit_{$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 390 | embed_cache_oembed_types | filter | no | /.../media.php | |
| 391 | embed_defaults | filter | no | /.../media.php | |
| 392 | embed_googlevideo | filter | no | /.../default-embeds.php | |
| 393 | embed_handler_html | filter | no | /.../media.php | |
| 394 | embed_maybe_make_link | filter | no | /.../media.php | |
| 395 | embed_oembed_discover | filter | no | /.../media.php | |
| 396 | embed_oembed_html | filter | no | /.../media.php | |
| 397 | enable_edit_any_user_configuration | filter | YES | /.../user-edit.php | |
| 398 | enable_post_by_email_configuration | filter | YES | wp-mail.php | |
| 399 | enable_post_by_email_configuration | filter | no | /.../options-writing.php | |
| 400 | enable_post_by_email_configuration | filter | no | /.../options.php | |
| 401 | enable_update_services_configuration | filter | YES | /.../options-writing.php | |
| 402 | end_fetch_post_thumbnail_html | action | no | /.../post-thumbnail-template.php | |
| 403 | esc_html | filter | no | /.../formatting.php | |
| 404 | excerpt_length | filter | no | /.../formatting.php | |
| 405 | excerpt_more | filter | no | /.../formatting.php | |
| 406 | explain_nonce_{$action} | note | filter | no | /.../functions.php |
| 407 | explain_nonce_{$verb}-{$noun} | note | filter | no | /.../functions.php |
| 408 | export_wp | action | no | /.../export.php | |
| 409 | ext2type | filter | no | /.../functions.php | |
| 410 | extra_{$context}_headers | note | filter | no | /.../functions.php |
| 411 | favorite_actions | filter | no | /.../template.php | |
| 412 | feed_content_type | filter | no | /.../feed.php | |
| 413 | feed_link | filter | no | /.../link-template.php | |
| 414 | filesystem_method | filter | no | /.../file.php | |
| 415 | filesystem_method_file | filter | no | /.../file.php | |
| 416 | file_is_displayable_image | filter | no | /.../image.php | |
| 417 | file_send_to_editor_url | filter | no | /.../media.php | |
| 418 | flash_uploader | filter | no | /.../media.php | |
| 419 | format_to_edit | filter | no | /.../formatting.php | |
| 420 | format_to_post | filter | no | /.../formatting.php | |
| 421 | front_page_template | filter | YES | /.../theme.php | |
| 422 | fs_ftp_connection_types | filter | no | /.../file.php | |
| 423 | gallery_style | filter | no | /.../media.php | |
| 424 | generate_rewrite_rules | action | no | /.../rewrite.php | |
| 425 | getarchives_join | filter | no | /.../general-template.php | |
| 426 | getarchives_where | filter | no | /.../general-template.php | |
| 427 | getimagesize_mimes_to_exts | filter | YES | /.../functions.php | |
| 428 | gettext | filter | no | /.../l10n.php | |
| 429 | gettext_with_context | filter | no | /.../l10n.php | |
| 430 | get_archives_link | filter | no | /.../general-template.php | |
| 431 | get_attached_file | filter | no | /.../post.php | |
| 432 | get_avatar | filter | no | /.../pluggable.php | |
| 433 | get_avatar_comment_types | filter | YES | /.../pluggable.php | |
| 434 | get_bloginfo_rss | filter | no | /.../feed.php | |
| 435 | get_blogs_of_user | filter | YES | /.../ms-functions.php | |
| 436 | get_bookmarks | filter | no | /.../bookmark.php | |
| 437 | get_calendar | filter | YES | /.../general-template.php | |
| 438 | get_categories_taxonomy | filter | no | /.../category.php | |
| 439 | get_comment | filter | no | /.../comment.php | |
| 440 | get_comments_number | filter | no | /.../comment-template.php | |
| 441 | get_comments_pagenum_link | filter | no | /.../link-template.php | |
| 442 | get_comment_author | filter | no | /.../template.php | |
| 443 | get_comment_author | filter | no | /.../comment-template.php | |
| 444 | get_comment_author_email | filter | no | /.../comment-template.php | |
| 445 | get_comment_author_IP | filter | no | /.../comment-template.php | |
| 446 | get_comment_author_link | filter | no | /.../edit-form-comment.php | |
| 447 | get_comment_author_link | filter | no | /.../comment-template.php | |
| 448 | get_comment_author_url | filter | no | /.../comment-template.php | |
| 449 | get_comment_author_url_link | filter | no | /.../comment-template.php | |
| 450 | get_comment_date | filter | no | /.../comment-template.php | |
| 451 | get_comment_excerpt | filter | no | /.../comment-template.php | |
| 452 | get_comment_ID | filter | no | /.../comment-template.php | |
| 453 | get_comment_link | filter | no | /.../comment-template.php | |
| 454 | get_comment_text | filter | no | /.../comment-template.php | |
| 455 | get_comment_time | filter | no | /.../comment-template.php | |
| 456 | get_comment_type | filter | no | /.../comment-template.php | |
| 457 | get_delete_post_link | filter | no | /.../link-template.php | |
| 458 | get_editable_authors | filter | no | /.../user.php | |
| 459 | get_edit_bookmark_link | filter | no | /.../link-template.php | |
| 460 | get_edit_comment_link | filter | no | /.../link-template.php | |
| 461 | get_edit_post_link | filter | no | /.../link-template.php | |
| 462 | get_edit_tag_link | filter | no | /.../link-template.php | |
| 463 | get_enclosed | filter | no | /.../post.php | |
| 464 | get_footer | action | no | /.../general-template.php | |
| 465 | get_header | action | no | /.../general-template.php | |
| 466 | get_image_tag | filter | no | /.../media.php | |
| 467 | get_image_tag_class | filter | no | /.../media.php | |
| 468 | get_lastpostdate | filter | no | /.../post.php | |
| 469 | get_lastpostmodified | filter | no | /.../post.php | |
| 470 | get_others_drafts | filter | no | /.../user.php | |
| 471 | get_pagenum_link | filter | no | /.../link-template.php | |
| 472 | get_pages | filter | no | /.../post.php | |
| 473 | get_post_modified_time | filter | no | /.../general-template.php | |
| 474 | get_post_time | filter | no | /.../general-template.php | |
| 475 | get_pung | filter | no | /.../post.php | |
| 476 | get_sample_permalink_html | filter | no | /.../post.php | |
| 477 | get_search_form | action | no | /.../general-template.php | |
| 478 | get_search_query | filter | no | /.../general-template.php | |
| 479 | get_shortlink | filter | YES | /.../link-template.php | |
| 480 | get_sidebar | action | no | /.../general-template.php | |
| 481 | get_tags | filter | no | /.../category.php | |
| 482 | get_template_part_{$slug} | note | action | YES | /.../general-template.php |
| 483 | get_term | filter | no | /.../taxonomy.php | |
| 484 | get_terms | filter | no | /.../taxonomy.php | |
| 485 | get_terms_fields | filter | no | /.../taxonomy.php | |
| 486 | get_terms_orderby | filter | no | /.../taxonomy.php | |
| 487 | get_the_author_{$field} | note | filter | no | /.../author-template.php |
| 488 | get_the_date | filter | YES | /.../general-template.php | |
| 489 | get_the_excerpt | filter | no | /.../post-template.php | |
| 490 | get_the_generator_{$type} | note | filter | no | /.../general-template.php |
| 491 | get_the_guid | filter | no | /.../post-template.php | |
| 492 | get_the_modified_date | filter | no | /.../general-template.php | |
| 493 | get_the_modified_time | filter | no | /.../general-template.php | |
| 494 | get_the_tags | filter | no | /.../category-template.php | |
| 495 | get_the_time | filter | no | /.../general-template.php | |
| 496 | get_to_ping | filter | no | /.../post.php | |
| 497 | get_usernumposts | filter | no | /.../user.php | |
| 498 | get_users_drafts | filter | no | /.../user.php | |
| 499 | get_user_option_{$option} | note | filter | no | /.../user.php |
| 500 | get_wp_title_rss | filter | no | /.../feed.php | |
| 501 | get_{$adjacent}_post_join | note | filter | no | /.../link-template.php |
| 502 | get_{$adjacent}_post_sort | note | filter | no | /.../link-template.php |
| 503 | get_{$adjacent}_post_where | note | filter | no | /.../link-template.php |
| 504 | get_{$taxonomy} | note | filter | no | /.../taxonomy.php |
| 505 | global_terms_enabled | filter | YES | /.../functions.php | |
| 506 | got_rewrite | filter | no | /.../misc.php | |
| 507 | graceful_fail | filter | YES | /.../ms-deprecated.php | |
| 508 | graceful_fail_template | filter | YES | /.../ms-deprecated.php | |
| 509 | granted_super_admin | action | YES | /.../ms.php | |
| 510 | grant_super_admin | action | YES | /.../ms.php | |
| 511 | hierarchical_post_types | filter | no | /.../post.php | |
| 512 | home_template | filter | no | /.../theme.php | |
| 513 | home_url | filter | YES | /.../link-template.php | |
| 514 | htmledit_pre | filter | no | /.../formatting.php | |
| 515 | https_local_ssl_verify | filter | no | /.../cron.php | |
| 516 | https_local_ssl_verify | filter | no | /.../class-http.php | |
| 517 | https_ssl_verify | filter | no | /.../class-http.php | |
| 518 | http_api_curl | action | no | /.../class-http.php | |
| 519 | http_api_debug | action | no | /.../class-http.php | |
| 520 | http_headers_useragent | filter | no | /.../class-http.php | |
| 521 | http_request_args | filter | no | /.../class-http.php | |
| 522 | http_request_redirection_count | filter | no | /.../class-http.php | |
| 523 | http_request_timeout | filter | no | /.../class-http.php | |
| 524 | http_request_version | filter | no | /.../class-http.php | |
| 525 | http_response | filter | no | /.../class-http.php | |
| 526 | http_transport_get_debug | action | no | /.../class-http.php | |
| 527 | http_transport_post_debug | action | no | /.../class-http.php | |
| 528 | icon_dir | filter | no | /.../media.php | |
| 529 | icon_dir | filter | no | /.../deprecated.php | |
| 530 | icon_dir | filter | no | /.../post.php | |
| 531 | icon_dirs | filter | no | /.../post.php | |
| 532 | icon_dir_uri | filter | no | /.../post.php | |
| 533 | iis7_supports_permalinks | filter | no | /.../misc.php | |
| 534 | iis7_url_rewrite_rules | filter | no | /.../rewrite.php | |
| 535 | image_add_caption_shortcode | filter | no | /.../media.php | |
| 536 | image_downsize | filter | no | /.../media.php | |
| 537 | image_edit_before_change | filter | no | /.../image-edit.php | |
| 538 | image_make_intermediate_size | filter | no | /.../media.php | |
| 539 | image_save_pre | filter | no | /.../image-edit.php | |
| 540 | image_send_to_editor | filter | no | /.../media.php | |
| 541 | image_send_to_editor_url | filter | no | /.../media.php | |
| 542 | img_caption_shortcode | filter | no | /.../media.php | |
| 543 | import_upload_size_limit | filter | no | /.../template.php | |
| 544 | includes_url | filter | no | /.../link-template.php | |
| 545 | index_rel_link | filter | no | /.../link-template.php | |
| 546 | init | action | no | wp-settings.php | |
| 547 | install_plugins_nonmenu_tabs | filter | no | /.../plugin-install.php | |
| 548 | install_plugins_pre_{$tab} | note | action | no | /.../plugin-install.php |
| 549 | install_plugins_table_header | action | no | /.../plugin-install.php | |
| 550 | install_plugins_tabs | filter | no | /.../plugin-install.php | |
| 551 | install_plugins_{$tab} | note | action | no | /.../plugin-install.php |
| 552 | install_plugin_complete_actions | filter | no | /.../class-wp-upgrader.php | |
| 553 | install_themes_nonmenu_tabs | filter | no | /.../theme-install.php | |
| 554 | install_themes_pre_{$tab} | note | action | no | /.../theme-install.php |
| 555 | install_themes_table_header | action | no | /.../theme-install.php | |
| 556 | install_themes_tabs | filter | no | /.../theme-install.php | |
| 557 | install_themes_{$tab} | note | action | no | /.../theme-install.php |
| 558 | install_theme_complete_actions | filter | no | /.../class-wp-upgrader.php | |
| 559 | intermediate_image_sizes | filter | no | /.../media.php | |
| 560 | intermediate_image_sizes | filter | no | /.../image-edit.php | |
| 561 | intermediate_image_sizes_advanced | filter | no | /.../image.php | |
| 562 | in_admin_footer | action | no | /.../admin-footer.php | |
| 563 | in_admin_header | action | YES | /.../admin-header.php | |
| 564 | in_plugin_update_message-{$file} | note | action | no | /.../update.php |
| 565 | in_widget_form | action | no | /.../widgets.php | |
| 566 | is_email | filter | no | /.../formatting.php | |
| 567 | jpeg_quality | filter | no | /.../media.php | |
| 568 | jpeg_quality | filter | no | /.../image-edit.php | |
| 569 | jpeg_quality | filter | no | /.../image.php | |
| 570 | js_escape | filter | no | /.../formatting.php | |
| 571 | kses_allowed_protocols | filter | YES | /.../kses.php | |
| 572 | language_attributes | filter | no | /.../general-template.php | |
| 573 | lang_codes | filter | YES | /.../ms.php | |
| 574 | link_category | filter | no | /.../deprecated.php | |
| 575 | link_category | filter | no | wp-links-opml.php | |
| 576 | link_category | filter | no | /.../bookmark-template.php | |
| 577 | link_cat_row_actions | filter | no | /.../template.php | |
| 578 | link_title | filter | no | wp-links-opml.php | |
| 579 | list_cats | filter | no | /.../category-template.php | |
| 580 | list_cats | filter | no | /.../classes.php | |
| 581 | list_terms_exclusions | filter | no | /.../taxonomy.php | |
| 582 | load-widgetsphp | action | no | /.../admin-ajax.php | |
| 583 | load-{$pagenow} | note | action | no | /.../admin.php |
| 584 | load-{$page_hook} | note | action | no | /.../admin.php |
| 585 | load-{$plugin_page} | note | action | no | /.../admin.php |
| 586 | load_default_embeds | filter | no | /.../functions.php | |
| 587 | load_default_widgets | filter | no | /.../functions.php | |
| 588 | load_feed_engine | action | no | /.../rss.php | |
| 589 | load_image_to_edit | filter | no | /.../image-edit.php | |
| 590 | load_image_to_edit_path | filter | no | /.../image-edit.php | |
| 591 | load_textdomain | action | no | /.../l10n.php | |
| 592 | load_textdomain_mofile | filter | no | /.../l10n.php | |
| 593 | locale | filter | no | /.../l10n.php | |
| 594 | locale_stylesheet_uri | filter | no | /.../theme.php | |
| 595 | loginout | filter | no | /.../general-template.php | |
| 596 | login_errors | filter | no | wp-login.php | |
| 597 | login_form | action | no | wp-login.php | |
| 598 | login_form_bottom | filter | YES | /.../general-template.php | |
| 599 | login_form_defaults | filter | YES | /.../general-template.php | |
| 600 | login_form_middle | filter | YES | /.../general-template.php | |
| 601 | login_form_top | filter | YES | /.../general-template.php | |
| 602 | login_form_{$action} | note | action | no | wp-login.php |
| 603 | login_head | action | no | wp-login.php | |
| 604 | login_headertitle | filter | no | wp-login.php | |
| 605 | login_headerurl | filter | no | wp-login.php | |
| 606 | login_message | filter | no | wp-login.php | |
| 607 | login_messages | filter | no | wp-login.php | |
| 608 | login_redirect | filter | no | wp-login.php | |
| 609 | login_url | filter | no | /.../general-template.php | |
| 610 | logout_url | filter | no | /.../general-template.php | |
| 611 | loop_end | action | no | /.../query.php | |
| 612 | loop_start | action | no | /.../query.php | |
| 613 | lostpassword_form | action | no | wp-login.php | |
| 614 | lostpassword_post | action | no | wp-login.php | |
| 615 | lostpassword_redirect | filter | YES | wp-login.php | |
| 616 | lostpassword_url | filter | no | /.../general-template.php | |
| 617 | lost_password | action | no | wp-login.php | |
| 618 | make_ham_blog | action | YES | /.../ms-blogs.php | |
| 619 | make_ham_user | action | YES | /.../ms.php | |
| 620 | make_spam_blog | action | YES | /.../ms-blogs.php | |
| 621 | make_spam_user | action | YES | /.../ms.php | |
| 622 | manage_blogs_custom_column | action | YES | /.../ms-sites.php | |
| 623 | manage_comments_custom_column | action | no | /.../template.php | |
| 624 | manage_comments_nav | action | no | /.../edit-comments.php | |
| 625 | manage_link_categories_custom_column | filter | no | /.../template.php | |
| 626 | manage_link_custom_column | action | no | /.../link-manager.php | |
| 627 | manage_media_columns | filter | no | /.../template.php | |
| 628 | manage_media_custom_column | action | no | /.../edit-attachment-rows.php | |
| 629 | manage_pages_columns | filter | no | /.../template.php | |
| 630 | manage_pages_custom_column | action | no | /.../template.php | |
| 631 | manage_posts_columns | filter | no | /.../template.php | |
| 632 | manage_posts_custom_column | action | no | /.../template.php | |
| 633 | manage_users_custom_column | action | no | /.../ms-users.php | |
| 634 | manage_users_custom_column | filter | no | /.../template.php | |
| 635 | manage_{$post_type}_posts_columns | note | filter | YES | /.../template.php |
| 636 | manage_{$screen->id}_columns | note | filter | YES | /.../template.php |
| 637 | manage_{$taxonomy}_custom_column | note | filter | no | /.../template.php |
| 638 | map_meta_cap | filter | no | /.../capabilities.php | |
| 639 | mce_buttons | filter | no | /.../post.php | |
| 640 | mce_buttons_2 | filter | no | /.../post.php | |
| 641 | mce_buttons_3 | filter | no | /.../post.php | |
| 642 | mce_buttons_4 | filter | no | /.../post.php | |
| 643 | mce_css | filter | no | /.../post.php | |
| 644 | mce_external_languages | filter | no | /.../post.php | |
| 645 | mce_external_plugins | filter | no | /.../post.php | |
| 646 | mce_spellchecker_languages | filter | no | /.../post.php | |
| 647 | media_buttons | action | no | /.../general-template.php | |
| 648 | media_buttons | action | no | /.../dashboard.php | |
| 649 | media_buttons_context | filter | no | /.../media.php | |
| 650 | media_meta | filter | no | /.../media.php | |
| 651 | media_row_actions | filter | no | /.../upload.php | |
| 652 | media_row_actions | filter | no | /.../edit-attachment-rows.php | |
| 653 | media_send_to_editor | filter | no | /.../media.php | |
| 654 | media_upload_default_tab | filter | no | /.../media.php | |
| 655 | media_upload_default_tab | filter | no | /.../media-upload.php | |
| 656 | media_upload_default_type | filter | no | /.../media-upload.php | |
| 657 | media_upload_form_url | filter | no | /.../media.php | |
| 658 | media_upload_tabs | filter | no | /.../media.php | |
| 659 | media_upload_{$tab} | note | action | no | /.../media-upload.php |
| 660 | media_upload_{$type} | note | action | no | /.../media-upload.php |
| 661 | menu_order | filter | no | /.../menu.php | |
| 662 | mod_rewrite_rules | filter | no | /.../rewrite.php | |
| 663 | month_link | filter | no | /.../link-template.php | |
| 664 | ms_sites_per_page | filter | YES | /.../ms-sites.php | |
| 665 | ms_site_check | filter | YES | /.../ms-load.php | |
| 666 | ms_users_per_page | filter | YES | /.../ms-users.php | |
| 667 | muplugins_loaded | action | no | wp-settings.php | |
| 668 | mu_activity_box_end | action | YES | /.../ms-admin.php | |
| 669 | mu_dropdown_languages | filter | YES | /.../ms.php | |
| 670 | mu_menu_items | filter | YES | /.../ms-options.php | |
| 671 | mu_rightnow_end | action | YES | /.../ms-admin.php | |
| 672 | myblogs_allblogs_options | action | YES | /.../my-sites.php | |
| 673 | myblogs_blog_actions | filter | YES | /.../my-sites.php | |
| 674 | myblogs_options | filter | YES | /.../my-sites.php | |
| 675 | nav_menu_attr_title | filter | YES | /.../nav-menu.php | |
| 676 | nav_menu_css_class | filter | YES | /.../nav-menu-template.php | |
| 677 | nav_menu_description | filter | YES | /.../nav-menu.php | |
| 678 | nav_menu_meta_box_object | filter | no | /.../nav-menu.php | |
| 679 | nav_menu_meta_box_object | filter | YES | /.../admin-ajax.php | |
| 680 | network_admin_url | filter | YES | /.../link-template.php | |
| 681 | network_home_url | filter | YES | /.../link-template.php | |
| 682 | network_site_url | filter | YES | /.../link-template.php | |
| 683 | newblogname | filter | YES | /.../ms-functions.php | |
| 684 | newblog_notify_siteadmin | filter | YES | /.../ms-functions.php | |
| 685 | newuser_notify_siteadmin | filter | YES | /.../ms-functions.php | |
| 686 | new_admin_email_content | filter | YES | /.../ms.php | |
| 687 | new_user_email_content | filter | YES | /.../ms.php | |
| 688 | next_comments_link_attributes | filter | no | /.../link-template.php | |
| 689 | next_posts_link_attributes | filter | no | /.../link-template.php | |
| 690 | ngettext | filter | no | /.../l10n.php | |
| 691 | ngettext_with_context | filter | no | /.../l10n.php | |
| 692 | nocache_headers | filter | no | /.../functions.php | |
| 693 | nonce_life | filter | no | /.../pluggable.php | |
| 694 | no_texturize_shortcodes | filter | no | /.../formatting.php | |
| 695 | no_texturize_tags | filter | no | /.../formatting.php | |
| 696 | number_format_i18n | filter | no | /.../functions.php | |
| 697 | oembed_dataparse | filter | no | /.../class-oembed.php | |
| 698 | oembed_linktypes | filter | no | /.../class-oembed.php | |
| 699 | oembed_providers | filter | no | /.../class-oembed.php | |
| 700 | oembed_result | filter | no | /.../class-oembed.php | |
| 701 | opml_head | action | YES | wp-links-opml.php | |
| 702 | option_{$option} | note | filter | YES | /.../functions.php |
| 703 | override_load_textdomain | filter | no | /.../l10n.php | |
| 704 | override_unload_textdomain | filter | YES | /.../l10n.php | |
| 705 | page_css_class | filter | no | /.../classes.php | |
| 706 | page_link | filter | no | /.../link-template.php | |
| 707 | page_rewrite_rules | filter | no | /.../rewrite.php | |
| 708 | page_row_actions | filter | no | /.../template.php | |
| 709 | page_template | filter | no | /.../theme.php | |
| 710 | paginate_links | filter | YES | /.../general-template.php | |
| 711 | parent_file | filter | YES | /.../menu-header.php | |
| 712 | parent_post_rel_link | filter | no | /.../link-template.php | |
| 713 | parse_query | action | no | /.../query.php | |
| 714 | parse_request | action | no | /.../classes.php | |
| 715 | password_reset | action | no | wp-login.php | |
| 716 | password_reset_message | filter | no | wp-login.php | |
| 717 | password_reset_title | filter | no | wp-login.php | |
| 718 | permalink_structure_changed | action | no | /.../rewrite.php | |
| 719 | personal_options | action | no | /.../user-edit.php | |
| 720 | personal_options_update | action | no | /.../user-edit.php | |
| 721 | phone_content | filter | no | wp-mail.php | |
| 722 | phpmailer_init | action | no | /.../pluggable.php | |
| 723 | pingback_post | action | no | xmlrpc.php | |
| 724 | pingback_useragent | filter | no | /.../comment.php | |
| 725 | pings_open | filter | no | /.../comment-template.php | |
| 726 | plugins_api | filter | no | /.../plugin-install.php | |
| 727 | plugins_api_args | filter | no | /.../plugin-install.php | |
| 728 | plugins_api_result | filter | no | /.../plugin-install.php | |
| 729 | plugins_loaded | action | no | wp-settings.php | |
| 730 | plugins_per_page | filter | no | /.../plugins.php | |
| 731 | plugins_url | filter | no | /.../link-template.php | |
| 732 | plugin_action_links | filter | no | /.../plugins.php | |
| 733 | plugin_action_links_{$plugin_file} | note | filter | no | /.../plugins.php |
| 734 | plugin_install_action_links | filter | no | /.../plugin-install.php | |
| 735 | plugin_locale | filter | YES | /.../l10n.php | |
| 736 | plugin_row_meta | filter | no | /.../plugins.php | |
| 737 | populate_options | action | no | /.../schema.php | |
| 738 | post-flash-upload-ui | action | no | /.../media.php | |
| 739 | post-html-upload-ui | action | no | /.../media.php | |
| 740 | post-upload-ui | action | no | /.../media.php | |
| 741 | postmeta_form_limit | filter | no | /.../template.php | |
| 742 | posts_selection | action | no | /.../query.php | |
| 743 | post_class | filter | no | /.../post-template.php | |
| 744 | post_comments_feed_link | filter | no | /.../link-template.php | |
| 745 | post_comments_feed_link_html | filter | no | /.../link-template.php | |
| 746 | post_comments_link | filter | no | /.../comment-template.php | |
| 747 | post_date_column_time | filter | no | /.../template.php | |
| 748 | post_edit_form_tag | action | YES | /.../edit-form-advanced.php | |
| 749 | post_gallery | filter | no | /.../media.php | |
| 750 | post_link | filter | no | /.../link-template.php | |
| 751 | post_mime_types | filter | no | /.../post.php | |
| 752 | post_rewrite_rules | filter | no | /.../rewrite.php | |
| 753 | post_row_actions | filter | no | /.../template.php | |
| 754 | post_submitbox_misc_actions | action | no | /.../meta-boxes.php | |
| 755 | post_submitbox_start | action | no | /.../meta-boxes.php | |
| 756 | post_thumbnail_html | filter | no | /.../post-thumbnail-template.php | |
| 757 | post_thumbnail_size | filter | no | /.../post-thumbnail-template.php | |
| 758 | post_type_link | filter | YES | /.../link-template.php | |
| 759 | post_updated | action | YES | /.../post.php | |
| 760 | post_updated_messages | filter | YES | /.../edit-form-advanced.php | |
| 761 | post_{$field} | note | filter | no | /.../post.php |
| 762 | pre-flash-upload-ui | action | no | /.../media.php | |
| 763 | pre-html-upload-ui | action | no | /.../media.php | |
| 764 | pre-upload-ui | action | no | /.../media.php | |
| 765 | prepend_attachment | filter | no | /.../post-template.php | |
| 766 | preprocess_comment | filter | no | /.../comment.php | |
| 767 | preprocess_signup_form | action | YES | wp-signup.php | |
| 768 | preview_post_link | filter | no | /.../meta-boxes.php | |
| 769 | previous_comments_link_attributes | filter | no | /.../link-template.php | |
| 770 | previous_posts_link_attributes | filter | no | /.../link-template.php | |
| 771 | pre_add_site_option_{$option} | note | filter | YES | /.../functions.php |
| 772 | pre_category_nicename | filter | no | /.../taxonomy.php | |
| 773 | pre_comment_approved | filter | no | /.../comment.php | |
| 774 | pre_comment_author_email | filter | no | /.../comment.php | |
| 775 | pre_comment_author_name | filter | no | /.../comment.php | |
| 776 | pre_comment_author_url | filter | no | /.../comment.php | |
| 777 | pre_comment_content | filter | no | /.../comment.php | |
| 778 | pre_comment_on_post | action | no | wp-comments-post.php | |
| 779 | pre_comment_user_agent | filter | no | /.../comment.php | |
| 780 | pre_comment_user_ip | filter | no | /.../comment.php | |
| 781 | pre_current_active_plugins | action | YES | /.../plugins.php | |
| 782 | pre_delete_site_option_{$option} | note | action | YES | /.../functions.php |
| 783 | pre_get_posts | action | no | /.../query.php | |
| 784 | pre_get_shortlink | filter | YES | /.../link-template.php | |
| 785 | pre_http_request | filter | no | /.../class-http.php | |
| 786 | pre_insert_term | filter | YES | /.../taxonomy.php | |
| 787 | pre_kses | filter | no | /.../kses.php | |
| 788 | pre_option_{$option} | note | filter | YES | /.../functions.php |
| 789 | pre_ping | action | no | /.../comment.php | |
| 790 | pre_post_link | filter | YES | /.../link-template.php | |
| 791 | pre_post_update | action | no | /.../post.php | |
| 792 | pre_post_{$field} | note | filter | no | /.../post.php |
| 793 | pre_remote_source | filter | no | xmlrpc.php | |
| 794 | pre_set_site_transient_{$transient} | note | filter | YES | /.../functions.php |
| 795 | pre_set_transient_{$transient} | note | filter | YES | /.../functions.php |
| 796 | pre_site_option_{$option} | note | filter | YES | /.../functions.php |
| 797 | pre_site_transient_{$transient} | note | filter | no | /.../functions.php |
| 798 | pre_term_{$field} | note | filter | no | /.../taxonomy.php |
| 799 | pre_transient_{$transient} | note | filter | no | /.../functions.php |
| 800 | pre_update_option_{$option} | note | filter | YES | /.../functions.php |
| 801 | pre_update_site_option_{$option} | note | filter | YES | /.../functions.php |
| 802 | pre_upload_error | filter | no | xmlrpc.php | |
| 803 | pre_user_description | filter | no | /.../registration.php | |
| 804 | pre_user_display_name | filter | no | /.../registration.php | |
| 805 | pre_user_email | filter | no | /.../registration.php | |
| 806 | pre_user_first_name | filter | no | /.../registration.php | |
| 807 | pre_user_id | filter | no | /.../comment.php | |
| 808 | pre_user_last_name | filter | no | /.../registration.php | |
| 809 | pre_user_login | filter | no | /.../user-new.php | |
| 810 | pre_user_login | filter | no | /.../registration.php | |
| 811 | pre_user_nicename | filter | no | /.../registration.php | |
| 812 | pre_user_nickname | filter | no | /.../registration.php | |
| 813 | pre_user_search | action | YES | /.../user.php | |
| 814 | pre_user_url | filter | no | /.../registration.php | |
| 815 | pre_user_{$field} | note | filter | no | /.../user.php |
| 816 | pre_{$field} | note | filter | no | /.../post.php |
| 817 | pre_{$field} | note | filter | no | /.../bookmark.php |
| 818 | pre_{$field} | note | filter | no | /.../user.php |
| 819 | pre_{$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 820 | print_admin_styles | filter | no | /.../script-loader.php | |
| 821 | print_footer_scripts | filter | no | /.../script-loader.php | |
| 822 | print_head_scripts | filter | no | /.../script-loader.php | |
| 823 | print_scripts_array | filter | no | /.../class.wp-scripts.php | |
| 824 | print_styles_array | filter | no | /.../class.wp-styles.php | |
| 825 | privacy_on_link_text | filter | YES | /.../admin-header.php | |
| 826 | privacy_on_link_title | filter | YES | /.../admin-header.php | |
| 827 | private_title_format | filter | no | /.../post-template.php | |
| 828 | private_to_published | action | no | /.../post.php | |
| 829 | profile_personal_options | action | no | /.../user-edit.php | |
| 830 | profile_update | action | no | /.../registration.php | |
| 831 | protected_title_format | filter | no | /.../post-template.php | |
| 832 | publish_phone | action | no | wp-mail.php | |
| 833 | pub_priv_sql_capability | filter | no | /.../post.php | |
| 834 | query | filter | no | /.../wp-db.php | |
| 835 | query_string | filter | no | /.../classes.php | |
| 836 | query_vars | filter | no | /.../classes.php | |
| 837 | quick_edit_custom_box | action | no | /.../template.php | |
| 838 | quick_edit_dropdown_pages_args | filter | no | /.../template.php | |
| 839 | random_password | filter | YES | /.../pluggable.php | |
| 840 | rdf_header | action | no | /.../feed-rdf.php | |
| 841 | rdf_item | action | no | /.../feed-rdf.php | |
| 842 | rdf_ns | action | no | /.../feed-rdf.php | |
| 843 | redirect_canonical | filter | no | /.../canonical.php | |
| 844 | redirect_post_location | filter | no | /.../post.php | |
| 845 | register | filter | no | /.../general-template.php | |
| 846 | register_form | action | no | wp-login.php | |
| 847 | register_post | action | no | wp-login.php | |
| 848 | register_sidebar | action | YES | /.../widgets.php | |
| 849 | registration_errors | filter | no | wp-login.php | |
| 850 | registration_redirect | filter | YES | wp-login.php | |
| 851 | remove_user_from_blog | action | YES | /.../ms-functions.php | |
| 852 | request | filter | no | /.../classes.php | |
| 853 | request_filesystem_credentials | filter | no | /.../file.php | |
| 854 | restrict_manage_posts | action | no | /.../edit.php | |
| 855 | restrict_manage_posts | action | no | /.../upload.php | |
| 856 | retreive_password | action | no | wp-login.php | |
| 857 | retrieve_password | action | no | wp-login.php | |
| 858 | retrieve_password_key | action | no | wp-login.php | |
| 859 | retrieve_password_message | filter | no | wp-login.php | |
| 860 | retrieve_password_title | filter | no | wp-login.php | |
| 861 | revoked_super_admin | action | YES | /.../ms.php | |
| 862 | revoke_super_admin | action | YES | /.../ms.php | |
| 863 | rewrite_rules | filter | no | /.../rewrite.php | |
| 864 | rewrite_rules_array | filter | no | /.../rewrite.php | |
| 865 | richedit_pre | filter | no | /.../formatting.php | |
| 866 | rightnow_end | action | no | /.../dashboard.php | |
| 867 | right_now_content_table_end | action | YES | /.../dashboard.php | |
| 868 | right_now_discussion_table_end | action | YES | /.../dashboard.php | |
| 869 | right_now_table_end | action | no | /.../dashboard.php | |
| 870 | robots_txt | filter | YES | /.../functions.php | |
| 871 | role_has_cap | filter | no | /.../capabilities.php | |
| 872 | root_rewrite_rules | filter | no | /.../rewrite.php | |
| 873 | rss2_comments_ns | action | no | /.../feed-rss2-comments.php | |
| 874 | rss2_head | action | no | /.../feed-rss2.php | |
| 875 | rss2_head | action | no | /.../export.php | |
| 876 | rss2_item | action | no | /.../feed-rss2.php | |
| 877 | rss2_ns | action | no | /.../feed-rss2-comments.php | |
| 878 | rss2_ns | action | no | /.../feed-rss2.php | |
| 879 | rss_enclosure | filter | no | /.../feed.php | |
| 880 | rss_head | action | no | /.../feed-rss.php | |
| 881 | rss_item | action | no | /.../feed-rss.php | |
| 882 | rss_update_frequency | filter | no | /.../feed-rdf.php | |
| 883 | rss_update_frequency | filter | no | /.../feed-rss2-comments.php | |
| 884 | rss_update_frequency | filter | no | /.../feed-rss2.php | |
| 885 | rss_update_period | filter | no | /.../feed-rdf.php | |
| 886 | rss_update_period | filter | no | /.../feed-rss2-comments.php | |
| 887 | rss_update_period | filter | no | /.../feed-rss2.php | |
| 888 | safe_style_css | filter | no | /.../kses.php | |
| 889 | salt | filter | no | /.../pluggable.php | |
| 890 | sanitize_comment_cookies | action | no | wp-settings.php | |
| 891 | sanitize_email | filter | no | /.../formatting.php | |
| 892 | sanitize_file_name | filter | no | /.../formatting.php | |
| 893 | sanitize_file_name_chars | filter | no | /.../formatting.php | |
| 894 | sanitize_html_class | filter | no | /.../formatting.php | |
| 895 | sanitize_key | filter | YES | /.../formatting.php | |
| 896 | sanitize_option_{$option} | note | filter | no | /.../formatting.php |
| 897 | sanitize_text_field | filter | no | /.../formatting.php | |
| 898 | sanitize_title | filter | no | /.../formatting.php | |
| 899 | sanitize_user | filter | no | /.../formatting.php | |
| 900 | save_post | action | no | /.../post.php | |
| 901 | screen_layout_columns | filter | no | /.../template.php | |
| 902 | screen_meta_screen | filter | no | /.../template.php | |
| 903 | screen_settings | filter | YES | /.../template.php | |
| 904 | script_loader_src | filter | no | /.../class.wp-scripts.php | |
| 905 | search_feed_link | filter | no | /.../link-template.php | |
| 906 | search_link | filter | YES | /.../link-template.php | |
| 907 | search_rewrite_rules | filter | no | /.../rewrite.php | |
| 908 | send_headers | action | no | /.../classes.php | |
| 909 | set-screen-option | filter | no | /.../misc.php | |
| 910 | setted_site_transient | action | YES | /.../functions.php | |
| 911 | setted_transient | action | YES | /.../functions.php | |
| 912 | setup_theme | action | no | wp-settings.php | |
| 913 | set_auth_cookie | action | no | /.../pluggable.php | |
| 914 | set_current_user | action | no | /.../pluggable.php | |
| 915 | set_logged_in_cookie | action | no | /.../pluggable.php | |
| 916 | set_object_terms | action | no | /.../taxonomy.php | |
| 917 | set_site_transient_{$transient} | note | action | YES | /.../functions.php |
| 918 | set_transient_{$transient} | note | action | YES | /.../functions.php |
| 919 | set_user_role | action | no | /.../capabilities.php | |
| 920 | shake_error_codes | filter | YES | wp-login.php | |
| 921 | shortcut_link | filter | no | /.../link-template.php | |
| 922 | show_adduser_fields | filter | YES | /.../ms-users.php | |
| 923 | show_advanced_plugins | filter | YES | /.../plugins.php | |
| 924 | show_password_fields | filter | no | /.../user-edit.php | |
| 925 | show_password_fields | filter | no | /.../user-new.php | |
| 926 | show_user_profile | action | no | /.../user-edit.php | |
| 927 | shutdown | action | no | /.../load.php | |
| 928 | sidebars_widgets | filter | no | /.../widgets.php | |
| 929 | sidebar_admin_page | action | no | /.../widgets.php | |
| 930 | sidebar_admin_setup | action | no | /.../admin-ajax.php | |
| 931 | sidebar_admin_setup | action | no | /.../widgets.php | |
| 932 | signup_another_blog_init | filter | YES | wp-signup.php | |
| 933 | signup_blogform | action | YES | wp-signup.php | |
| 934 | signup_blog_init | filter | YES | wp-signup.php | |
| 935 | signup_create_blog_meta | filter | YES | wp-signup.php | |
| 936 | signup_extra_fields | action | YES | wp-signup.php | |
| 937 | signup_finished | action | YES | wp-signup.php | |
| 938 | signup_header | action | YES | wp-signup.php | |
| 939 | signup_hidden_fields | action | YES | wp-signup.php | |
| 940 | signup_user_init | filter | YES | wp-signup.php | |
| 941 | single_cat_title | filter | no | /.../general-template.php | |
| 942 | single_post_title | filter | no | /.../general-template.php | |
| 943 | single_tag_title | filter | no | /.../general-template.php | |
| 944 | single_template | filter | YES | /.../theme.php | |
| 945 | site_option_{$option} | note | filter | YES | /.../functions.php |
| 946 | site_transient_{$transient} | note | filter | no | /.../functions.php |
| 947 | site_url | filter | no | /.../link-template.php | |
| 948 | smilies_src | filter | no | /.../formatting.php | |
| 949 | spammed_comment | action | no | /.../comment.php | |
| 950 | spam_comment | action | no | /.../comment.php | |
| 951 | status_header | filter | no | /.../functions.php | |
| 952 | stylesheet | filter | no | /.../theme.php | |
| 953 | stylesheet_directory | filter | no | /.../theme.php | |
| 954 | stylesheet_directory_uri | filter | no | /.../theme.php | |
| 955 | stylesheet_uri | filter | no | /.../theme.php | |
| 956 | style_loader_src | filter | no | /.../class.wp-styles.php | |
| 957 | style_loader_tag | filter | no | /.../class.wp-styles.php | |
| 958 | subdirectory_reserved_names | filter | no | /.../ms-functions.php | |
| 959 | subdirectory_reserved_names | filter | YES | /.../ms-edit.php | |
| 960 | submitlink_box | action | no | /.../edit-link-form.php | |
| 961 | submitlink_box | action | no | /.../meta-boxes.php | |
| 962 | submitpage_box | action | no | /.../edit-form-advanced.php | |
| 963 | submitpost_box | action | no | /.../edit-form-advanced.php | |
| 964 | switch_blog | action | YES | /.../ms-blogs.php | |
| 965 | switch_theme | action | no | /.../theme.php | |
| 966 | tables_to_repair | filter | YES | /.../repair.php | |
| 967 | tagsperpage | filter | no | /.../edit-tags.php | |
| 968 | tag_cloud_sort | filter | no | /.../category-template.php | |
| 969 | tag_escape | filter | no | /.../formatting.php | |
| 970 | tag_link | filter | no | /.../category-template.php | |
| 971 | tag_rewrite_rules | filter | no | /.../rewrite.php | |
| 972 | tag_row_actions | filter | no | /.../template.php | |
| 973 | tag_template | filter | no | /.../theme.php | |
| 974 | taxonomy_feed_link | filter | YES | /.../link-template.php | |
| 975 | taxonomy_template | filter | no | /.../taxonomy.php | |
| 976 | taxonomy_template | filter | no | /.../theme.php | |
| 977 | teeny_mce_before_init | filter | no | /.../post.php | |
| 978 | teeny_mce_buttons | filter | no | /.../post.php | |
| 979 | teeny_mce_plugins | filter | no | /.../post.php | |
| 980 | template | filter | no | /.../theme.php | |
| 981 | template_directory | filter | no | /.../theme.php | |
| 982 | template_directory_uri | filter | no | /.../theme.php | |
| 983 | template_include | filter | YES | /.../template-loader.php | |
| 984 | template_redirect | action | no | /.../template-loader.php | |
| 985 | terms_to_edit | filter | no | /.../taxonomy.php | |
| 986 | term_id_filter | filter | no | /.../taxonomy.php | |
| 987 | term_link | filter | no | /.../taxonomy.php | |
| 988 | term_links-{$taxonomy} | note | filter | no | /.../category-template.php |
| 989 | term_name | filter | no | /.../template.php | |
| 990 | term_{$field} | note | filter | no | /.../taxonomy.php |
| 991 | term_{$field}_rss | note | filter | no | /.../taxonomy.php |
| 992 | themes_api | filter | no | /.../theme-install.php | |
| 993 | themes_api_args | filter | no | /.../theme-install.php | |
| 994 | themes_api_result | filter | no | /.../theme-install.php | |
| 995 | theme_action_links | filter | no | /.../themes.php | |
| 996 | theme_install_action_links | filter | no | /.../theme-install.php | |
| 997 | theme_locale | filter | YES | /.../l10n.php | |
| 998 | theme_mod_{$name} | note | filter | no | /.../theme.php |
| 999 | theme_root | filter | no | /.../theme.php | |
| 1000 | theme_root_uri | filter | no | /.../theme.php | |
| 1001 | the_author | filter | no | /.../author-template.php | |
| 1002 | the_author_posts_link | filter | no | /.../author-template.php | |
| 1003 | the_author_{$field} | note | filter | no | /.../author-template.php |
| 1004 | the_category | filter | no | /.../template.php | |
| 1005 | the_category | filter | no | /.../category-template.php | |
| 1006 | the_category | filter | no | /.../edit-tags.php | |
| 1007 | the_category_rss | filter | no | /.../feed.php | |
| 1008 | the_content | filter | no | /.../comment.php | |
| 1009 | the_content | filter | no | /.../feed.php | |
| 1010 | the_content | filter | no | /.../post-template.php | |
| 1011 | the_content | filter | no | /.../formatting.php | |
| 1012 | the_content_export | filter | no | /.../export.php | |
| 1013 | the_content_feed | filter | no | /.../feed.php | |
| 1014 | the_content_more_link | filter | no | /.../post-template.php | |
| 1015 | the_content_rss | filter | no | /.../deprecated.php | |
| 1016 | the_date | filter | no | /.../general-template.php | |
| 1017 | the_editor | filter | no | /.../general-template.php | |
| 1018 | the_editor_content | filter | no | /.../general-template.php | |
| 1019 | the_excerpt | filter | no | /.../comment.php | |
| 1020 | the_excerpt | filter | no | /.../post-template.php | |
| 1021 | the_excerpt_export | filter | no | /.../export.php | |
| 1022 | the_excerpt_rss | filter | no | /.../feed.php | |
| 1023 | the_feed_link | filter | YES | /.../link-template.php | |
| 1024 | the_generator | filter | no | /.../general-template.php | |
| 1025 | the_meta_key | filter | no | /.../post-template.php | |
| 1026 | the_modified_author | filter | no | /.../author-template.php | |
| 1027 | the_modified_date | filter | no | /.../general-template.php | |
| 1028 | the_modified_time | filter | no | /.../general-template.php | |
| 1029 | the_password_form | filter | no | /.../post-template.php | |
| 1030 | the_permalink | filter | no | /.../comment-template.php | |
| 1031 | the_permalink | filter | no | /.../link-template.php | |
| 1032 | the_permalink_rss | filter | no | /.../feed.php | |
| 1033 | the_post | action | no | /.../query.php | |
| 1034 | the_search_query | filter | no | /.../general-template.php | |
| 1035 | the_shortlink | filter | YES | /.../link-template.php | |
| 1036 | the_tags | filter | no | /.../category-template.php | |
| 1037 | the_terms | filter | no | /.../category-template.php | |
| 1038 | the_time | filter | no | /.../general-template.php | |
| 1039 | the_title | filter | no | /.../comment.php | |
| 1040 | the_title | filter | no | /.../nav-menu-template.php | |
| 1041 | the_title | filter | no | /.../deprecated.php | |
| 1042 | the_title | filter | no | /.../post-template.php | |
| 1043 | the_title | filter | no | /.../general-template.php | |
| 1044 | the_title | filter | no | /.../classes.php | |
| 1045 | the_title | filter | no | /.../link-template.php | |
| 1046 | the_title_rss | filter | no | /.../export.php | |
| 1047 | the_title_rss | filter | no | /.../feed-atom-comments.php | |
| 1048 | the_title_rss | filter | no | /.../feed-rss2-comments.php | |
| 1049 | the_title_rss | filter | no | /.../feed.php | |
| 1050 | the_weekday | filter | no | /.../general-template.php | |
| 1051 | the_weekday_date | filter | no | /.../general-template.php | |
| 1052 | the_widget | action | YES | /.../widgets.php | |
| 1053 | thread_comments_depth_max | filter | no | /.../options-discussion.php | |
| 1054 | timezone_support | filter | no | /.../functions.php | |
| 1055 | time_formats | filter | no | /.../options-general.php | |
| 1056 | tiny_mce_before_init | filter | no | /.../post.php | |
| 1057 | tiny_mce_version | filter | no | /.../post.php | |
| 1058 | tool_box | action | no | /.../tools.php | |
| 1059 | trackback_post | action | no | wp-trackback.php | |
| 1060 | trackback_url | filter | no | /.../comment-template.php | |
| 1061 | transient_{$transient} | note | filter | no | /.../functions.php |
| 1062 | transition_comment_status | action | no | /.../comment.php | |
| 1063 | transition_post_status | action | no | /.../post.php | |
| 1064 | trashed_comment | action | no | /.../comment.php | |
| 1065 | trashed_post | action | no | /.../post.php | |
| 1066 | trashed_post_comments | action | no | /.../post.php | |
| 1067 | trash_comment | action | no | /.../comment.php | |
| 1068 | trash_post | action | no | /.../post.php | |
| 1069 | trash_post_comments | action | no | /.../post.php | |
| 1070 | twentyten_attachment_size | filter | YES | /.../attachment.php | |
| 1071 | twentyten_author_bio_avatar_size | filter | YES | /.../author.php | |
| 1072 | twentyten_author_bio_avatar_size | filter | no | /.../single.php | |
| 1073 | twentyten_credits | action | YES | /.../footer.php | |
| 1074 | twentyten_header_image_height | filter | YES | /.../functions.php | |
| 1075 | twentyten_header_image_width | filter | YES | /.../functions.php | |
| 1076 | unarchive_blog | action | YES | /.../ms-edit.php | |
| 1077 | uninstall_{$file} | note | action | no | /.../plugin.php |
| 1078 | unload_textdomain | action | YES | /.../l10n.php | |
| 1079 | unspammed_comment | action | no | /.../comment.php | |
| 1080 | unspam_comment | action | no | /.../comment.php | |
| 1081 | untrashed_comment | action | no | /.../comment.php | |
| 1082 | untrashed_post | action | no | /.../post.php | |
| 1083 | untrashed_post_comments | action | no | /.../post.php | |
| 1084 | untrash_comment | action | no | /.../comment.php | |
| 1085 | untrash_post | action | no | /.../post.php | |
| 1086 | untrash_post_comments | action | no | /.../post.php | |
| 1087 | unzip_file_use_ziparchive | filter | YES | /.../file.php | |
| 1088 | update-custom_{$action} | note | action | no | /.../update.php |
| 1089 | updated_option | action | no | /.../functions.php | |
| 1090 | updated_postmeta | action | no | /.../post.php | |
| 1091 | updated_usermeta | action | no | /.../deprecated.php | |
| 1092 | updated_{$meta_type}_meta | note | action | no | /.../meta.php |
| 1093 | update_attached_file | filter | no | /.../post.php | |
| 1094 | update_blog_public | action | YES | /.../ms-functions.php | |
| 1095 | update_bulk_plugins_complete_actions | filter | YES | /.../class-wp-upgrader.php | |
| 1096 | update_bulk_theme_complete_actions | filter | YES | /.../class-wp-upgrader.php | |
| 1097 | update_feedback | filter | no | /.../update-core.php | |
| 1098 | update_footer | filter | no | /.../admin-footer.php | |
| 1099 | update_option | action | no | /.../functions.php | |
| 1100 | update_option_{$option} | note | action | YES | /.../functions.php |
| 1101 | update_plugin_complete_actions | filter | no | /.../class-wp-upgrader.php | |
| 1102 | update_postmeta | action | no | /.../post.php | |
| 1103 | update_site_option | action | YES | /.../functions.php | |
| 1104 | update_site_option_{$option} | note | action | YES | /.../functions.php |
| 1105 | update_theme_complete_actions | filter | no | /.../class-wp-upgrader.php | |
| 1106 | update_usermeta | action | no | /.../deprecated.php | |
| 1107 | update_welcome_email | filter | YES | /.../ms-functions.php | |
| 1108 | update_welcome_subject | filter | YES | /.../ms-functions.php | |
| 1109 | update_welcome_user_email | filter | YES | /.../ms-functions.php | |
| 1110 | update_welcome_user_subject | filter | YES | /.../ms-functions.php | |
| 1111 | update_wpmu_options | action | YES | /.../ms-edit.php | |
| 1112 | update_{$meta_type}_meta | note | action | no | /.../meta.php |
| 1113 | upgrader_clear_destination | filter | no | /.../class-wp-upgrader.php | |
| 1114 | upgrader_post_install | filter | no | /.../class-wp-upgrader.php | |
| 1115 | upgrader_pre_install | filter | no | /.../class-wp-upgrader.php | |
| 1116 | upgrader_source_selection | filter | no | /.../class-wp-upgrader.php | |
| 1117 | upload_dir | filter | no | /.../functions.php | |
| 1118 | upload_file_glob | filter | no | /.../media.php | |
| 1119 | upload_mimes | filter | no | /.../functions.php | |
| 1120 | upload_per_page | filter | no | /.../upload.php | |
| 1121 | upload_per_page | filter | no | /.../post.php | |
| 1122 | upload_size_limit | filter | no | /.../template.php | |
| 1123 | url_to_postid | filter | no | /.../rewrite.php | |
| 1124 | user_can_richedit | filter | no | /.../general-template.php | |
| 1125 | user_contactmethods | filter | no | /.../registration.php | |
| 1126 | user_edit_form_tag | action | YES | /.../user-edit.php | |
| 1127 | user_has_cap | filter | no | /.../capabilities.php | |
| 1128 | user_new_form_tag | action | YES | /.../user-new.php | |
| 1129 | user_profile_update_errors | action | no | /.../user.php | |
| 1130 | user_register | action | no | /.../registration.php | |
| 1131 | user_registration_email | filter | no | wp-login.php | |
| 1132 | user_row_actions | filter | no | /.../template.php | |
| 1133 | user_trailingslashit | filter | no | /.../link-template.php | |
| 1134 | user_{$field} | note | filter | no | /.../user.php |
| 1135 | user_{$name}_label | note | filter | no | /.../user-edit.php |
| 1136 | use_curl_transport | filter | no | /.../class-http.php | |
| 1137 | use_fopen_transport | filter | no | /.../class-http.php | |
| 1138 | use_fsockopen_transport | filter | no | /.../class-http.php | |
| 1139 | use_http_extension_transport | filter | no | /.../class-http.php | |
| 1140 | use_streams_transport | filter | no | /.../class-http.php | |
| 1141 | validate_current_theme | filter | no | /.../theme.php | |
| 1142 | validate_username | filter | no | /.../registration.php | |
| 1143 | video_send_to_editor_url | filter | no | /.../media.php | |
| 1144 | walker_nav_menu_start_el | filter | YES | /.../nav-menu-template.php | |
| 1145 | whitelist_options | filter | no | /.../options.php | |
| 1146 | widgetsphp | action | no | /.../admin-ajax.php | |
| 1147 | widgets_admin_page | action | YES | /.../widgets.php | |
| 1148 | widgets_init | action | no | /.../default-widgets.php | |
| 1149 | widget_archives_args | filter | no | /.../default-widgets.php | |
| 1150 | widget_archives_dropdown_args | filter | no | /.../default-widgets.php | |
| 1151 | widget_categories_args | filter | no | /.../default-widgets.php | |
| 1152 | widget_categories_dropdown_args | filter | no | /.../default-widgets.php | |
| 1153 | widget_display_callback | filter | no | /.../widgets.php | |
| 1154 | widget_form_callback | filter | no | /.../widgets.php | |
| 1155 | widget_links_args | filter | no | /.../default-widgets.php | |
| 1156 | widget_pages_args | filter | no | /.../default-widgets.php | |
| 1157 | widget_tag_cloud_args | filter | no | /.../default-widgets.php | |
| 1158 | widget_text | filter | no | /.../default-widgets.php | |
| 1159 | widget_title | filter | no | /.../default-widgets.php | |
| 1160 | widget_update_callback | filter | no | /.../widgets.php | |
| 1161 | wp | action | no | /.../classes.php | |
| 1162 | wp-mailphp | action | no | wp-mail.php | |
| 1163 | wpmuadminedit | action | YES | /.../ms-edit.php | |
| 1164 | wpmuadminresult | action | YES | /.../ms-admin.php | |
| 1165 | wpmublogsaction | action | YES | /.../ms-sites.php | |
| 1166 | wpmueditblogaction | action | YES | /.../ms-sites.php | |
| 1167 | wpmu_activate_blog | action | YES | /.../ms-functions.php | |
| 1168 | wpmu_activate_user | action | YES | /.../ms-functions.php | |
| 1169 | wpmu_active_signup | filter | YES | wp-signup.php | |
| 1170 | wpmu_blogs_columns | filter | YES | /.../ms-sites.php | |
| 1171 | wpmu_blog_updated | action | YES | /.../ms-blogs.php | |
| 1172 | wpmu_delete_blog_upload_dir | filter | YES | /.../ms.php | |
| 1173 | wpmu_delete_user | action | YES | /.../ms.php | |
| 1174 | wpmu_drop_tables | filter | YES | /.../ms.php | |
| 1175 | wpmu_new_blog | action | YES | /.../ms-functions.php | |
| 1176 | wpmu_new_user | action | YES | /.../ms-functions.php | |
| 1177 | wpmu_options | action | YES | /.../ms-options.php | |
| 1178 | wpmu_signup_blog_notification | filter | YES | /.../ms-functions.php | |
| 1179 | wpmu_signup_blog_notification_email | filter | YES | /.../ms-functions.php | |
| 1180 | wpmu_signup_blog_notification_subject | filter | YES | /.../ms-functions.php | |
| 1181 | wpmu_signup_user_notification | filter | YES | /.../ms-functions.php | |
| 1182 | wpmu_signup_user_notification_email | filter | YES | /.../ms-functions.php | |
| 1183 | wpmu_signup_user_notification_subject | filter | YES | /.../ms-functions.php | |
| 1184 | wpmu_update_blog_options | action | YES | /.../ms-edit.php | |
| 1185 | wpmu_upgrade_page | action | YES | /.../ms-upgrade-network.php | |
| 1186 | wpmu_upgrade_site | action | YES | /.../ms-upgrade-network.php | |
| 1187 | wpmu_users_columns | filter | YES | /.../ms-users.php | |
| 1188 | wpmu_validate_blog_signup | filter | YES | /.../ms-functions.php | |
| 1189 | wpmu_validate_user_signup | filter | YES | /.../ms-functions.php | |
| 1190 | wpmu_welcome_notification | filter | YES | /.../ms-functions.php | |
| 1191 | wpmu_welcome_user_notification | filter | YES | /.../ms-functions.php | |
| 1192 | wp_admin_css | filter | no | /.../general-template.php | |
| 1193 | wp_admin_css_uri | filter | no | /.../general-template.php | |
| 1194 | wp_ajax_nopriv_{$_REQUEST[action]} | note | action | no | /.../admin-ajax.php |
| 1195 | wp_ajax_{$_GET[action]} | note | action | no | /.../admin-ajax.php |
| 1196 | wp_ajax_{$_POST[action]} | note | action | no | /.../admin-ajax.php |
| 1197 | wp_authenticate | action | no | /.../user.php | |
| 1198 | wp_authenticate_user | filter | no | /.../user.php | |
| 1199 | wp_blacklist_check | action | no | /.../comment.php | |
| 1200 | wp_check_filetype_and_ext | filter | YES | /.../functions.php | |
| 1201 | wp_check_post_lock_window | filter | no | /.../post.php | |
| 1202 | wp_comment_reply | filter | no | /.../template.php | |
| 1203 | wp_count_comments | filter | no | /.../comment.php | |
| 1204 | wp_create_file_in_uploads | action | no | /.../custom-background.php | |
| 1205 | wp_create_file_in_uploads | action | no | /.../custom-header.php | |
| 1206 | wp_create_file_in_uploads | action | no | wp-app.php | |
| 1207 | wp_create_nav_menu | action | YES | /.../nav-menu.php | |
| 1208 | wp_create_thumbnail | filter | no | /.../image.php | |
| 1209 | wp_dashboard_setup | action | no | /.../dashboard.php | |
| 1210 | wp_dashboard_widgets | filter | no | /.../dashboard.php | |
| 1211 | wp_default_editor | filter | no | /.../general-template.php | |
| 1212 | wp_default_scripts | action | no | /.../class.wp-scripts.php | |
| 1213 | wp_default_styles | action | no | /.../class.wp-styles.php | |
| 1214 | wp_delete_file | filter | no | /.../image-edit.php | |
| 1215 | wp_delete_file | filter | no | /.../post.php | |
| 1216 | wp_delete_file | filter | no | /.../custom-header.php | |
| 1217 | wp_delete_nav_menu | action | YES | /.../nav-menu.php | |
| 1218 | wp_delete_post_revision | action | no | /.../post.php | |
| 1219 | wp_die_handler | filter | YES | /.../functions.php | |
| 1220 | wp_dropdown_cats | filter | no | /.../category-template.php | |
| 1221 | wp_dropdown_pages | filter | no | /.../post-template.php | |
| 1222 | wp_dropdown_users | filter | no | /.../user.php | |
| 1223 | wp_edit_nav_menu_walker | filter | YES | /.../nav-menu.php | |
| 1224 | wp_enqueue_scripts | action | no | /.../script-loader.php | |
| 1225 | wp_feed_cache_transient_lifetime | filter | no | /.../feed.php | |
| 1226 | wp_feed_cache_transient_lifetime | filter | no | /.../class-feed.php | |
| 1227 | wp_feed_options | action | YES | /.../feed.php | |
| 1228 | wp_footer | action | no | /.../general-template.php | |
| 1229 | wp_generate_attachment_metadata | filter | no | /.../image.php | |
| 1230 | wp_generate_tag_cloud | filter | no | /.../category-template.php | |
| 1231 | wp_generator_type | filter | no | /.../general-template.php | |
| 1232 | wp_get_attachment_image_attributes | filter | no | /.../media.php | |
| 1233 | wp_get_attachment_link | filter | no | /.../post-template.php | |
| 1234 | wp_get_attachment_metadata | filter | no | /.../post.php | |
| 1235 | wp_get_attachment_thumb_file | filter | no | /.../post.php | |
| 1236 | wp_get_attachment_thumb_url | filter | no | /.../post.php | |
| 1237 | wp_get_attachment_url | filter | no | /.../post.php | |
| 1238 | wp_get_nav_menus | filter | YES | /.../nav-menu.php | |
| 1239 | wp_get_nav_menu_items | filter | YES | /.../nav-menu.php | |
| 1240 | wp_get_object_terms | filter | no | /.../taxonomy.php | |
| 1241 | wp_handle_upload | filter | no | /.../file.php | |
| 1242 | wp_handle_upload | filter | no | xmlrpc.php | |
| 1243 | wp_handle_upload_prefilter | filter | no | /.../file.php | |
| 1244 | wp_head | action | no | /.../general-template.php | |
| 1245 | wp_headers | filter | no | /.../classes.php | |
| 1246 | wp_insert_comment | action | no | /.../comment.php | |
| 1247 | wp_insert_post | action | no | /.../post.php | |
| 1248 | wp_insert_post_data | filter | no | /.../post.php | |
| 1249 | wp_link_pages_args | filter | YES | /.../post-template.php | |
| 1250 | wp_list_bookmarks | filter | no | /.../bookmark-template.php | |
| 1251 | wp_list_categories | filter | no | /.../category-template.php | |
| 1252 | wp_list_pages | filter | no | /.../post-template.php | |
| 1253 | wp_list_pages_excludes | filter | no | /.../post-template.php | |
| 1254 | wp_loaded | action | YES | wp-settings.php | |
| 1255 | wp_login | action | no | /.../user.php | |
| 1256 | wp_login_failed | action | no | /.../pluggable.php | |
| 1257 | wp_logout | action | no | /.../pluggable.php | |
| 1258 | wp_mail | filter | no | /.../pluggable.php | |
| 1259 | wp_mail_charset | filter | no | /.../pluggable.php | |
| 1260 | wp_mail_content_type | filter | no | /.../pluggable.php | |
| 1261 | wp_mail_from | filter | no | /.../pluggable.php | |
| 1262 | wp_mail_from_name | filter | no | /.../pluggable.php | |
| 1263 | wp_mail_original_content | filter | no | wp-mail.php | |
| 1264 | wp_meta | action | no | /.../general-template.php | |
| 1265 | wp_mime_type_icon | filter | no | /.../post.php | |
| 1266 | wp_nav_menu | filter | YES | /.../nav-menu-template.php | |
| 1267 | wp_nav_menu_args | filter | YES | /.../nav-menu-template.php | |
| 1268 | wp_nav_menu_container_allowedtags | filter | YES | /.../nav-menu-template.php | |
| 1269 | wp_nav_menu_items | filter | YES | /.../nav-menu-template.php | |
| 1270 | wp_nav_menu_{$menu->slug}_items | note | filter | YES | /.../nav-menu-template.php |
| 1271 | wp_page_menu | filter | no | /.../post-template.php | |
| 1272 | wp_page_menu_args | filter | no | /.../post-template.php | |
| 1273 | wp_parse_str | filter | no | /.../formatting.php | |
| 1274 | wp_print_footer_scripts | action | no | /.../script-loader.php | |
| 1275 | wp_print_scripts | action | no | /.../functions.wp-scripts.php | |
| 1276 | wp_print_scripts | action | no | /.../script-loader.php | |
| 1277 | wp_print_styles | action | no | /.../functions.wp-styles.php | |
| 1278 | wp_read_image_metadata | filter | no | /.../image.php | |
| 1279 | wp_read_image_metadata_types | filter | no | /.../image.php | |
| 1280 | wp_redirect | filter | no | /.../pluggable.php | |
| 1281 | wp_redirect_status | filter | no | /.../pluggable.php | |
| 1282 | wp_register_sidebar_widget | action | YES | /.../widgets.php | |
| 1283 | wp_restore_post_revision | action | no | /.../post.php | |
| 1284 | wp_save_image_file | filter | no | /.../image-edit.php | |
| 1285 | wp_setup_nav_menu_item | filter | YES | /.../nav-menu.php | |
| 1286 | wp_set_comment_status | action | no | /.../comment.php | |
| 1287 | wp_signup_location | filter | no | /.../ms.php | |
| 1288 | wp_signup_location | filter | YES | wp-login.php | |
| 1289 | wp_sprintf | filter | no | /.../formatting.php | |
| 1290 | wp_sprintf_l | filter | no | /.../formatting.php | |
| 1291 | wp_tag_cloud | filter | no | /.../category-template.php | |
| 1292 | wp_title | filter | no | /.../general-template.php | |
| 1293 | wp_title_rss | filter | no | /.../feed.php | |
| 1294 | wp_trim_excerpt | filter | no | /.../formatting.php | |
| 1295 | wp_unregister_sidebar_widget | action | YES | /.../widgets.php | |
| 1296 | wp_update_attachment_metadata | filter | no | /.../post.php | |
| 1297 | wp_update_comment_count | action | no | /.../comment.php | |
| 1298 | wp_update_nav_menu | action | no | /.../nav-menu.php | |
| 1299 | wp_update_nav_menu | action | YES | /.../nav-menus.php | |
| 1300 | wp_update_nav_menu_item | action | YES | /.../nav-menu.php | |
| 1301 | wp_upload_bits | filter | YES | /.../functions.php | |
| 1302 | xmlrpc_allow_anonymous_comments | filter | no | xmlrpc.php | |
| 1303 | xmlrpc_blog_options | filter | no | xmlrpc.php | |
| 1304 | xmlrpc_call | action | no | xmlrpc.php | |
| 1305 | xmlrpc_methods | filter | no | xmlrpc.php | |
| 1306 | xmlrpc_publish_post | action | no | /.../post.php | |
| 1307 | xmlrpc_text_filters | filter | no | xmlrpc.php | |
| 1308 | year_link | filter | no | /.../link-template.php | |
| 1309 | _admin_menu | action | no | /.../menu.php | |
| 1310 | _get_page_link | filter | no | /.../link-template.php | |
| 1311 | _wp_post_revision_fields | filter | no | /.../post.php | |
| 1312 | _wp_post_revision_field_{$field} | note | filter | no | /.../revision.php |
| 1313 | _wp_put_post_revision | action | no | /.../post.php | |
| 1314 | _wp_relative_upload_path | filter | no | /.../post.php | |
| 1315 | {$action} | note | action | no | /.../admin-post.php |
| 1316 | {$adjacent}_post_link | note | filter | no | /.../link-template.php |
| 1317 | {$adjacent}_post_rel_link | note | filter | no | /.../link-template.php |
| 1318 | {$boundary}_post_rel_link | note | filter | no | /.../link-template.php |
| 1319 | {$bulk}?bulk_edit_custom_box:quick_edit_custom_box | note | action | no | /.../template.php |
| 1320 | {$callback} | note | filter | no | /.../media.php |
| 1321 | {$field_no_prefix}_edit_pre | note | filter | no | /.../post.php |
| 1322 | {$field_no_prefix}_save_pre | note | filter | no | /.../post.php |
| 1323 | {$field} | note | filter | no | /.../post.php |
| 1324 | {$field} | note | filter | no | /.../bookmark.php |
| 1325 | {$field} | note | filter | no | /.../user.php |
| 1326 | {$field}_pre | note | filter | no | /.../post.php |
| 1327 | {$hook} | note | action | no | /.../functions.php |
| 1328 | {$hook} | note | action | no | wp-cron.php |
| 1329 | {$new_status}_{$post->post_type} | note | action | no | /.../post.php |
| 1330 | {$old_status}_to_{$new_status} | note | action | no | /.../post.php |
| 1331 | {$option} | note | filter | no | /.../template.php |
| 1332 | {$page_hook} | note | action | no | /.../admin.php |
| 1333 | {$per_page} | note | filter | YES | /.../post.php |
| 1334 | {$taxonomy}_add_form | note | action | YES | /.../edit-tags.php |
| 1335 | {$taxonomy}_add_form_fields | note | action | YES | /.../edit-tags.php |
| 1336 | {$taxonomy}_edit_form | note | action | YES | /.../edit-tag-form.php |
| 1337 | {$taxonomy}_edit_form_fields | note | action | YES | /.../edit-tag-form.php |
| 1338 | {$taxonomy}_pre_add_form | note | action | YES | /.../edit-tags.php |
| 1339 | {$taxonomy}_pre_edit_form | note | action | YES | /.../edit-tag-form.php |
| 1340 | {$taxonomy}_row_actions | note | filter | YES | /.../template.php |
| 1341 | {$taxonomy}_{$field} | note | filter | no | /.../taxonomy.php |
| 1342 | {$taxonomy}_{$field}_rss | note | filter | no | /.../taxonomy.php |
| 1343 | {$type}_template | note | filter | no | /.../theme.php |
| 1344 | {$type}_upload_iframe_src | note | filter | YES | /.../media.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.