A | B | C | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Function | Codex | DevHub | 2020 Editor | # Examples | Status | Notes | Cross-check | ||||||||||||||||
2 | get_terms | Article | Reference | DrewAPicture | Done | One example was already included but Codex had several more | OK | |||||||||||||||||
3 | get_the_title | Article | Reference | DrewAPicture | Done | Changed some of the layout to replace PHPhTML mix | OK | |||||||||||||||||
4 | is_home | Article | Reference | DrewAPicture | Done | OK | ||||||||||||||||||
5 | comment_reply_link | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/47826 | OK | ||||||||||||||||
6 | post_permalink | Article | Reference | atachibana | 1 | Done | Added Usage code | OK | ||||||||||||||||
7 | media_handle_sideload | Article | Reference | atachibana | 1 | Done | 1 usage, 1 example code | OK | ||||||||||||||||
8 | bloginfo | Article | Reference | DrewAPicture | 5 | Done | Not sure if the example output is still completely correct | OK | ||||||||||||||||
9 | get_page_by_title | Article | Reference | atachibana | 2 | Done | https://core.trac.wordpress.org/ticket/47860 | Fixed | OK | |||||||||||||||
10 | export_wp | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/36338 | OK | ||||||||||||||||
11 | get_last_updated | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/47861 | Fixed | OK | |||||||||||||||
12 | get_post_type_archive_feed_link | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/47862 | Fixed | OK | |||||||||||||||
13 | header_textcolor | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/36336 | OK | ||||||||||||||||
14 | iso8601_timezone_to_offset | Article | Reference | atachibana | 1 | Done | Check the "Notes" section during migration | OK | ||||||||||||||||
15 | popuplinks | Article | Reference | DrewAPicture | 1 | Done | this is deprecated; in 4.5beta it's in deprecated.php, and it's not used by anything | OK | ||||||||||||||||
16 | seems_utf8 | Article | Reference | atachibana | 0 | Done | OK | |||||||||||||||||
17 | validate_plugin | Article | Reference | atachibana | 0 | Done | https://core.trac.wordpress.org/ticket/36333 | OK | ||||||||||||||||
18 | wp_checkdate | Article | Reference | atachibana | 0 | Done | Check the "Notes" section during migration | OK | ||||||||||||||||
19 | wp_defer_term_counting | Article | Reference | atachibana | 0 | Done | OK | |||||||||||||||||
20 | get_gmt_from_date | Article | Reference | DrewAPicture | 0 | Done | Redirected by webdevmattcrom | OK | ||||||||||||||||
21 | login_header | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
22 | background_image | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
23 | get_user_id_from_string | Article | Reference | DrewAPicture | 0 | Done | Deprecated | OK | ||||||||||||||||
24 | wp_rand | Article | Reference | DrewAPicture | 0 | Done | Description added and redirected by webdevmattcrom | OK | ||||||||||||||||
25 | set_query_var | Article | Reference | DrewAPicture | 0 | Done | Description added and redirected by webdevmattcrom | OK | ||||||||||||||||
26 | comment_author_IP | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
27 | is_day | Article | Reference | DrewAPicture | 0 | Done | Description added and redirected by webdevmattcrom | OK | ||||||||||||||||
28 | get_settings_errors | Article | Reference | stevenlinx | 0 | Done | Return array on DevHub can be more descriptive: https://core.trac.wordpress.org/ticket/42786 | OK | ||||||||||||||||
29 | get_bloginfo_rss | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
30 | get_post_taxonomies | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
31 | get_search_template | Article | Reference | atachibana | 0 | Done | Waiting on clarity for this issue: https://core.trac.wordpress.org/ticket/42788 | OK | ||||||||||||||||
32 | is_year | Article | Reference | atachibana | 0 | Done | No example | OK | ||||||||||||||||
33 | wp_oembed_remove_provider | Article | Reference | atachibana | 1 | Done | OK | |||||||||||||||||
34 | disabled | Article | Reference | DrewAPicture | 0 | Done | No example | OK | ||||||||||||||||
35 | get_admin_page_title | Article | Reference | stevenlinx | 1 | Done | Description added and Trac Ticket Closed. https://core.trac.wordpress.org/ticket/49067 | OK | ||||||||||||||||
36 | get_themes | Article | Reference | stevenlinx | 0 | Done | Deprecated. The replacement function wp_get_themes() is already migrated. | OK | ||||||||||||||||
37 | term_is_ancestor_of | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
38 | delete_comment_meta | Article | Reference | stevenlinx | 2 | Done | OK | |||||||||||||||||
39 | get_comment_author_url | Article | Reference | stevenlinx | 1 | Done | Description added and Trac Ticket Closed. https://core.trac.wordpress.org/ticket/49076 | OK | ||||||||||||||||
40 | validate_file | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
41 | wp_list_filter | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
42 | wp_max_upload_size | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
43 | convert_smilies | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
44 | get_comment_author_link | Article | Reference | stevenlinx | 0 | Done | Added Usage notes to Code Reference. | OK | ||||||||||||||||
45 | grant_super_admin | Article | Reference | stevenlinx | 0 | Done | Added Usage notes to Code Reference. | OK | ||||||||||||||||
46 | wp_get_comment_status | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
47 | delete_site_transient | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
48 | get_most_recent_post_of_user | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
49 | wp_allow_comment | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
50 | wp_remote_retrieve_header | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
51 | get_edit_term_link | Article | Reference | stevenlinx | 1 | Done | Added second example to Code Reference. | OK | ||||||||||||||||
52 | trackback_url | Article | Reference | stevenlinx | 1 | Done | Added example to Code Reference. | OK | ||||||||||||||||
53 | update_post_caches | Article | Reference | stevenlinx | 0 | Done | Added Usage notes to Code Reference. | OK | ||||||||||||||||
54 | wp_generate_auth_cookie | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
55 | the_date_xml | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
56 | timer_stop | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
57 | user_trailingslashit | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
58 | wpmu_delete_user | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
59 | get_blogs_of_user | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
60 | get_theme_support | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
61 | count_many_users_posts | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
62 | get_rss | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
63 | link_pages | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
64 | restore_current_blog | Article | Reference | stevenlinx | 1 | Done | Added Usage notes to Code Reference. | OK | ||||||||||||||||
65 | wp_filter_comment | Article | Reference | 1 | Done | No example | OK | |||||||||||||||||
66 | get_background_color | Article | Reference | Marcio | 1 | Done | OK | |||||||||||||||||
67 | is_multi_author | Article | Reference | stevenlinx | 1 | Done | No example | OK | ||||||||||||||||
68 | wp_explain_nonce | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
69 | wp_get_current_commenter | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
70 | do_robots | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
71 | is_network_admin | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
72 | utf8_uri_encode | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
73 | wp_iframe | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
74 | get_active_blog_for_user | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
75 | get_the_content_feed | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
76 | remove_custom_background | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
77 | the_author_login | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
78 | wp_get_http_headers | Article | Reference | stevenlinx | 0 | Done | No example | OK | ||||||||||||||||
79 | wp_get_session_token | Article | Reference | stevenlinx | 0 | Done | No Proper Information in Codex Article. | OK | ||||||||||||||||
80 | wp_get_video_extensions | Article | Reference | Marcio | 1 | Done | OK | |||||||||||||||||
81 | wp_is_post_autosave | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
82 | zeroise | Article | Reference | stevenlinx | 1 | Done | OK | |||||||||||||||||
83 | check_upload_mimes | Article | Reference | Marcio | 1 | Done | OK | |||||||||||||||||
84 | comments_rss_link | Article | Reference | stevenlinx | 0 | Done | Deprecated | OK | ||||||||||||||||
85 | get_bookmark_field | Article | Reference | atachibana | 0 | Done | No example | OK | ||||||||||||||||
86 | get_feed_link | Article | Reference | atachibana | 0 | Done | No example | OK | ||||||||||||||||
87 | get_home_template | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
88 | pingback | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
89 | remove_custom_image_header | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
90 | remove_theme_mods | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
91 | sanitize_sql_orderby | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
92 | the_title_rss | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
93 | wp_check_browser_version | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
94 | wp_parse_auth_cookie | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
95 | image_constrain_size_for_editor | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
96 | comment_author_email_link | Article | Reference | Marcio | 2 | Done | OK | |||||||||||||||||
97 | get_id_from_blogname | Article | Reference | Marcio | 2 | Done | OK | |||||||||||||||||
98 | the_content_feed | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
99 | wp_embed_handler_audio | Article | Reference | Marcio | 0 | Done | No example | OK | ||||||||||||||||
100 | wp_remote_head | Article | Reference | Marcio | 0 | Done | No example | OK |