Wordpress 所有hoor列表

d

在插件加载的时候执行 

wp_footer

加载页面底部时执行 

admin_menu

加载管理员菜单时执行 

wp_head

在body标签的开始添加html内容 

after_setup_theme

主题加载完后执行 

add_filter

增加钩子函数,第一个参数是钩子函数名,第二个是执行的函数名,第三个是优先级(默认10),第四个是执行函数需要的参数格式(默认1) 

plugin_action_links

返回插件管理页面的可执行按钮的<a>标签时执行,例如:Deactivate 

plugin_row_meta

返回插件管理页面的描述信息时执行 

gettext

返回多语化字符串时执行 以下是 WordPress 前台一个普通前台页面的Action执行过程: [codesyntax lang="php" lines="normal"] 

muplugins_loaded
plugins_loaded
load_textdomain
set_current_user
init
wp_loaded
parse_request
send_headers
parse_query
pre_get_posts
posts_selection
wp
template_redirect
get_header
wp_head
wp_enqueue_scripts
wp_print_styles
wp_print_scripts
loop_start
the_post
loop_end
get_sidebar
dynamic_sidebar
wp_meta
get_footer
wp_footer
shutdown

[/codesyntax] 以下是后台管理界面的普通执行流程: [codesyntax lang="php" lines="normal"] 

muplugins_loaded
plugins_loaded
load_textdomain
auth_cookie_valid
set_current_user
init
wp_loaded
auth_redirect
admin_menu
admin_init
parse_request
send_headers
wp
admin_head
adminmenu
admin_notices
admin_footer
shutdown

[/codesyntax] 如果要查询 WordPress 中所有的标准的动作和插件,请参考下表。 

序号挂钩类别版本存在于3.3版本?
1 activated_plugin action 2.9 是
2 activate_blog action 3.0 是
3 activate_header action 3.0 是
4 activate_plugin action 2.9 是
5 activate_trim({$plugin} action 2.9 不推荐
6 activate_trim({$_GET[plugin]} action 2.0 2.1版已改名
7 activate_wp_head action 3.0 是
8 activate_{$plugin} action 2.1 是
9 active_plugins filter 2.9 不推荐
10 activity_box_end action 2.0 是
11 added_existing_user action 3.0 是
12 added_option action 2.9 是
13 added_postmeta action 2.9 是
14 added_term_relationship action 2.9 是
15 added_usermeta action 2.9 是
16 added_{$meta_type}_meta action 2.9 是
17 additional_capabilities_display filter 2.8 是
18 add_admin_bar_menus action 3.1 是
19 add_attachment action 2.0 是
20 add_category action 1.5.2 不推荐
21 add_category_form_pre action 2.1 是
22 add_link action 2.0 是
23 add_link_category_form_pre action 2.3 是
24 add_menu_classes filter 2.7 是
25 add_meta_boxes action 3.0 是
26 add_meta_boxes_comment action 3.0 是
27 add_meta_boxes_link action 3.0 是
28 add_meta_boxes_{$post_type} action 3.0 是
29 add_option action 2.9 是
30 add_option_{$name} action 2.5 不推荐
31 add_option_{$option} action 3.0 是
32 add_ping filter 2.0 是
33 add_signup_meta filter 3.0 是
34 add_site_option action 3.0 是
35 add_site_option_{$key} action 2.9 不推荐
36 add_site_option_{$option} action 3.0 是
37 add_tag_form action 2.7 是
38 add_tag_form_fields action 3.0 是
39 add_tag_form_pre action 2.5 是
40 add_term_relationship action 2.9 是
41 add_user_to_blog action 3.0 是
42 add_{$meta_type}_meta action 3.1 是
43 add_{$meta_type}_metadata filter 3.1 是
44 adminmenu action 2.5 是
45 admin_action_{$_REQUEST[action]} action 2.6 是
46 admin_bar_init action 3.1 是
47 admin_bar_menu action 3.1 是
48 admin_body_class filter 2.3 是
49 admin_color_scheme_picker action 3.0 是
50 admin_comment_types_dropdown filter 2.7 是
51 admin_enqueue_scripts action 2.8 是
52 admin_footer action 1.2.1 是
53 admin_footer-{$GLOBALS[hook_suffix]} action 3.0 是
54 admin_footer-{$hook_suffix} action 2.8 不推荐
55 admin_footer_text filter 2.8 是
56 admin_head action 1.2.1 是
57 admin_head-media-upload-popup action 2.9 是
58 admin_head-{$hook_suffix} action 2.7 是
59 admin_head-{$page_hook} action 2.1 不推荐
60 admin_head-{$plugin_page} action 2.1 不推荐
61 admin_head_{$content_func} action 2.5 是
62 admin_head{$hook_suffix} action 2.6 不推荐
63 admin_init action 2.5 是
64 admin_memory_limit filter 3.0 是
65 admin_menu action 1.5 是
66 admin_notices action 2.0.11 是
67 admin_page_access_denied action 2.5 是
68 admin_post_thumbnail_html filter 2.9 是
69 admin_print_footer_scripts action 2.8 是
70 admin_print_scripts action 2.1 是
71 admin_print_scripts-media-upload-popup action 2.9 是
72 admin_print_scripts-{$hook_suffix} action 2.7 是
73 admin_print_scripts-{$page_hook} action 2.1 不推荐
74 admin_print_scripts-{$plugin_page} action 2.1 不推荐
75 admin_print_scripts{$hook_suffix} action 2.6 不推荐
76 admin_print_styles action 2.6 是
77 admin_print_styles-media-upload-popup action 2.9 是
78 admin_print_styles-{$hook_suffix} action 2.7 是
79 admin_print_styles{$hook_suffix} action 2.6 不推荐
80 admin_title filter 3.1 是
81 admin_url filter 2.8 是
82 admin_user_info_links filter 3.0 不推荐
83 admin_xml_ns action 2.2 是
84 after-{$taxonomy}-table action 3.0 是
85 after_db_upgrade action 2.8 是
86 after_delete_post action 3.2 是
87 after_mu_upgrade action 3.0 是
88 after_plugin_row action 2.3 是
89 after_plugin_row_{$plugin_file} action 2.7 是
90 after_setup_theme action 3.0 是
91 after_signup_form action 3.0 是
92 after_switch_theme action 3.3 是
93 after_theme_row action 3.1 是
94 after_theme_row_{$theme_key} action 3.1 是
95 after_wp_tiny_mce action 3.2 是
96 akismet_comment_nonce filter 3.1 是
97 akismet_optimize_table filter 3.1 是
98 akismet_show_user_comments_approved filter 3.1 是
99 akismet_spam_caught action 2.5 是
100 akismet_spam_count_incr filter 2.9 是
101 akismet_submit_nonspam_comment action 3.1 是
102 akismet_submit_spam_comment action 3.1 是
103 akismet_tabs action 2.5 是
104 allowed_redirect_hosts filter 2.3 是
105 allowed_themes filter 3.0 是
106 allow_password_reset filter 2.7 是
107 allow_subdirectory_install filter 3.0 是
108 all_admin_notices action 3.1 是
109 all_options filter 1.5 不推荐
110 all_plugins filter 3.0 是
111 all_themes filter 3.1 是
112 app_entry action 3.0 是
113 app_head action 3.0 是
114 app_ns action 3.0 是
115 app_publish_post action 2.2 是
116 archive_blog action 3.0 是
117 async_upload_{$type} filter 2.5 是
118 atompub_create_post action 2.8 是
119 atompub_put_post action 2.8 是
120 atom_author action 3.2 是
121 atom_comments_ns action 2.8 是
122 atom_enclosure filter 2.2 是
123 atom_entry action 2.0 是
124 atom_head action 2.0 是
125 atom_ns action 2.0 是
126 atom_service_url filter 2.5 不推荐
127 attachment_fields_to_edit filter 2.5 是
128 attachment_fields_to_save filter 2.5 是
129 attachment_icon filter 2.0 是
130 attachment_innerHTML filter 2.0 是
131 attachment_link filter 2.0 是
132 attachment_max_dims filter 2.0 是
133 attribute_escape filter 2.0.11 是
134 audio_send_to_editor_url filter 2.8 不推荐
135 audio_upload_iframe_src filter 2.5 不推荐
136 authenticate filter 2.8 是
137 author_email filter 1.2.1 是
138 author_feed_link filter 1.5.2 是
139 author_link filter 1.5 是
140 author_rewrite_rules filter 1.5 是
141 author_template filter 3.0 不推荐
142 auth_cookie filter 2.5 是
143 auth_cookie_bad_hash action 2.7 是
144 auth_cookie_bad_username action 2.7 是
145 auth_cookie_expiration filter 2.8 是
146 auth_cookie_expired action 2.7 是
147 auth_cookie_malformed action 2.7 是
148 auth_cookie_valid action 2.7 是
149 auth_post_meta_{$meta_key} filter 3.3 是
150 auth_redirect action 2.8 是
151 auth_redirect_scheme filter 2.9 是
152 autosave_generate_nonces action 2.9 不推荐
153 autosave_interval filter 2.1 不推荐
154 avatar_defaults filter 2.6 是
155 before_delete_post action 3.2 是
156 before_signup_form action 3.0 是
157 before_wp_tiny_mce action 3.2 是
158 begin_fetch_post_thumbnail_html action 2.9 是
159 block_local_requests filter 2.8 是
160 bloginfo filter 1.2.1 是
161 bloginfo_rss filter 2.1 是
162 bloginfo_url filter 2.0.11 是
163 blog_details filter 3.0 是
164 blog_option_{$setting} filter 3.0 是
165 blog_privacy_selector action 2.1 是
166 blog_redirect_404 filter 3.0 是
167 body_class filter 2.8 是
168 browse-happy-notice filter 3.2 是
169 bulk_actions-{$screen->id} filter 3.1 是
170 cancel_comment_reply_link filter 2.7 是
171 can_edit_network filter 3.1 是
172 category_archive_meta filter 3.2 是
173 category_description filter 1.2.1 是
174 category_feed_link filter 1.5.2 是
175 category_link filter 1.5 是
176 category_rewrite_rules filter 1.5 不推荐
177 category_save_pre filter 1.5 于2.3版改名
178 category_template filter 1.5 不推荐
179 cat_id_filter filter 2.1 不推荐
180 cat_row filter 2.3 不推荐
181 cat_rows filter 2.1 不推荐
182 cat_row_actions filter 2.8 不推荐
183 check_admin_referer action 1.5.2 是
184 check_ajax_referer action 2.1 是
185 check_comment_flood action 2.3 是
186 check_password filter 2.5 是
187 check_passwords action 1.5.2 是
188 clean_attachment_cache action 3.0 是
189 clean_object_term_cache action 2.5 是
190 clean_page_cache action 2.5 是
191 clean_post_cache action 2.5 是
192 clean_term_cache action 2.5 是
193 clean_url filter 2.3 是
194 clear_auth_cookie action 2.7 是
195 close_comments_for_post_types filter 3.2 是
196 codepress_supported_langs filter 2.8 不推荐
197 commentrss2_item action 2.1 是
198 commentsrss2_head action 2.3 是
199 comments_array filter 2.1 是
200 comments_atom_head action 2.8 是
201 comments_clauses filter 3.1 是
202 comments_number filter 1.5 是
203 comments_open filter 2.5 是
204 comments_per_page filter 2.6 是
205 comments_popup_link_attributes filter 2.5 是
206 comments_popup_template filter 1.5 不推荐
207 comments_rewrite_rules filter 1.5 是
208 comments_template filter 1.5.2 是
209 comment_atom_entry action 2.2 是
210 comment_author filter 1.2.1 是
211 comment_author_rss filter 1.5 是
212 comment_class filter 2.7 是
213 comment_closed action 1.5 是
214 comment_content_presave filter 1.5 不推荐
215 comment_cookie_lifetime filter 2.8 是
216 comment_duplicate_trigger action 3.0 是
217 comment_edit_pre filter 1.5 是
218 comment_edit_redirect filter 2.0.11 是
219 comment_email filter 1.2.1 是
220 comment_excerpt filter 1.2.1 是
221 comment_feed_groupby filter 2.2 是
222 comment_feed_join filter 2.2 是
223 comment_feed_limits filter 2.8 是
224 comment_feed_orderby filter 2.8 是
225 comment_feed_where filter 2.2 是
226 comment_flood_filter filter 2.1 是
227 comment_flood_trigger action 1.5 是
228 comment_form action 1.5 是
229 comment_form_after action 3.0 是
230 comment_form_after_fields action 3.0 是
231 comment_form_before action 3.0 是
232 comment_form_before_fields action 3.0 是
233 comment_form_comments_closed action 3.0 是
234 comment_form_defaults filter 3.0 是
235 comment_form_default_fields filter 3.0 是
236 comment_form_field_comment filter 3.0 是
237 comment_form_field_{$name} filter 3.0 是
238 comment_form_logged_in filter 3.0 是
239 comment_form_logged_in_after action 3.0 是
240 comment_form_must_log_in_after action 3.0 是
241 comment_form_top action 3.0 是
242 comment_id_fields filter 3.0 是
243 comment_id_not_found action 1.5 是
244 comment_loop_start action 2.2 是
245 comment_max_links_url filter 3.0 是
246 comment_moderation_headers filter 2.8 是
247 comment_moderation_subject filter 1.5.2 是
248 comment_moderation_text filter 1.5.2 是
249 comment_notification_headers filter 1.5.2 是
250 comment_notification_subject filter 1.5.2 是
251 comment_notification_text filter 1.5.2 是
252 comment_on_draft action 1.5.2 是
253 comment_on_password_protected action 3.0 是
254 comment_on_trash action 2.9 是
255 comment_post action 1.2.1 是
256 comment_post_redirect filter 2.0.11 是
257 comment_relatedlinks_list action 2.5 不推荐
258 comment_reply_link filter 2.7 是
259 comment_row_actions filter 2.6 是
260 comment_save_pre filter 1.5 是
261 comment_status_links filter 2.5 是
262 comment_status_pre filter 2.0 于2.3版改名
263 comment_text filter 1.2.1 是
264 comment_text_rss filter 1.5 是
265 comment_url filter 1.2.1 是
266 comment_{$new_status}_{$comment -> comment_type} action 2.7 是
267 comment_{$old_status}_to_{$new_status} action 2.7 是
268 content_edit_pre filter 1.5 不推荐
269 content_filtered_save_pre filter 2.0.11 于2.3版改名
270 content_save_pre filter 1.5 不推荐
271 content_url filter 2.8 是
272 contextual_help filter 2.7 是
273 contextual_help_list filter 2.7 是
274 core_files_loaded action 1.5 不推荐
275 core_upgrade_preamble action 2.9 是
276 core_version_check_locale filter 2.8 是
277 created_category action 2.2 于2.3版改名
278 created_term action 2.3 是
279 created_{$taxonomy} action 2.3 是
280 create_category action 2.0 于2.3版改名
281 create_term action 2.3 是
282 create_user_query filter 2.0 不推荐
283 create_{$taxonomy} action 2.3 是
284 cron_schedules filter 2.1 是
285 current_screen filter 3.0 是
286 custom_header_options action 3.1 是
287 custom_menu_order filter 2.8 是
288 dashboard_count_sentence filter 2.5 不推荐
289 dashboard_incoming_links_feed filter 2.3 是
290 dashboard_incoming_links_link filter 2.3 是
291 dashboard_primary_feed filter 2.3 是
292 dashboard_primary_link filter 2.5 是
293 dashboard_primary_title filter 2.3 是
294 dashboard_secondary_feed filter 2.3 是
295 dashboard_secondary_link filter 2.3 是
296 dashboard_secondary_title filter 2.3 是
297 dashmenu action 2.5 不推荐
298 date_formats filter 2.7 是
299 date_i18n filter 2.8 是
300 date_rewrite_rules filter 1.5 是
301 day_link filter 1.5 是
302 dbdelta_create_queries filter 3.3 是
303 dbdelta_insert_queries filter 3.3 是
304 dbdelta_queries filter 3.3 是
305 dbx_page_advanced action 2.0.11 不推荐
306 dbx_page_sidebar action 2.0.11 不推荐
307 dbx_post_advanced action 2.0.11 是
308 dbx_post_sidebar action 2.0.11 是
309 deactivated_plugin action 2.9 是
310 deactivate_blog action 3.0 是
311 deactivate_plugin action 2.9 是
312 deactivate_trim({$plugin} action 2.5 不推荐
313 deactivate_trim({$_GET[plugin]} action 2.0 已于2.1版改名
314 deactivate_{$plugin} action 2.2 是
315 default_avatar_select filter 2.6 是
316 default_content filter 1.5 是
317 default_contextual_help filter 2.8 是
318 default_excerpt filter 1.5 是
319 default_feed filter 2.5 是
320 default_hidden_meta_boxes filter 3.1 是
321 default_title filter 1.5 是
322 deleted_comment action 2.9 是
323 deleted_commentmeta action 2.9 是
324 deleted_link action 2.2 是
325 deleted_option action 2.9 是
326 deleted_post action 2.2 是
327 deleted_postmeta action 2.9 是
328 deleted_site_transient action 3.0 是
329 deleted_term_relationships action 2.9 是
330 deleted_term_taxonomy action 2.9 是
331 deleted_transient action 3.0 是
332 deleted_user action 2.8 是
333 deleted_usermeta action 2.9 是
334 deleted_{$meta_type}_meta action 2.9 是
335 delete_attachment action 2.0 是
336 delete_blog action 3.0 是
337 delete_category action 1.5.2 已于2.3版改名
338 delete_comment action 1.2.1 是
339 delete_commentmeta action 2.9 是
340 delete_link action 2.0 是
341 delete_option action 2.9 是
342 delete_option_{$option} action 3.0 是
343 delete_post action 1.2.1 是
344 delete_postmeta action 2.9 是
345 delete_site_email_content filter 3.0 是
346 delete_site_option action 3.0 是
347 delete_site_option_{$key} action 2.9 不推荐
348 delete_site_option_{$option} action 3.0 是
349 delete_site_transient_{$transient} action 3.0 是
350 delete_term action 2.5 是
351 delete_term_relationships action 2.9 是
352 delete_term_taxonomy action 2.9 是
353 delete_transient_{$transient} action 3.0 是
354 delete_user action 2.0 是
355 delete_usermeta action 2.9 是
356 delete_{$meta_type}_meta action 3.1 是
357 delete_{$meta_type}_metadata filter 3.1 是
358 delete_{$taxonomy} action 2.3 是
359 deprecated_argument_run action 3.0 是
360 deprecated_argument_trigger_error filter 3.0 是
361 deprecated_file_included action 2.5 是
362 deprecated_file_trigger_error filter 2.5 是
363 deprecated_function_run action 2.5 是
364 deprecated_function_trigger_error filter 2.5 是
365 disable_captions filter 2.7 是
366 display_media_states filter 3.2 是
367 display_post_states filter 2.8 是
368 documentation_ignore_functions filter 2.8 是
369 doing_it_wrong_run action 3.1 是
370 doing_it_wrong_trigger_error filter 3.1 是
371 do_meta_boxes action 2.6 是
372 do_mu_upgrade filter 3.0 是
373 do_robots action 2.1 是
374 do_robotstxt action 2.1 是
375 dynamic_sidebar action 3.0 是
376 dynamic_sidebar_params filter 2.5 是
377 editable_extensions filter 2.8 是
378 editable_roles filter 2.8 是
379 editable_slug filter 2.6 是
380 edited_category action 2.2 已于2.3版改名
381 edited_term action 2.3 是
382 edited_terms action 2.9 是
383 edited_term_taxonomies action 2.9 是
384 edited_term_taxonomy action 2.9 是
385 edited_{$taxonomy} action 2.3 是
386 editor_max_image_size filter 2.5 是
387 edit_attachment action 2.0 是
388 edit_bookmark_link filter 2.7 是
389 edit_categories_per_page filter 2.8 是
390 edit_category action 2.0 已于2.3版改名
391 edit_category_form action 2.1 是
392 edit_category_form_fields action 2.9 是
393 edit_category_form_pre action 2.1 是
394 edit_comment action 1.2.1 是
395 edit_comment_link filter 2.3 是
396 edit_form_advanced action 1.5 是
397 edit_link action 2.0 是
398 edit_link_category_form action 2.3 是
399 edit_link_category_form_fields action 2.9 是
400 edit_link_category_form_pre action 2.3 是
401 edit_pages_per_page filter 2.9 不推荐
402 edit_page_form action 1.5 是
403 edit_post action 1.2.1 是
404 edit_posts_per_page filter 2.8 是
405 edit_post_link filter 2.3 是
406 edit_post_{$field} filter 2.3 是
407 edit_profile_url filter 3.1 是
408 edit_tags_per_page filter 2.8 是
409 edit_tag_form action 2.5 是
410 edit_tag_form_fields action 2.9 是
411 edit_tag_form_pre action 2.5 是
412 edit_tag_link filter 2.7 是
413 edit_term action 2.3 是
414 edit_terms action 2.9 是
415 edit_term_link filter 3.1 是
416 edit_term_taxonomies action 2.9 是
417 edit_term_taxonomy action 2.9 是
418 edit_term_{$field} filter 2.3 是
419 edit_user_profile action 2.0 是
420 edit_user_profile_update action 2.7 是
421 edit_user_{$field} filter 2.9 是
422 edit_{$field} filter 2.3 是
423 edit_{$taxonomy} action 2.3 是
424 edit_{$taxonomy}_per_page filter 3.0 不推荐
425 edit_{$taxonomy}_{$field} filter 2.3 是
426 embed_cache_oembed_types filter 2.9 是
427 embed_defaults filter 2.9 是
428 embed_googlevideo filter 2.9 是
429 embed_handler_html filter 2.9 是
430 embed_maybe_make_link filter 2.9 是
431 embed_oembed_discover filter 2.9 是
432 embed_oembed_html filter 2.9 是
433 embed_polldaddy filter 2.9 不推荐
434 enable_edit_any_user_configuration filter 3.0 是
435 enable_post_by_email_configuration filter 3.0 是
436 enable_update_services_configuration filter 3.0 是
437 end_fetch_post_thumbnail_html action 2.9 是
438 enter_title_here filter 3.1 是
439 esc_html filter 2.8 是
440 esc_textarea filter 3.1 是
441 excerpt_edit_pre filter 1.5 已于2.3版改名
442 excerpt_length filter 2.7 是
443 excerpt_more filter 2.9 是
444 excerpt_save_pre filter 1.5 已于2.3版改名
445 explain_nonce_{$action} filter 2.8 是
446 explain_nonce_{$verb}-{$noun} filter 2.1 是
447 export_wp action 2.3 是
448 ext2type filter 2.5 是
449 extra_{$context}_headers filter 2.9 是
450 favorite_actions filter 2.7 不推荐
451 feed_content_type filter 2.8 是
452 feed_link filter 1.5 是
453 filesystem_method filter 2.6 是
454 filesystem_method_file filter 2.6 是
455 file_is_displayable_image filter 2.5 是
456 file_send_to_editor_url filter 2.8 不推荐
457 flash_uploader filter 2.5 不推荐
458 force_filtered_html_on_import filter 3.1 是
459 format_to_edit filter 1.2.1 是
460 format_to_post filter 1.2.1 是
461 found_posts filter 2.1 是
462 found_posts_query filter 2.1 是
463 found_users_query filter 3.2 是
464 front_page_template filter 3.0 不推荐
465 fs_ftp_connection_types filter 2.9 是
466 gallery_style filter 2.5 是
467 generate_rewrite_rules action 1.5 是
468 getarchives_join filter 2.2 是
469 getarchives_where filter 2.2 是
470 getimagesize_mimes_to_exts filter 3.0 是
471 gettext filter 2.0.11 是
472 gettext_with_context filter 2.8 是
473 get_ancestors filter 3.1 是
474 get_archives_link filter 2.6 是
475 get_attached_file filter 2.1 是
476 get_avatar filter 2.5 是
477 get_avatar_comment_types filter 3.0 是
478 get_bloginfo_rss filter 2.2 是
479 get_blogs_of_user filter 3.0 是
480 get_bookmarks filter 2.1 是
481 get_calendar filter 3.0 是
482 get_categories filter 2.1 不推荐
483 get_categories_taxonomy filter 2.7 是
484 get_category filter 2.0.11 已于2.3版改名
485 get_comment filter 2.3 是
486 get_comments_number filter 1.5 是
487 get_comments_pagenum_link filter 2.7 是
488 get_comment_author filter 1.5 是
489 get_comment_author_email filter 1.5 是
490 get_comment_author_IP filter 1.5 是
491 get_comment_author_link filter 1.5 是
492 get_comment_author_url filter 1.5 是
493 get_comment_author_url_link filter 1.5 是
494 get_comment_date filter 1.5 是
495 get_comment_excerpt filter 1.5 是
496 get_comment_ID filter 1.5 是
497 get_comment_link filter 2.8 是
498 get_comment_text filter 1.5 是
499 get_comment_time filter 1.5 是
500 get_comment_type filter 1.5 是
501 get_delete_post_link filter 2.9 是
502 get_editable_authors filter 2.0 是
503 get_edit_bookmark_link filter 2.7 是
504 get_edit_comment_link filter 2.3 是
505 get_edit_post_link filter 2.3 是
506 get_edit_tag_link filter 2.7 是
507 get_edit_term_link filter 3.1 是
508 get_enclosed filter 2.0 是
509 get_footer action 2.1 是
510 get_header action 2.1 是
511 get_image_tag filter 2.6 是
512 get_image_tag_class filter 2.6 是
513 get_lastpostdate filter 2.3 是
514 get_lastpostmodified filter 2.3 是
515 get_media_item_args filter 3.1 是
516 get_meta_sql filter 3.1 是
517 get_nested_categories filter 2.3 不推荐
518 get_next_post_join filter 2.1 已于2.5版改名
519 get_next_post_sort filter 2.1 已于2.5版改名
520 get_next_post_where filter 2.1 已于2.5版改名
521 get_others_drafts filter 2.0 是
522 get_pagenum_link filter 2.5 是
523 get_pages filter 2.1 是
524 get_post_modified_time filter 2.8 是
525 get_post_time filter 2.6 是
526 get_previous_post_join filter 2.1 已于2.5版改名
527 get_previous_post_sort filter 2.1 已于2.5版改名
528 get_previous_post_where filter 2.1 已于2.5版改名
529 get_pung filter 2.0 是
530 get_sample_permalink_html filter 2.9 是
531 get_search_form action 2.7 是
532 get_search_query filter 2.3 是
533 get_shortlink filter 3.0 是
534 get_sidebar action 2.2 是
535 get_tags filter 2.3 是
536 get_template_part_{$slug} action 3.0 是
537 get_term filter 2.3 是
538 get_terms filter 2.3 是
539 get_terms_args filter 3.1 是
540 get_terms_fields filter 2.8 是
541 get_terms_orderby filter 2.8 是
542 get_the_author_{$field} filter 2.8 是
543 get_the_categories filter 3.1 是
544 get_the_date filter 3.0 是
545 get_the_excerpt filter 1.5 是
546 get_the_generator_{$type} filter 2.5 是
547 get_the_guid filter 1.5 是
548 get_the_modified_date filter 2.1 是
549 get_the_modified_time filter 2.0 是
550 get_the_tags filter 2.3 是
551 get_the_terms filter 3.1 是
552 get_the_time filter 1.5 是
553 get_to_ping filter 2.0 是
554 get_usernumposts filter 2.7 是
555 get_users_drafts filter 2.0 是
556 get_user_option_{$option} filter 2.5 是
557 get_wp_title_rss filter 2.2 是
558 get_{$adjacent}_post_join filter 2.5 是
559 get_{$adjacent}_post_sort filter 2.5 是
560 get_{$adjacent}_post_where filter 2.5 是
561 get_{$meta_type}_metadata filter 3.1 是
562 get_{$taxonomy} filter 2.3 是
563 global_terms_enabled filter 3.0 是
564 got_rewrite filter 2.5 是
565 graceful_fail filter 3.0 是
566 graceful_fail_template filter 3.0 是
567 granted_super_admin action 3.0 是
568 grant_super_admin action 3.0 是
569 hidden_meta_boxes filter 3.3 是
570 hierarchical_post_types filter 2.8 不推荐
571 home_template filter 1.5 不推荐
572 home_url filter 3.0 是
573 htmledit_pre filter 2.5 是
574 https_local_ssl_verify filter 2.8 是
575 https_ssl_verify filter 2.8 是
576 http_api_curl action 2.8 是
577 http_api_debug action 2.8 是
578 http_headers_useragent filter 2.7 是
579 http_request_args filter 2.7 是
580 http_request_default_port filter 2.7 不推荐
581 http_request_port filter 2.7 不推荐
582 http_request_redirection_count filter 2.7 是
583 http_request_timeout filter 2.7 是
584 http_request_version filter 2.7 是
585 http_response filter 2.9 是
586 http_transport_get_debug action 2.8 不推荐
587 http_transport_post_debug action 2.8 不推荐
588 icon_dir filter 2.0 是
589 icon_dirs filter 2.5 是
590 icon_dir_uri filter 2.0 是
591 iis7_supports_permalinks filter 2.8 是
592 iis7_url_rewrite_rules filter 2.8 是
593 image_add_caption_shortcode filter 2.6 是
594 image_downsize filter 2.5 是
595 image_edit_before_change filter 2.9 是
596 image_make_intermediate_size filter 2.6 是
597 image_memory_limit filter 3.2 是
598 image_save_pre filter 2.9 是
599 image_send_to_editor filter 2.5 是
600 image_send_to_editor_url filter 2.8 是
601 image_size_names_choose filter 3.3 是
602 image_upload_iframe_src filter 2.5 不推荐
603 img_caption_shortcode filter 2.6 是
604 import_allow_create_users filter 2.5 不推荐
605 import_allow_fetch_attachments filter 2.5 不推荐
606 import_attachment_size_limit filter 2.5 不推荐
607 import_done action 2.2 不推荐
608 import_end action 2.5 不推荐
609 import_post_added action 2.5 不推荐
610 import_post_meta action 2.5 不推荐
611 import_post_meta_key filter 2.5 不推荐
612 import_start action 2.5 不推荐
613 import_upload_size_limit filter 2.3 是
614 includes_url filter 2.8 是
615 index_rel_link filter 2.8 是
616 init action 1.5 是
617 install_feedback filter 2.7 不推荐
618 install_plugins_nonmenu_tabs filter 2.7 是
619 install_plugins_pre_{$tab} action 2.7 是
620 install_plugins_table_header action 2.7 是
621 install_plugins_tabs filter 2.7 是
622 install_plugins_{$tab} action 2.7 是
623 install_plugin_complete_actions filter 2.7 是
624 install_themes_nonmenu_tabs filter 2.8 是
625 install_themes_pre_{$tab} action 2.8 是
626 install_themes_table_header action 2.8 是
627 install_themes_tabs filter 2.8 是
628 install_themes_{$tab} action 2.8 是
629 install_theme_complete_actions filter 2.8 是
630 intermediate_image_sizes filter 2.5 是
631 intermediate_image_sizes_advanced filter 2.9 是
632 in_admin_footer action 2.5 是
633 in_admin_header action 3.0 是
634 in_plugin_update_message-{$file} action 2.8 是
635 in_theme_update_message-{$theme_key} action 3.1 是
636 in_widget_form action 2.8 是
637 is_email filter 2.8 是
638 is_multi_author filter 3.3 是
639 is_post_type_hierarchical({$post->post_type} filter 3.1 是
640 is_protected_meta filter 3.2 是
641 jpeg_quality filter 2.5 是
642 js_escape filter 2.0.11 是
643 kses_allowed_protocols filter 3.0 是
644 kubrick_header_color filter 2.0 不推荐
645 kubrick_header_display filter 2.0 不推荐
646 kubrick_header_image filter 2.0 不推荐
647 language_attributes filter 2.5 是
648 lang_codes filter 3.0 是
649 link_category filter 2.2 是
650 link_cat_row filter 2.5 不推荐
651 link_cat_row_actions filter 2.8 不推荐
652 link_description filter 2.2 已于2.3版改名
653 link_rating filter 1.5 已于2.3版改名
654 link_relatedlinks_list action 2.5 不推荐
655 link_title filter 2.2 是
656 list_cats filter 1.2.1 是
657 list_cats_exclusions filter 1.5.2 不推荐
658 list_pages filter 3.1 是
659 list_terms_exclusions filter 2.3 是
660 load-categoriesphp action 3.1 是
661 load-edit-link-categoriesphp action 3.1 是
662 load-page-newphp action 3.1 是
663 load-pagephp action 3.1 是
664 load-widgetsphp action 2.8 是
665 load-{$pagenow} action 2.1 是
666 load-{$page_hook} action 2.1 是
667 load-{$plugin_page} action 2.1 是
668 load_default_embeds filter 2.9 是
669 load_default_widgets filter 2.8 是
670 load_feed_engine action 2.3 是
671 load_image_to_edit filter 2.9 是
672 load_image_to_edit_attachmenturl filter 3.1 是
673 load_image_to_edit_filesystempath filter 3.1 是
674 load_image_to_edit_path filter 2.9 是
675 load_textdomain action 2.9 是
676 load_textdomain_mofile filter 2.9 是
677 locale filter 1.5 是
678 locale_stylesheet_uri filter 2.1 是
679 loginout filter 1.5 是
680 login_enqueue_scripts action 3.1 是
681 login_errors filter 2.1 是
682 login_footer action 3.1 是
683 login_form action 2.1 是
684 login_form_bottom filter 3.0 是
685 login_form_defaults filter 3.0 是
686 login_form_middle filter 3.0 是
687 login_form_top filter 3.0 是
688 login_form_{$action} action 2.8 是
689 login_head action 2.1 是
690 login_headertitle filter 2.1 是
691 login_headerurl filter 2.1 是
692 login_init action 3.2 是
693 login_message filter 2.1 是
694 login_messages filter 2.5 是
695 login_redirect filter 2.7 是
696 login_url filter 2.8 是
697 logout_url filter 2.8 是
698 loop_end action 2.0 是
699 loop_start action 2.0 是
700 lostpassword_form action 2.1 是
701 lostpassword_post action 2.1 是
702 lostpassword_redirect filter 3.0 是
703 lostpassword_url filter 2.8 是
704 lost_password action 1.5.2 是
705 make_ham_blog action 3.0 是
706 make_ham_user action 3.0 是
707 make_spam_blog action 3.0 是
708 make_spam_user action 3.0 是
709 manage_blogs_custom_column action 3.0 不推荐
710 manage_categories_custom_column filter 2.8 不推荐
711 manage_comments_custom_column action 2.8 是
712 manage_comments_nav action 2.5 是
713 manage_link_categories_custom_column filter 2.8 不推荐
714 manage_link_columns filter 2.1 不推荐
715 manage_link_custom_column action 2.1 是
716 manage_media_columns filter 2.5 是
717 manage_media_custom_column action 2.5 是
718 manage_media_media_column action 2.5 不推荐
719 manage_pages_columns filter 2.5 是
720 manage_pages_custom_column action 2.5 是
721 manage_pages_query filter 2.5 不推荐
722 manage_plugins_custom_column action 3.1 是
723 manage_posts_columns filter 1.5 是
724 manage_posts_custom_column action 1.5 是
725 manage_sites_action_links filter 3.1 是
726 manage_sites_custom_column action 3.1 是
727 manage_themes_custom_column action 3.1 是
728 manage_users_custom_column filter 2.8 是
729 manage_{$page}_columns filter 2.7 不推荐
730 manage_{$post->post_type} _posts_custom_column action 3.1 是
731 manage_{$post_type}_posts_columns filter 3.0 是
732 manage_{$screen->id}_columns filter 3.0 是
733 manage_{$screen->id}_sortable_columns filter 3.1 是
734 manage_{$screen->taxonomy}_custom_column filter 3.1 是
735 manage_{$taxonomy}_custom_column filter 2.8 不推荐
736 map_meta_cap filter 2.8 是
737 mature_blog action 3.1 是
738 mce_browsers filter 2.0 不推荐
739 mce_buttons filter 2.0 是
740 mce_buttons_2 filter 2.0 是
741 mce_buttons_3 filter 2.0 是
742 mce_buttons_4 filter 2.5 是
743 mce_css filter 2.1 是
744 mce_external_languages filter 2.5 是
745 mce_external_plugins filter 2.5 是
746 mce_options action 2.0 不推荐
747 mce_plugins filter 2.0 不推荐
748 mce_spellchecker_languages filter 2.5 是
749 mce_theme filter 2.0 不推荐
750 mce_valid_elements filter 2.0 不推荐
751 media_buttons action 2.5 是
752 media_buttons_context filter 2.5 是
753 media_meta filter 2.5 是
754 media_row_actions filter 2.8 是
755 media_send_to_editor filter 2.5 是
756 media_upload_default_tab filter 2.5 是
757 media_upload_default_type filter 2.5 是
758 media_upload_form_url filter 2.6 是
759 media_upload_mime_type_links filter 3.1 是
760 media_upload_tabs filter 2.5 是
761 media_upload_{$tab} action 2.5 是
762 media_upload_{$type} action 2.5 是
763 menu_order filter 2.8 是
764 mod_rewrite_rules filter 1.5 是
765 month_link filter 1.5 是
766 ms_sites_per_page filter 3.0 不推荐
767 ms_site_check filter 3.0 是
768 ms_users_per_page filter 3.0 不推荐
769 ms_user_list_site_actions filter 3.1 是
770 ms_user_row_actions filter 3.2 是
771 muplugins_loaded action 2.8 是
772 mu_activity_box_end action 3.0 是
773 mu_dropdown_languages filter 3.0 是
774 mu_menu_items filter 3.0 是
775 mu_rightnow_end action 3.0 是
776 myblogs_allblogs_options action 3.0 是
777 myblogs_blog_actions filter 3.0 是
778 myblogs_options filter 3.0 是
779 nag_posts_limit filter 2.3 不推荐
780 name_save_pre filter 1.5 已于2.3版改名
781 nav_menu_attr_title filter 3.0 是
782 nav_menu_css_class filter 3.0 是
783 nav_menu_description filter 3.0 是
784 nav_menu_items_{$post_type_name} filter 3.2 是
785 nav_menu_item_id filter 3.1 是
786 nav_menu_meta_box_object filter 3.0 是
787 network_admin_edit_{$_GET[action]} action 3.1 是
788 network_admin_menu action 3.1 是
789 network_admin_notices action 3.1 是
790 network_admin_url filter 3.0 是
791 network_home_url filter 3.0 是
792 network_sites_updated_message_ {$_REQUEST[action]} filter 3.1 是
793 network_site_url filter 3.0 是
794 network_site_users_after_list_table action 3.1 是
795 newblogname filter 3.0 是
796 newblog_notify_siteadmin filter 3.0 是
797 newuser_notify_siteadmin filter 3.0 是
798 new_admin_email_content filter 3.0 是
799 new_user_email_content filter 3.0 是
800 next_comments_link_attributes filter 2.7 是
801 next_posts_link_attributes filter 2.7 是
802 ngettext filter 2.2 是
803 ngettext_with_context filter 2.8 是
804 nocache_headers filter 2.8 是
805 nonce_life filter 2.5 是
806 no_texturize_shortcodes filter 2.8 是
807 no_texturize_tags filter 2.8 是
808 number_format_i18n filter 2.8 是
809 oembed_dataparse filter 2.9 是
810 oembed_linktypes filter 2.9 是
811 oembed_providers filter 2.9 是
812 oembed_result filter 2.9 是
813 opml_head action 3.0 是
814 option_page_capability_{$option_page} filter 3.2 是
815 option_{$option} filter 3.0 是
816 option_{$setting} filter 1.5 不推荐
817 override_load_textdomain filter 2.9 是
818 override_unload_textdomain filter 3.0 是
819 page_attributes_dropdown_pages_args filter 3.3 是
820 page_css_class filter 2.8 是
821 page_link filter 1.5 是
822 page_relatedlinks_list action 2.5 不推荐
823 page_rewrite_rules filter 1.5 是
824 page_row_actions filter 2.8 不推荐
825 page_stati filter 2.8 不推荐
826 page_template filter 1.5 不推荐
827 paginate_links filter 3.0 是
828 parent_file filter 3.0 是
829 parent_post_rel_link filter 2.8 是
830 parse_query action 1.5 是
831 parse_request action 2.1 是
832 password_reset action 1.5 是
833 password_reset_message filter 2.8 不推荐
834 password_reset_title filter 2.8 不推荐
835 permalink_structure_changed action 2.8 是
836 personal_options action 2.7 是
837 personal_options_update action 2.0 是
838 phone_content filter 1.2.1 是
839 phpmailer_init action 2.2 是
840 pingback_post action 1.5 是
841 pingback_useragent filter 2.9 是
842 pings_open filter 2.5 是
843 ping_status_pre filter 2.0 已于2.3版改名
844 plugins_api filter 2.7 是
845 plugins_api_args filter 2.7 是
846 plugins_api_result filter 2.7 是
847 plugins_loaded action 1.5 是
848 plugins_per_page filter 2.8 不推荐
849 plugins_url filter 2.8 是
850 plugin_action_links filter 2.5 不推荐
851 plugin_action_links_{$plugin_file} filter 2.7 不推荐
852 plugin_install_action_links filter 2.7 是
853 plugin_locale filter 3.0 是
854 plugin_row_meta filter 2.8 是
855 plupload_init filter 3.3 是
856 populate_options action 2.6 是
857 post-flash-upload-ui action 2.6 不推荐
858 post-html-upload-ui action 2.6 是
859 post-plupload-upload-ui action 3.3 是
860 post-upload-ui action 2.6 是
861 postbox_classes_{$page}_{$id} filter 3.2 是
862 postmeta_form_limit filter 2.1 是
863 posts_clauses filter 3.1 是
864 posts_clauses_request filter 3.1 是
865 posts_distinct filter 2.1 是
866 posts_distinct_request filter 2.5 是
867 posts_fields filter 2.1 是
868 posts_fields_request filter 2.5 是
869 posts_groupby filter 2.0 是
870 posts_groupby_request filter 2.5 是
871 posts_join filter 1.5 是
872 posts_join_paged filter 1.5 是
873 posts_join_request filter 2.5 是
874 posts_orderby filter 1.5.2 是
875 posts_orderby_request filter 2.5 是
876 posts_request filter 2.0 是
877 posts_results filter 2.3 是
878 posts_search filter 3.1 是
879 posts_selection action 2.3 是
880 posts_where filter 1.5 是
881 posts_where_paged filter 1.5 是
882 posts_where_request filter 2.5 是
883 post_class filter 2.7 是
884 post_comments_feed_link filter 1.5.2 是
885 post_comments_feed_link_html filter 2.8 是
886 post_comments_link filter 2.7 是
887 post_comment_status_meta_box-options action 3.1 是
888 post_comment_text filter 1.2.1 不推荐
889 post_date_column_time filter 2.6 是
890 post_edit_form_tag action 3.0 是
891 post_format_rewrite_base filter 3.1 是
892 post_gallery filter 2.5 是
893 post_limits filter 2.1 是
894 post_limits_request filter 2.5 是
895 post_link filter 1.5 是
896 post_mime_types filter 2.5 是
897 post_mime_type_pre filter 2.0 已于2.3版改名
898 post_relatedlinks_list action 2.5 不推荐
899 post_rewrite_rules filter 1.5 是
900 post_row_actions filter 2.8 不推荐
901 post_stati filter 2.5 不推荐
902 post_submitbox_misc_actions action 2.9 是
903 post_submitbox_start action 2.7 是
904 post_thumbnail_html filter 2.9 是
905 post_thumbnail_size filter 2.9 是
906 post_type_archive_feed_link filter 3.1 是
907 post_type_archive_link filter 3.1 是
908 post_type_archive_title filter 3.1 是
909 post_type_link filter 3.0 是
910 post_updated action 3.0 是
911 post_updated_messages filter 3.0 是
912 post_{$field} filter 2.3 是
913 pre-flash-upload-ui action 2.6 不推荐
914 pre-html-upload-ui action 2.6 是
915 pre-plupload-upload-ui action 3.3 是
916 pre-upload-ui action 2.6 是
917 prepend_attachment filter 2.0 是
918 preprocess_comment filter 1.5 是
919 preprocess_signup_form action 3.0 是
920 preview_page_link filter 2.1 不推荐
921 preview_post_link filter 2.0.11 是
922 previous_comments_link_attributes filter 2.7 是
923 previous_posts_link_attributes filter 2.7 是
924 pre_add_site_option_{$key} filter 2.9 不推荐
925 pre_add_site_option_{$option} filter 3.0 是
926 pre_category_description filter 2.0.11 已于2.3版改名
927 pre_category_name filter 2.0.11 已于2.3版改名
928 pre_category_nicename filter 2.0.11 是
929 pre_comment_approved filter 1.5 是
930 pre_comment_author_email filter 1.5 是
931 pre_comment_author_name filter 1.5 是
932 pre_comment_author_url filter 1.5 是
933 pre_comment_content filter 1.5 是
934 pre_comment_on_post action 2.8 是
935 pre_comment_user_agent filter 1.5 是
936 pre_comment_user_domain filter 1.5 不推荐
937 pre_comment_user_ip filter 1.5 是
938 pre_current_active_plugins action 3.0 是
939 pre_delete_site_option_{$option} action 3.0 是
940 pre_ent2ncr filter 3.3 是
941 pre_get_comments action 3.1 是
942 pre_get_posts action 2.0 是
943 pre_get_shortlink filter 3.0 是
944 pre_http_request filter 2.9 是
945 pre_insert_term filter 3.0 是
946 pre_kses filter 2.3 是
947 pre_link_description filter 2.0.11 已于2.3版改名
948 pre_link_image filter 2.0.11 已于2.3版改名
949 pre_link_name filter 2.0.11 已于2.3版改名
950 pre_link_notes filter 2.0.11 已于2.3版改名
951 pre_link_rel filter 2.0.11 已于2.3版改名
952 pre_link_rss filter 2.0.11 已于2.3版改名
953 pre_link_target filter 2.0.11 已于2.3版改名
954 pre_link_url filter 2.0.11 已于2.3版改名
955 pre_option_{$option->option_name} filter 1.5 不推荐
956 pre_option_{$option} filter 3.0 是
957 pre_option_{$setting} filter 2.2 不推荐
958 pre_ping action 2.0 是
959 pre_post_link filter 3.0 是
960 pre_post_update action 2.5 是
961 pre_post_{$field} filter 2.3 是
962 pre_remote_source filter 2.5 是
963 pre_set_site_transient_{$transient} filter 3.0 是
964 pre_set_transient_{$transient} filter 3.0 是
965 pre_site_option_{$key} filter 2.9 不推荐
966 pre_site_option_{$option} filter 3.0 是
967 pre_site_transient_{$transient} filter 2.9 是
968 pre_term_{$field} filter 2.3 是
969 pre_transient_{$transient} filter 2.8 是
970 pre_update_option_{$option_name} filter 2.6 不推荐
971 pre_update_option_{$option} filter 3.0 是
972 pre_update_site_option_{$key} filter 2.9 不推荐
973 pre_update_site_option_{$option} filter 3.0 是
974 pre_upload_error filter 2.1 是
975 pre_user_description filter 2.0.11 是
976 pre_user_display_name filter 2.0.11 是
977 pre_user_email filter 2.0.11 是
978 pre_user_first_name filter 2.0.11 是
979 pre_user_id filter 1.5 是
980 pre_user_last_name filter 2.0.11 是
981 pre_user_login filter 2.0.11 是
982 pre_user_nicename filter 2.0.11 是
983 pre_user_nickname filter 2.0.11 是
984 pre_user_query action 3.1 是
985 pre_user_search action 3.0 是
986 pre_user_url filter 2.0.11 是
987 pre_user_{$field} filter 2.9 是
988 pre_{$field} filter 2.3 是
989 pre_{$taxonomy}_{$field} filter 2.3 是
990 print_admin_styles filter 2.8 是
991 print_footer_scripts filter 2.8 是
992 print_head_scripts filter 2.8 是
993 print_late_styles filter 3.3 是
994 print_scripts_array filter 2.3 是
995 print_styles_array filter 2.6 是
996 privacy_on_link_text filter 3.0 是
997 privacy_on_link_title filter 3.0 是
998 private_title_format filter 2.8 是
999 private_to_published action 1.5 是
1000 profile_personal_options action 2.0 是
1001 profile_update action 2.0 是
1002 protected_title_format filter 2.8 是
1003 publish_page action 2.1 已于2.3版改名
1004 publish_phone action 1.2.1 是
1005 publish_post action 1.2.1 已于2.3版改名
1006 pub_priv_sql_capability filter 2.2 是
1007 query filter 2.0.11 是
1008 query_string filter 1.5 是
1009 query_vars filter 1.5 是
1010 quicktags_settings filter 3.3 是
1011 quick_edit_custom_box action 2.7 是
1012 quick_edit_dropdown_pages_args filter 2.7 是
1013 random_password filter 3.0 是
1014 rdf_header action 2.0 是
1015 rdf_item action 2.0 是
1016 rdf_ns action 2.0 是
1017 redirect_canonical filter 2.3 是
1018 redirect_network_admin_request filter 3.2 是
1019 redirect_page_location filter 2.9 不推荐
1020 redirect_post_location filter 2.9 是
1021 redirect_user_admin_request filter 3.2 是
1022 register filter 1.5 是
1023 registered_post_type action 3.3 是
1024 registered_taxonomy action 3.3 是
1025 register_form action 2.1 是
1026 register_post action 2.1 是
1027 register_sidebar action 3.0 是
1028 registration_errors filter 2.1 是
1029 registration_redirect filter 3.0 是
1030 remove_user_from_blog action 3.0 是
1031 request filter 2.1 是
1032 request_filesystem_credentials filter 2.5 是
1033 restrict_manage_posts action 2.1 是
1034 retreive_password action 1.5 是
1035 retrieve_password action 1.5.2 是
1036 retrieve_password_key action 2.5 是
1037 retrieve_password_message filter 2.8 是
1038 retrieve_password_title filter 2.8 是
1039 revoked_super_admin action 3.0 是
1040 revoke_super_admin action 3.0 是
1041 rewrite_rules filter 1.5 是
1042 rewrite_rules_array filter 1.5 是
1043 richedit_pre filter 2.0 是
1044 rightnow_end action 2.5 是
1045 right_now_content_table_end action 3.0 是
1046 right_now_discussion_table_end action 3.0 是
1047 right_now_table_end action 2.7 是
1048 robots_txt filter 3.0 是
1049 role_has_cap filter 2.0 是
1050 root_rewrite_rules filter 1.5 是
1051 rss2_comments_ns action 2.8 是
1052 rss2_head action 2.0 是
1053 rss2_item action 2.0 是
1054 rss2_ns action 2.0 是
1055 rss_enclosure filter 2.2 是
1056 rss_head action 2.0 是
1057 rss_item action 2.0 是
1058 rss_update_frequency filter 2.7 是
1059 rss_update_period filter 2.7 是
1060 safe_style_css filter 2.9 是
1061 salt filter 2.5 是
1062 sanitize_comment_cookies action 2.0.11 是
1063 sanitize_email filter 2.8 是
1064 sanitize_file_name filter 2.8 是
1065 sanitize_file_name_chars filter 2.8 是
1066 sanitize_html_class filter 2.8 是
1067 sanitize_key filter 3.0 是
1068 sanitize_meta filter 3.2 不推荐
1069 sanitize_mime_type filter 3.2 是
1070 sanitize_option_{$option} filter 2.3 是
1071 sanitize_text_field filter 2.9 是
1072 sanitize_title action 1.2.1 是
1073 sanitize_user filter 2.0.11 是
1074 sanitize_{$meta_type}_meta_{$meta_key} filter 3.3 是
1075 save_post action 1.5 是
1076 schedule_event filter 3.1 是
1077 screen_layout_columns filter 2.8 是
1078 screen_meta_screen filter 2.7 不推荐
1079 screen_options_show_screen filter 3.2 是
1080 screen_settings filter 3.0 是
1081 script_loader_src filter 2.2 是
1082 search_feed_link filter 2.5 是
1083 search_link filter 3.0 是
1084 search_rewrite_rules filter 1.5 是
1085 secure_auth_cookie filter 3.1 是
1086 secure_auth_redirect filter 3.1 是
1087 secure_logged_in_cookie filter 3.1 是
1088 secure_signon_cookie filter 3.1 是
1089 send_headers action 2.1 是
1090 set-screen-option filter 2.8 是
1091 setted_site_transient action 3.0 是
1092 setted_transient action 3.0 是
1093 setup_theme action 2.6 是
1094 set_auth_cookie action 2.5 是
1095 set_current_user action 2.0.11 是
1096 set_logged_in_cookie action 2.6 是
1097 set_object_terms action 2.8 是
1098 set_site_transient_{$transient} action 3.0 是
1099 set_transient_{$transient} action 3.0 是
1100 set_user_role action 2.9 是
1101 shake_error_codes filter 3.0 是
1102 shortcut_link filter 2.6 是
1103 show_adduser_fields filter 3.0 不推荐
1104 show_admin_bar filter 3.1 是
1105 show_advanced_plugins filter 3.0 是
1106 show_network_site_users_add_existing_form filter 3.1 是
1107 show_network_site_users_add_new_form filter 3.1 是
1108 show_password_fields filter 1.5.2 是
1109 show_recent_comments_widget_style filter 3.1 是
1110 show_user_profile action 2.0 是
1111 shutdown action 1.2.1 是
1112 sidebars_widgets filter 2.7 是
1113 sidebar_admin_page action 2.2 是
1114 sidebar_admin_setup action 2.2 是
1115 sidemenu action 2.5 不推荐
1116 signup_another_blog_init filter 3.0 是
1117 signup_blogform action 3.0 是
1118 signup_blog_init filter 3.0 是
1119 signup_create_blog_meta filter 3.0 是
1120 signup_extra_fields action 3.0 是
1121 signup_finished action 3.0 是
1122 signup_header action 3.0 是
1123 signup_hidden_fields action 3.0 是
1124 signup_user_init filter 3.0 是
1125 simple_edit_form action 1.5 不推荐
1126 single_cat_title filter 2.0.11 是
1127 single_post_title filter 1.2.1 是
1128 single_tag_title filter 2.3 是
1129 single_template filter 3.0 不推荐
1130 single_term_title filter 3.1 是
1131 site_option_{$key} filter 2.9 不推荐
1132 site_option_{$option} filter 3.0 是
1133 site_transient_{$transient} filter 2.9 是
1134 site_url filter 2.7 是
1135 smilies_src filter 2.9 是
1136 spammed_comment action 2.9 是
1137 spam_comment action 2.9 是
1138 status_header filter 2.2 是
1139 status_save_pre filter 1.5 已于2.3版改名
1140 stylesheet filter 1.5 是
1141 stylesheet_directory filter 1.5 是
1142 stylesheet_directory_uri filter 1.5 是
1143 stylesheet_uri filter 1.5 是
1144 style_loader_src filter 2.6 是
1145 style_loader_tag filter 2.6 是
1146 subdirectory_reserved_names filter 3.0 是
1147 submitcomment_box action 2.5 不推荐
1148 submitlink_box action 2.5 是
1149 submitpage_box action 2.5 是
1150 submitpost_box action 2.5 是
1151 swfupload_post_params filter 3.1 不推荐
1152 swfupload_success_handler filter 3.1 不推荐
1153 switch_blog action 3.0 是
1154 switch_theme action 1.5 是
1155 tables_to_repair filter 3.0 是
1156 tagsperpage filter 2.7 是
1157 tags_to_edit filter 2.3 不推荐
1158 tag_archive_meta filter 3.2 是
1159 tag_cloud_sort filter 2.8 是
1160 tag_escape filter 2.5 是
1161 tag_feed_link filter 2.3 不推荐
1162 tag_link filter 2.3 是
1163 tag_rewrite_rules filter 2.3 是
1164 tag_rows filter 2.5 不推荐
1165 tag_row_actions filter 2.8 是
1166 tag_template filter 2.3 不推荐
1167 taxonomy_feed_link filter 3.0 是
1168 taxonomy_template filter 2.5 不推荐
1169 teeny_mce_before_init filter 2.7 是
1170 teeny_mce_buttons filter 2.7 是
1171 teeny_mce_plugins filter 2.7 是
1172 template filter 1.5 是
1173 template_directory filter 1.5 是
1174 template_directory_uri filter 1.5 是
1175 template_include filter 3.0 是
1176 template_redirect action 1.5 是
1177 terms_clauses filter 3.1 是
1178 terms_to_edit filter 2.8 是
1179 term_id_filter filter 2.3 是
1180 term_link filter 2.5 是
1181 term_links-{$taxonomy} filter 2.5 是
1182 term_name filter 2.5 是
1183 term_{$field} filter 2.3 是
1184 term_{$field}_rss filter 2.3 是
1185 themes_api filter 2.8 是
1186 themes_api_args filter 2.8 是
1187 themes_api_result filter 2.8 是
1188 theme_action_links filter 2.8 是
1189 theme_action_links_{$theme_key} filter 3.1 是
1190 theme_install_action_links filter 2.8 是
1191 theme_locale filter 3.0 是
1192 theme_mod_{$name} filter 2.2 是
1193 theme_root filter 1.5 是
1194 theme_root_uri filter 1.5 是
1195 theme_row_meta filter 3.1 是
1196 the_author filter 2.0 是
1197 the_author_email filter 1.5 不推荐
1198 the_author_posts_link filter 2.9 是
1199 the_author_{$field} filter 2.8 是
1200 the_category filter 1.2.1 是
1201 the_category_rss filter 1.2.1 是
1202 the_comments filter 3.1 是
1203 the_content filter 1.2.1 是
1204 the_content_export filter 2.5 是
1205 the_content_feed filter 2.9 是
1206 the_content_more_link filter 2.8 是
1207 the_content_rss filter 2.0 是
1208 the_date filter 1.2.1 是
1209 the_editor filter 2.1 是
1210 the_editor_content filter 2.1 是
1211 the_excerpt filter 1.2.1 是
1212 the_excerpt_export filter 2.6 是
1213 the_excerpt_rss filter 1.2.1 是
1214 the_feed_link filter 3.0 是
1215 the_generator filter 2.5 是
1216 the_meta_key filter 2.2 是
1217 the_modified_author filter 2.8 是
1218 the_modified_date filter 2.1 是
1219 the_modified_time filter 2.0 是
1220 the_password_form filter 2.7 是
1221 the_permalink filter 1.5 是
1222 the_permalink_rss filter 2.3 是
1223 the_post action 2.8 是
1224 the_posts filter 1.5 是
1225 the_preview filter 2.7 是
1226 the_search_query filter 2.3 是
1227 the_shortlink filter 3.0 是
1228 the_tags filter 2.3 是
1229 the_terms filter 2.9 是
1230 the_time filter 1.2.1 是
1231 the_title filter 1.2.1 是
1232 the_title_rss filter 1.2.1 是
1233 the_weekday filter 1.2.1 是
1234 the_weekday_date filter 1.2.1 是
1235 the_widget action 3.0 是
1236 thread_comments_depth_max filter 2.7 是
1237 thumbnail_filename filter 2.0 不推荐
1238 timezone_support filter 2.8 不推荐
1239 time_formats filter 2.7 是
1240 tinymce_before_init action 2.0 不推荐
1241 tiny_mce_before_init filter 2.5 是
1242 tiny_mce_config_url filter 2.1 不推荐
1243 tiny_mce_plugins filter 3.3 是
1244 tiny_mce_preload_dialogs action 3.1 不推荐
1245 tiny_mce_version filter 2.5 不推荐
1246 title_edit_pre filter 1.5 已于2.3版改名
1247 title_save_pre filter 1.5 已于2.3版改名
1248 tool_box action 2.8 是
1249 trackback_post action 1.2.1 是
1250 trackback_url filter 2.2 是
1251 transient_{$transient} filter 2.8 是
1252 transition_comment_status action 2.7 是
1253 transition_post_status action 2.3 是
1254 trashed_comment action 2.9 是
1255 trashed_post action 2.9 是
1256 trashed_post_comments action 2.9 是
1257 trash_comment action 2.9 是
1258 trash_post action 2.9 不推荐
1259 trash_post_comments action 2.9 是
1260 twentyeleven_attachment_size filter 3.2 是
1261 twentyeleven_author_bio_avatar_size filter 3.2 是
1262 twentyeleven_color_schemes filter 3.2 是
1263 twentyeleven_credits action 3.2 是
1264 twentyeleven_default_theme_options filter 3.2 是
1265 twentyeleven_enqueue_color_scheme action 3.2 是
1266 twentyeleven_header_image_height filter 3.2 是
1267 twentyeleven_header_image_width filter 3.2 是
1268 twentyeleven_layouts filter 3.2 是
1269 twentyeleven_layout_classes filter 3.2 是
1270 twentyeleven_status_avatar filter 3.2 是
1271 twentyeleven_theme_options_validate filter 3.2 是
1272 twentyten_attachment_height filter 3.1 是
1273 twentyten_attachment_size filter 3.0 是
1274 twentyten_author_bio_avatar_size filter 3.0 是
1275 twentyten_credits action 3.0 是
1276 twentyten_header_image_height filter 3.0 是
1277 twentyten_header_image_width filter 3.0 是
1278 type_url_form_media filter 3.3 是
1279 unarchive_blog action 3.0 是
1280 uninstall_{$file} action 2.7 是
1281 unload_textdomain action 3.0 是
1282 unmature_blog action 3.1 是
1283 unspammed_comment action 2.9 是
1284 unspam_comment action 2.9 是
1285 untrashed_comment action 2.9 是
1286 untrashed_post action 2.9 是
1287 untrashed_post_comments action 2.9 是
1288 untrash_comment action 2.9 是
1289 untrash_post action 2.9 是
1290 untrash_post_comments action 2.9 是
1291 unzip_file_use_ziparchive filter 3.0 是
1292 update-core-custom_{$action} action 3.2 是
1293 update-custom_{$action} action 2.8 是
1294 updated_option action 2.9 是
1295 updated_postmeta action 2.9 是
1296 updated_usermeta action 2.9 是
1297 updated_{$meta_type}_meta action 2.9 是
1298 update_attached_file filter 2.1 是
1299 update_blog_public action 3.0 是
1300 update_bulk_plugins_complete_actions filter 3.0 是
1301 update_bulk_theme_complete_actions filter 3.0 是
1302 update_feedback filter 2.5 是
1303 update_footer filter 2.3 是
1304 update_option action 2.9 是
1305 update_option_{$option_name} action 2.0.11 不推荐
1306 update_option_{$option} action 3.0 是
1307 update_plugin_complete_actions filter 2.7 是
1308 update_postmeta action 2.9 是
1309 update_site_option action 3.0 是
1310 update_site_option_{$key} action 2.9 不推荐
1311 update_site_option_{$option} action 3.0 是
1312 update_theme_complete_actions filter 2.8 是
1313 update_usermeta action 2.9 是
1314 update_user_query filter 2.0 不推荐
1315 update_welcome_email filter 3.0 是
1316 update_welcome_subject filter 3.0 是
1317 update_welcome_user_email filter 3.0 是
1318 update_welcome_user_subject filter 3.0 是
1319 update_wpmu_options action 3.0 是
1320 update_{$meta_type}_meta action 2.9 是
1321 update_{$meta_type}_metadata filter 3.1 是
1322 upgrader_clear_destination filter 2.8 是
1323 upgrader_post_install filter 2.8 是
1324 upgrader_pre_install filter 2.8 是
1325 upgrader_source_selection filter 2.8 是
1326 uploading_iframe_src filter 2.0 不推荐
1327 upload_dir filter 2.0 是
1328 upload_files_{$tab} action 2.1 不推荐
1329 upload_file_glob filter 2.6 不推荐
1330 upload_mimes filter 2.0 是
1331 upload_per_page filter 2.9 是
1332 upload_post_params filter 3.3 是
1333 upload_size_limit filter 2.5 是
1334 url_to_postid filter 2.2 是
1335 user_admin_menu action 3.1 是
1336 user_admin_notices action 3.1 是
1337 user_admin_url filter 3.1 是
1338 user_aim_label filter 2.8 不推荐
1339 user_can_richedit filter 2.1 是
1340 user_contactmethods filter 2.9 是
1341 user_dashboard_url filter 3.1 是
1342 user_edit_form_tag action 3.0 是
1343 user_has_cap filter 2.0 是
1344 user_jabber_label filter 2.8 不推荐
1345 user_new_form_tag action 3.0 是
1346 user_profile_update_errors action 2.8 是
1347 user_register action 1.5 是
1348 user_registration_email filter 2.1 是
1349 user_row_actions filter 2.8 是
1350 user_trailingslashit filter 2.2 是
1351 user_yim_label filter 2.8 不推荐
1352 user_{$field} filter 2.9 是
1353 user_{$name}_label filter 2.9 是
1354 use_curl_transport filter 2.7 是
1355 use_default_gallery_style filter 3.1 是
1356 use_fopen_transport filter 2.7 不推荐
1357 use_fsockopen_transport filter 2.7 是
1358 use_google_chrome_frame filter 3.2 是
1359 use_http_extension_transport filter 2.7 不推荐
1360 use_streams_transport filter 2.7 是
1361 validate_current_theme filter 2.7 是
1362 validate_username filter 2.0.11 是
1363 video_send_to_editor_url filter 2.8 不推荐
1364 video_upload_iframe_src filter 2.5 不推荐
1365 views_{$screen->id} filter 3.1 是
1366 visual_editor filter 2.5 不推荐
1367 walker_nav_menu_start_el filter 3.0 是
1368 whitelist_options filter 2.7 是
1369 widgetsphp action 2.8 是
1370 widgets_admin_page action 3.0 是
1371 widgets_init action 2.2 是
1372 widget_archives_args filter 2.8 是
1373 widget_archives_dropdown_args filter 2.8 是
1374 widget_categories_args filter 2.8 是
1375 widget_categories_dropdown_args filter 2.8 是
1376 widget_display_callback filter 2.8 是
1377 widget_form_callback filter 2.8 是
1378 widget_links_args filter 2.6 是
1379 widget_pages_args filter 2.8 是
1380 widget_tag_cloud_args filter 2.8 是
1381 widget_text filter 2.3 是
1382 widget_title filter 2.6 是
1383 widget_update_callback filter 2.8 是
1384 wp action 2.1 是
1385 wp-mailphp action 2.9 是
1386 wpmuadminedit action 3.0 是
1387 wpmuadminresult action 3.0 是
1388 wpmublogsaction action 3.0 是
1389 wpmueditblogaction action 3.0 是
1390 wpmu_activate_blog action 3.0 是
1391 wpmu_activate_user action 3.0 是
1392 wpmu_active_signup filter 3.0 是
1393 wpmu_blogs_columns filter 3.0 是
1394 wpmu_blog_updated action 3.0 是
1395 wpmu_delete_blog_upload_dir filter 3.0 是
1396 wpmu_delete_user action 3.0 是
1397 wpmu_drop_tables filter 3.0 是
1398 wpmu_new_blog action 3.0 是
1399 wpmu_new_user action 3.0 是
1400 wpmu_options action 3.0 是
1401 wpmu_signup_blog_notification filter 3.0 是
1402 wpmu_signup_blog_notification_email filter 3.0 是
1403 wpmu_signup_blog_notification_subject filter 3.0 是
1404 wpmu_signup_user_notification filter 3.0 是
1405 wpmu_signup_user_notification_email filter 3.0 是
1406 wpmu_signup_user_notification_subject filter 3.0 是
1407 wpmu_update_blog_options action 3.0 是
1408 wpmu_upgrade_page action 3.0 是
1409 wpmu_upgrade_site action 3.0 是
1410 wpmu_users_columns filter 3.0 是
1411 wpmu_validate_blog_signup filter 3.0 是
1412 wpmu_validate_user_signup filter 3.0 是
1413 wpmu_welcome_notification filter 3.0 是
1414 wpmu_welcome_user_notification filter 3.0 是
1415 wp_admin_bar_class filter 3.1 是
1416 wp_admin_css filter 2.3 是
1417 wp_admin_css_uri filter 2.3 是
1418 wp_after_admin_bar_render action 3.1 是
1419 wp_ajax_nopriv_{$_POST[action]} action 2.8 不推荐
1420 wp_ajax_nopriv_{$_REQUEST[action]} action 2.9 是
1421 wp_ajax_{$_GET[action]} action 2.7 是
1422 wp_ajax_{$_POST[action]} action 2.1 是
1423 wp_authenticate action 1.5.2 是
1424 wp_authenticate_user filter 2.5 是
1425 wp_before_admin_bar_render action 3.1 是
1426 wp_blacklist_check action 1.5 是
1427 wp_check_filetype_and_ext filter 3.0 是
1428 wp_check_post_lock_window filter 2.5 是
1429 wp_comment_reply filter 2.7 是
1430 wp_count_comments filter 2.7 是
1431 wp_create_file_in_uploads filter 2.1 是
1432 wp_create_nav_menu action 3.0 是
1433 wp_create_thumbnail filter 2.1 是
1434 wp_dashboard_setup action 2.5 是
1435 wp_dashboard_widgets filter 2.5 是
1436 wp_dashboard_widget_links_{$widget_id} filter 2.5 不推荐
1437 wp_default_editor filter 2.5 是
1438 wp_default_scripts action 2.6 是
1439 wp_default_styles action 2.6 是
1440 wp_delete_file filter 2.1 是
1441 wp_delete_nav_menu action 3.0 是
1442 wp_delete_post_revision action 2.6 是
1443 wp_die_handler filter 3.0 是
1444 wp_dropdown_cats filter 2.1 是
1445 wp_dropdown_pages filter 2.1 是
1446 wp_dropdown_users filter 2.3 是
1447 wp_edit_nav_menu_walker filter 3.0 是
1448 wp_enqueue_scripts action 2.8 是
1449 wp_feed_cache_transient_lifetime filter 2.8 是
1450 wp_feed_options action 3.0 是
1451 wp_footer action 1.5 是
1452 wp_fullscreen_buttons filter 3.2 是
1453 wp_generate_attachment_metadata filter 2.1 是
1454 wp_generate_tag_cloud filter 2.3 是
1455 wp_generator_type filter 2.5 是
1456 wp_get_attachment_image_attributes filter 2.8 是
1457 wp_get_attachment_link filter 2.7 是
1458 wp_get_attachment_metadata filter 2.1 是
1459 wp_get_attachment_thumb_file filter 2.1 是
1460 wp_get_attachment_thumb_url filter 2.1 是
1461 wp_get_attachment_url filter 2.1 是
1462 wp_get_current_commenter filter 3.1 是
1463 wp_get_nav_menus filter 3.0 是
1464 wp_get_nav_menu_items filter 3.0 是
1465 wp_get_object_terms filter 2.8 是
1466 wp_handle_upload filter 2.1 是
1467 wp_handle_upload_prefilter filter 2.9 是
1468 wp_head action 1.2.1 是
1469 wp_headers filter 2.8 是
1470 wp_insert_comment action 2.8 是
1471 wp_insert_post action 2.0 是
1472 wp_insert_post_data filter 2.7 是
1473 wp_insert_post_empty_content filter 3.3 是
1474 wp_insert_post_parent filter 3.1 是
1475 wp_is_large_network filter 3.3 是
1476 wp_link_pages_args filter 3.0 是
1477 wp_list_bookmarks filter 2.5 是
1478 wp_list_categories filter 2.1 是
1479 wp_list_pages filter 1.5.2 是
1480 wp_list_pages_excludes filter 2.1 是
1481 wp_loaded action 3.0 是
1482 wp_login action 1.5 是
1483 wp_login_failed action 2.5 是
1484 wp_logout action 1.5 是
1485 wp_mail filter 2.2 是
1486 wp_mail_charset filter 2.3 是
1487 wp_mail_content_type filter 2.3 是
1488 wp_mail_from filter 2.2 是
1489 wp_mail_from_name filter 2.3 是
1490 wp_mail_original_content filter 2.8 是
1491 wp_meta action 1.5 是
1492 wp_mime_type_icon filter 2.1 是
1493 wp_nav_menu filter 3.0 是
1494 wp_nav_menu_args filter 3.0 是
1495 wp_nav_menu_container_allowedtags filter 3.0 是
1496 wp_nav_menu_items filter 3.0 是
1497 wp_nav_menu_objects filter 3.1 是
1498 wp_nav_menu_{$menu->slug}_items filter 3.0 是
1499 wp_network_dashboard_setup action 3.1 是
1500 wp_network_dashboard_widgets filter 3.1 是
1501 wp_page_menu filter 2.7 是
1502 wp_page_menu_args filter 2.7 是
1503 wp_parse_str filter 2.3 是
1504 wp_print_footer_scripts action 2.8 是
1505 wp_print_scripts action 2.1 是
1506 wp_print_styles action 2.6 是
1507 wp_read_image_metadata filter 2.5 是
1508 wp_read_image_metadata_types filter 2.5 是
1509 wp_redirect filter 2.1 是
1510 wp_redirect_status filter 2.5 是
1511 wp_register_sidebar_widget action 3.0 是
1512 wp_restore_post_revision action 2.6 是
1513 wp_save_image_file filter 2.9 是
1514 wp_setup_nav_menu_item filter 3.0 是
1515 wp_set_comment_status action 1.5 是
1516 wp_signup_location filter 3.0 是
1517 wp_sprintf filter 2.5 是
1518 wp_sprintf_l filter 2.5 是
1519 wp_tag_cloud filter 2.3 是
1520 wp_thumbnail_creation_size_limit filter 2.1 不推荐
1521 wp_thumbnail_max_side_length filter 2.1 不推荐
1522 wp_title filter 2.0 是
1523 wp_title_rss filter 2.2 是
1524 wp_trash_post action 3.3 是
1525 wp_trim_excerpt filter 2.8 是
1526 wp_trim_words filter 3.3 是
1527 wp_unique_post_slug filter 3.3 是
1528 wp_unique_post_slug_is_bad_attachment_slug filter 3.1 是
1529 wp_unique_post_slug_is_bad_flat_slug filter 3.1 是
1530 wp_unique_post_slug_is_bad_hierarchical_slug filter 3.1 是
1531 wp_unregister_sidebar_widget action 3.0 是
1532 wp_update_attachment_metadata filter 2.1 是
1533 wp_update_comment_count action 2.3 是
1534 wp_update_nav_menu action 3.0 是
1535 wp_update_nav_menu_item action 3.0 是
1536 wp_update_term_parent filter 3.1 是
1537 wp_upload_bits filter 3.0 是
1538 wp_upload_resize filter 3.3 是
1539 wp_upload_tabs filter 2.1 不推荐
1540 wp_user_dashboard_setup action 3.1 是
1541 wp_user_dashboard_widgets filter 3.1 是
1542 wp_xmlrpc_server_class filter 3.1 是
1543 wxr_export_skip_postmeta filter 3.3 是
1544 xmlrpc_allow_anonymous_comments filter 2.7 是
1545 xmlrpc_blog_options filter 2.6 是
1546 xmlrpc_call action 2.5 是
1547 xmlrpc_methods filter 1.5 是
1548 xmlrpc_publish_post action 2.1 是
1549 xmlrpc_text_filters filter 2.2 是
1550 year_link filter 1.5 是
1551 _admin_menu action 2.2 是
1552 _core_updated_successfully action 3.3 是
1553 _get_page_link filter 2.1 是
1554 _network_admin_menu action 3.1 是
1555 _user_admin_menu action 3.1 是
1556 _wp_post_revision_fields filter 2.6 是
1557 _wp_post_revision_field_{$field} filter 2.6 是
1558 _wp_put_post_revision action 2.6 是
1559 _wp_relative_upload_path filter 2.9 是
1560 {$action} action 2.6 是
1561 {$adjacent}_post_link filter 2.6 是
1562 {$adjacent}_post_rel_link filter 2.8 是
1563 {$boundary}_post_rel_link filter 2.8 是
1564 {$bulk}?bulk_edit_custom_box: quick_edit_custom_box action 2.7 是
1565 {$callback} filter 2.8 不推荐
1566 {$field_no_prefix}_edit_pre filter 2.3 是
1567 {$field_no_prefix}_save_pre filter 2.3 是
1568 {$field} filter 2.3 是
1569 {$field}_pre filter 2.3 是
1570 {$hook} action 2.1 是
1571 {$new_status}_{$post->post_type} action 2.3 是
1572 {$old_status}_to_{$new_status} action 2.3 是
1573 {$option} filter 2.9 是
1574 {$page_hook} action 1.5 是
1575 {$permastructname}_rewrite_rules filter 3.1 是
1576 {$per_page} filter 3.0 是
1577 {$prefix}plugin_action_links filter 3.1 是
1578 {$prefix}plugin_action_links_{$plugin_file} filter 3.1 是
1579 {$taxonomy}_add_form action 3.0 是
1580 {$taxonomy}_add_form_fields action 3.0 是
1581 {$taxonomy}_edit_form action 3.0 是
1582 {$taxonomy}_edit_form_fields action 3.0 是
1583 {$taxonomy}_pre_add_form action 3.0 是
1584 {$taxonomy}_pre_edit_form action 3.0 是
1585 {$taxonomy}_row_actions filter 3.0 是
1586 {$taxonomy}_{$field_rss} filter 2.3 已于2.5版改名
1587 {$taxonomy}_{$field} filter 2.3 是
1588 {$taxonomy}_{$field}_rss filter 2.5 是
1589 {$type}_send_to_editor_url filter 3.3 是
1590 {$type}_template filter 1.5 是
1591 {$type}_upload_iframe_src filter 3.0 是
posted @ 2016-07-28 11:14  jackluo  阅读(871)  评论(0)    收藏  举报