WordPress开发必备:WordPress5.3.*函数大全[2/6]

说明

【WordPress5.3.*函数大全系列】包含 WordPress 在其开发者资源网公布的 WordPress 5.3. 的全部函数,一共 1470 个。

由于将这些内容全部放在一篇文章中会超出 WordPress 的限制,也会在加载过程中对【荒原之梦】的数据库造成产生较大的负荷,因此,我将这 1470 个函数分列到了 6 篇文章中,如下:

WordPress开发必备:WordPress5.3.*函数大全[1/6]
WordPress开发必备:WordPress5.3.*函数大全[2/6]
WordPress开发必备:WordPress5.3.*函数大全[3/6]
WordPress开发必备:WordPress5.3.*函数大全[4/6]
WordPress开发必备:WordPress5.3.*函数大全[5/6]
WordPress开发必备:WordPress5.3.*函数大全[6/6]

您也可以在我的 GitHub 上找到【WordPress开发必备:WordPress5.3.*函数大全】等 WordPress 开发资料:

https://github.com/zhaokaifengcom/wordpress-develop

本文中的函数对应于 WordPress 5.3.* 版主程序,此前及此后的版本中一些常用函数的变化通常不会太大,也可以参考本系列文章列出的函数。

正文

※251※

delete_user_option()

Function: Delete user option with global blog capability.
Source: wp-includes/user.php:553
Used by 1 function | Uses 2 functions

※252※

delete_user_setting()

Function: Delete user interface settings.
Source: wp-includes/option.php:1014
Used by 2 functions | Uses 2 functions

※253※

deslash()

Function: Filters for content to remove unnecessary slashes.
Source: wp-admin/includes/upgrade.php:2510
Used by 0 functions | Uses 0 functions

※254※

determine_locale()

Function: Determine the current locale desired for the request.
Source: wp-includes/l10n.php:121
Used by 10 functions | Uses 8 functions

※255※

did_action()

Function: Retrieve the number of times an action is fired.
Source: wp-includes/plugin.php:493
Used by 36 functions | Uses 0 functions

※256※

disabled()

Function: Outputs the html disabled attribute.
Source: wp-includes/general-template.php:4678
Used by 6 functions | Uses 1 function

※257※

discover_pingback_server_uri()

Function: Finds a pingback server URI based on the given URL.
Source: wp-includes/comment.php:2568
Used by 1 function | Uses 7 functions

※258※

dismissed_updates()

Function: Display dismissed updates.
Source: wp-admin/update-core.php:179
Used by 1 function | Uses 4 functions

※259※

dismiss_core_update()

Function:
Source: wp-admin/includes/update.php:162
Used by 1 function | Uses 2 functions

※260※

display_header()

Function: Display installation header.
Source: wp-admin/install.php:58
Used by 0 functions | Uses 6 functions

※261※

display_header_text()

Function: Whether to display the header text.
Source: wp-includes/theme.php:1047
Used by 2 functions | Uses 3 functions

※262※

display_plugins_table()

Function: Display plugin content based on plugin list.
Source: wp-admin/includes/plugin-install.php:390
Used by 1 function | Uses 4 functions

※263※

display_setup_form()

Function: Display installer setup form.
Source: wp-admin/install.php:91
Used by 0 functions | Uses 16 functions

※264※

display_space_usage()

Function: Displays the amount of disk space used by the current site. Not used in core.
Source: wp-admin/includes/ms.php:246
Used by 0 functions | Uses 4 functions

※265※

display_theme()

Function: Prints a theme on the Install Themes pages.
Source: wp-admin/includes/theme-install.php:201
Used by 0 functions | Uses 4 functions

※266※

display_themes()

Function: Display theme content based on theme list.
Source: wp-admin/includes/theme-install.php:218
Used by 0 functions | Uses 3 functions

※267※

documentation_link()

Function: Unused Admin function.
Source: wp-admin/includes/deprecated.php:33
Used by 0 functions | Uses 1 function

※268※

doing_action()

Function: Retrieve the name of an action currently being processed.
Source: wp-includes/plugin.php:379
Used by 2 functions | Uses 1 function

※269※

doing_filter()

Function: Retrieve the name of a filter currently being processed.
Source: wp-includes/plugin.php:360
Used by 2 functions | Uses 0 functions

※270※

dolly_css()

Function:
Source: wp-content/plugins/hello.php:63
Used by 0 functions | Uses 0 functions

※271※

domain_exists()

Function: Checks whether a site name is already taken.
Source: wp-includes/ms-functions.php:1487
Used by 4 functions | Uses 4 functions

※272※

download_url()

Function: Downloads a URL to a local temporary file using the WordPress HTTP API.
Source: wp-admin/includes/file.php:997
Used by 2 functions | Uses 16 functions

※273※

do_accordion_sections()

Function: Meta Box Accordion Template Function.
Source: wp-admin/includes/template.php:1425
Used by 0 functions | Uses 8 functions

※274※

do_action()

Function: Execute functions hooked on a specific action hook.
Source: wp-includes/plugin.php:444
Used by 372 functions | Uses 1 function

※275※

do_action_deprecated()

Function: Fires functions attached to a deprecated action hook.
Source: wp-includes/plugin.php:653
Used by 4 functions | Uses 3 functions

※276※

do_action_ref_array()

Function: Calls the callback functions that have been added to an action hook, specifying arguments in an array.
Source: wp-includes/plugin.php:517
Used by 29 functions | Uses 1 function

※277※

do_activate_header()

Function: Adds an action hook specific to this page.
Source: wp-activate.php:88
Used by 0 functions | Uses 2 functions

※278※

do_all_pings()

Function: Perform all pingbacks, enclosures, trackbacks, and send to pingback services.
Source: wp-includes/comment.php:2652
Used by 0 functions | Uses 7 functions

※279※

do_blocks()

Function: Parses dynamic blocks out of post_content and re-renders them.
Source: wp-includes/blocks.php:308
Used by 0 functions | Uses 7 functions

※280※

do_block_editor_incompatible_meta_box()

Function: Function that renders a “fake” meta box with an information message, shown on the block editor, when an incompatible meta box is found.
Source: wp-admin/includes/template.php:1122
Used by 0 functions | Uses 12 functions

※281※

do_core_upgrade()

Function: Upgrade WordPress core display.
Source: wp-admin/update-core.php:555
Used by 0 functions | Uses 11 functions

※282※

do_dismiss_core_update()

Function:
Source: wp-admin/update-core.php:657
Used by 0 functions | Uses 4 functions

※283※

do_enclose()

Function: Check content for video and audio links to add as enclosures.
Source: wp-includes/functions.php:811
Used by 1 function | Uses 13 functions

※284※

do_feed()

Function: Load the feed template from the use of an action hook.
Source: wp-includes/functions.php:1510
Used by 0 functions | Uses 7 functions

※285※

do_feed_atom()

Function: Load either Atom comment feed or Atom posts feed.
Source: wp-includes/functions.php:1589
Used by 0 functions | Uses 1 function

※286※

do_feed_rdf()

Function: Load the RDF RSS 0.91 Feed template.
Source: wp-includes/functions.php:1548
Used by 0 functions | Uses 1 function

※287※

do_feed_rss()

Function: Load the RSS 1.0 Feed Template.
Source: wp-includes/functions.php:1559
Used by 0 functions | Uses 1 function

※288※

do_feed_rss2()

Function: Load either the RSS2 comment feed or the RSS2 posts feed.
Source: wp-includes/functions.php:1572
Used by 0 functions | Uses 1 function

※289※

do_meta_boxes()

Function: Meta-Box template function.
Source: wp-admin/includes/template.php:1232
Used by 2 functions | Uses 9 functions

※290※

do_robots()

Function: Displays the default robots.txt file content.
Source: wp-includes/functions.php:1604
Used by 0 functions | Uses 6 functions

※291※

do_settings_fields()

Function: Print out the settings fields for a particular settings section.
Source: wp-admin/includes/template.php:1667
Used by 1 function | Uses 1 function

※292※

do_settings_sections()

Function: Prints out all settings sections added to a particular settings page
Source: wp-admin/includes/template.php:1628
Used by 0 functions | Uses 1 function

※293※

do_shortcode()

Function: Search content for shortcodes and filter shortcodes through their hooks.
Source: wp-includes/shortcodes.php:177
Used by 5 functions | Uses 3 functions

※294※

do_shortcodes_in_html_tags()

Function: Search only inside HTML elements for shortcodes and process them.
Source: wp-includes/shortcodes.php:355
Used by 2 functions | Uses 4 functions

※295※

do_shortcode_tag()

Function: Regular Expression callable for do_shortcode() for calling shortcode hook.
Source: wp-includes/shortcodes.php:287
Used by 1 function | Uses 6 functions

※296※

do_signup_header()

Function: Prints signup_header via wp_head
Source: wp-signup.php:22
Used by 0 functions | Uses 2 functions

※297※

do_trackbacks()

Function: Perform trackbacks.
Source: wp-includes/comment.php:2717
Used by 1 function | Uses 12 functions

※298※

do_undismiss_core_update()

Function: Undismiss a core update.
Source: wp-admin/update-core.php:674
Used by 0 functions | Uses 4 functions

※299※

dropdown_categories()

Function: Legacy function used to generate the categories checklist control.
Source: wp-admin/includes/deprecated.php:82
Used by 0 functions | Uses 2 functions

※300※

dropdown_cats()

Function: Deprecated method for generating a drop-down of categories.
Source: wp-includes/deprecated.php:677
Used by 0 functions | Uses 4 functions

※301※

dropdown_link_categories()

Function: Legacy function used to generate a link categories checklist control.
Source: wp-admin/includes/deprecated.php:97
Used by 0 functions | Uses 2 functions

※302※

drop_index()

Function: Drops a specified index from a table.
Source: wp-admin/includes/upgrade.php:2337
Used by 1 function | Uses 3 functions

※303※

dynamic_sidebar()

Function: Display dynamic sidebar.
Source: wp-includes/widgets.php:669
Used by 2 functions | Uses 9 functions

※304※

edit_bookmark_link()

Function: Displays the edit bookmark link anchor content.
Source: wp-includes/link-template.php:1585
Used by 0 functions | Uses 7 functions

※305※

edit_comment()

Function: Update a comment with values provided in $_POST.
Source: wp-admin/includes/comment.php:50
Used by 1 function | Uses 4 functions

※306※

edit_comment_link()

Function: Displays the edit comment link with formatting.
Source: wp-includes/link-template.php:1522
Used by 3 functions | Uses 7 functions

※307※

edit_form_image_editor()

Function: Displays the image and editor in the post editor
Source: wp-admin/includes/media.php:3052
Used by 0 functions | Uses 23 functions

※308※

edit_link()

Function: Updates or inserts a link using values provided in $_POST.
Source: wp-admin/includes/bookmark.php:28
Used by 1 function | Uses 7 functions

※309※

edit_post()

Function: Update an existing post with values provided in $_POST.
Source: wp-admin/includes/post.php:229
Used by 6 functions | Uses 40 functions

※310※

edit_post_link()

Function: Displays the edit post link for post.
Source: wp-includes/link-template.php:1410
Used by 0 functions | Uses 7 functions

※311※

edit_tag_link()

Function: Displays or retrieves the edit link for a tag with formatting.
Source: wp-includes/link-template.php:967
Used by 0 functions | Uses 3 functions

※312※

edit_term_link()

Function: Displays or retrieves the edit term link with formatting.
Source: wp-includes/link-template.php:1047
Used by 1 function | Uses 7 functions

※313※

edit_user()

Function: Edit user settings based on contents of $_POST
Source: wp-admin/includes/user.php:30
Used by 2 functions | Uses 30 functions

※314※

email_exists()

Function: Determines whether the given email exists.
Source: wp-includes/user.php:1428
Used by 6 functions | Uses 1 function

※315※

endElement()

Function: XML callback function that is called at the end of a XML tag.
Source: wp-admin/link-parse-opml.php:71
Used by 0 functions | Uses 0 functions

※316※

enqueue_block_styles_assets()

Function: Function responsible for enqueuing the styles required for block styles functionality on the editor and on the frontend.
Source: wp-includes/script-loader.php:2898
Used by 0 functions | Uses 3 functions

※317※

enqueue_comment_hotkeys_js()

Function:
Source: wp-admin/includes/comment.php:198
Used by 0 functions | Uses 2 functions

※318※

enqueue_editor_block_styles_assets()

Function: Function responsible for enqueuing the assets required for block styles functionality on the editor.
Source: wp-includes/script-loader.php:2918
Used by 0 functions | Uses 5 functions

※319※

enqueue_embed_scripts()

Function: Enqueue embed iframe default CSS and JS & fire do_action(‘enqueue_embed_scripts’)
Source: wp-includes/embed.php:986
Used by 0 functions | Uses 3 functions

※320※

ent2ncr()

Function: Converts named entities into numbered entities.
Source: wp-includes/formatting.php:3895
Used by 0 functions | Uses 2 functions

※321※

esc_attr()

Function: Escaping for HTML attributes.
Source: wp-includes/formatting.php:4465
Used by 272 functions | Uses 4 functions

※322※

esc_attr_e()

Function: Display translated text that has been escaped for safe use in an attribute.
Source: wp-includes/l10n.php:313
Used by 48 functions | Uses 2 functions

※323※

esc_attr_x()

Function: Translate string with gettext context, and escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:377
Used by 5 functions | Uses 2 functions

※324※

esc_attr__()

Function: Retrieve the translation of $text and escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:270
Used by 23 functions | Uses 2 functions

※325※

esc_html()

Function: Escaping for HTML blocks.
Source: wp-includes/formatting.php:4440
Used by 161 functions | Uses 4 functions

※326※

esc_html_e()

Function: Display translated text that has been escaped for safe use in HTML output.
Source: wp-includes/l10n.php:326
Used by 16 functions | Uses 2 functions

※327※

esc_html_x()

Function: Translate string with gettext context, and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:392
Used by 0 functions | Uses 2 functions

※328※

esc_html__()

Function: Retrieve the translation of $text and escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:287
Used by 3 functions | Uses 2 functions

※329※

esc_js()

Function: Escape single quotes, htmlspecialchar ” &, and fix line endings.
Source: wp-includes/formatting.php:4412
Used by 18 functions | Uses 4 functions

※330※

esc_sql()

Function: Escapes data for use in a MySQL query.
Source: wp-includes/formatting.php:4254
Used by 9 functions | Uses 1 function

※331※

esc_textarea()

Function: Escaping for textarea values.
Source: wp-includes/formatting.php:4490
Used by 9 functions | Uses 3 functions

※332※

esc_url()

Function: Checks and cleans a URL.
Source: wp-includes/formatting.php:4274
Used by 269 functions | Uses 8 functions

※333※

esc_url_raw()

Function: Performs esc_url() for database usage.
Source: wp-includes/formatting.php:4380
Used by 43 functions | Uses 1 function

※334※

excerpt_remove_blocks()

Function: Parses blocks out of a content string, and renders those appropriate for the excerpt.
Source: wp-includes/blocks.php:127
Used by 1 function | Uses 5 functions

※335※

export_add_js()

Function: Display JavaScript on the page.
Source: wp-admin/export.php:25
Used by 0 functions | Uses 0 functions

※336※

export_date_options()

Function: Create the date options fields for exporting a given post type.
Source: wp-admin/export.php:137
Used by 0 functions | Uses 4 functions

※337※

export_wp()

Function: Generates the WXR export file for download.
Source: wp-admin/includes/export.php:56
Used by 0 functions | Uses 50 functions

※338※

extract_from_markers()

Function: Extracts strings from between the BEGIN and END markers in the .htaccess file.
Source: wp-admin/includes/misc.php:67
Used by 0 functions | Uses 0 functions

※339※

favorite_actions()

Function: Favorite actions were deprecated in version 3.2. Use the admin bar instead.
Source: wp-admin/includes/deprecated.php:868
Used by 0 functions | Uses 1 function

※340※

feed_content_type()

Function: Return the content type for specified feed type.
Source: wp-includes/feed.php:706
Used by 3 functions | Uses 3 functions

※341※

feed_links()

Function: Display the links to the general feeds.
Source: wp-includes/general-template.php:2921
Used by 0 functions | Uses 13 functions

※342※

feed_links_extra()

Function: Display the links to the extra feeds such as category feeds.
Source: wp-includes/general-template.php:2967
Used by 0 functions | Uses 32 functions

※343※

fetch_feed()

Function: Build SimplePie object based on RSS or Atom feed from URL.
Source: wp-includes/feed.php:743
Used by 5 functions | Uses 6 functions

※344※

fetch_rss()

Function: Build Magpie object based on RSS from URL.
Source: wp-includes/rss.php:412
Used by 2 functions | Uses 5 functions

※345※

file_is_displayable_image()

Function: Validate that file is suitable for displaying within a web page.
Source: wp-admin/includes/image.php:869
Used by 1 function | Uses 2 functions

※346※

file_is_valid_image()

Function: Validate that file is an image.
Source: wp-admin/includes/image.php:856
Used by 0 functions | Uses 0 functions

※347※

filter_default_option()

Function: Filter the default value for the option.
Source: wp-includes/option.php:2288
Used by 0 functions | Uses 1 function

※348※

filter_SSL()

Function: Formats a URL to use https.
Source: wp-includes/ms-functions.php:2288
Used by 0 functions | Uses 4 functions

※349※

find_core_auto_update()

Function: Gets the best available (and enabled) Auto-Update for WordPress Core.
Source: wp-admin/includes/update.php:83
Used by 1 function | Uses 1 function

※350※

find_core_update()

Function:
Source: wp-admin/includes/update.php:190
Used by 3 functions | Uses 1 function

※351※

find_posts_div()

Function: Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
Source: wp-admin/includes/template.php:1866
Used by 0 functions | Uses 6 functions

※352※

fix_import_form_size()

Function: Get the remaining upload space for this site.
Source: wp-admin/includes/ms.php:271
Used by 0 functions | Uses 2 functions

※353※

fix_phpmailer_messageid()

Function: Correct From host on outgoing mail to match the site domain
Source: wp-includes/ms-functions.php:2173
Used by 0 functions | Uses 1 function

※354※

floated_admin_avatar()

Function: Add avatars to relevant places in admin, or try to.
Source: wp-admin/includes/comment.php:190
Used by 0 functions | Uses 2 functions

※355※

flush_rewrite_rules()

Function: Remove rewrite rules and then recreate rewrite rules.
Source: wp-includes/rewrite.php:274
Used by 4 functions | Uses 1 function

※356※

force_balance_tags()

Function: Balances tags of string using a modified stack.
Source: wp-includes/formatting.php:2459
Used by 2 functions | Uses 0 functions

※357※

force_ssl_admin()

Function: Whether to force SSL used for the Administration Screens.
Source: wp-includes/functions.php:5056
Used by 5 functions | Uses 0 functions

※358※

force_ssl_content()

Function: Whether to force SSL on content.
Source: wp-includes/ms-functions.php:2266
Used by 1 function | Uses 0 functions

※359※

force_ssl_login()

Function: Whether SSL login should be forced.
Source: wp-includes/deprecated.php:3701
Used by 0 functions | Uses 2 functions

※360※

format_code_lang()

Function: Returns the language for a language code.
Source: wp-admin/includes/ms.php:336
Used by 1 function | Uses 2 functions

※361※

format_for_editor()

Function: Formats text for the editor.
Source: wp-includes/formatting.php:4192
Used by 0 functions | Uses 3 functions

※362※

format_to_edit()

Function: Acts on text which is about to be edited.
Source: wp-includes/formatting.php:2620
Used by 2 functions | Uses 3 functions

※363※

format_to_post()

Function: Formerly used to escape strings before inserting into the DB.
Source: wp-includes/deprecated.php:3422
Used by 0 functions | Uses 1 function

※364※

form_option()

Function: Print option value after sanitizing for forms.
Source: wp-includes/option.php:184
Used by 0 functions | Uses 2 functions

※365※

funky_javascript_callback()

Function: Callback used to change %uXXXX to &#YYY; syntax
Source: wp-includes/deprecated.php:2448
Used by 0 functions | Uses 0 functions

※366※

funky_javascript_fix()

Function: Fixes JavaScript bugs in browsers.
Source: wp-includes/deprecated.php:2466
Used by 0 functions | Uses 1 function

※367※

gallery_shortcode()

Function: Builds the Gallery shortcode output.
Source: wp-includes/media.php:1802
Used by 1 function | Uses 18 functions

※368※

gd_edit_image_support()

Function: Check if the installed version of GD supports particular image type
Source: wp-includes/deprecated.php:3308
Used by 0 functions | Uses 1 function

※369※

generate_postdata()

Function: Generates post data.
Source: wp-includes/query.php:1155
Used by 1 function | Uses 1 function

※370※

generate_random_password()

Function: Generates a random password.
Source: wp-includes/ms-deprecated.php:44
Used by 0 functions | Uses 2 functions

※371※

generic_ping()

Function: Sends pings to all of the ping site services.
Source: wp-includes/comment.php:2774
Used by 1 function | Uses 2 functions

※372※

get_404_template()

Function: Retrieve path of 404 template in current or parent template.
Source: wp-includes/template.php:94
Used by 0 functions | Uses 1 function

※373※

get_active_blog_for_user()

Function: Get one of a user’s active blogs
Source: wp-includes/ms-functions.php:40
Used by 3 functions | Uses 9 functions

※374※

get_adjacent_post()

Function: Retrieves the adjacent post.
Source: wp-includes/link-template.php:1697
Used by 4 functions | Uses 21 functions

※375※

get_adjacent_post_link()

Function: Retrieves the adjacent post link.
Source: wp-includes/link-template.php:2147
Used by 3 functions | Uses 10 functions

※376※

get_adjacent_post_rel_link()

Function: Retrieves the adjacent post relational link.
Source: wp-includes/link-template.php:1890
Used by 3 functions | Uses 11 functions

※377※

get_admin_page_parent()

Function:
Source: wp-admin/includes/plugin.php:1808
Used by 3 functions | Uses 0 functions

※378※

get_admin_page_title()

Function:
Source: wp-admin/includes/plugin.php:1880
Used by 0 functions | Uses 2 functions

※379※

get_admin_url()

Function: Retrieves the URL to the admin area for a given site.
Source: wp-includes/link-template.php:3295
Used by 7 functions | Uses 3 functions

※380※

get_admin_users_for_domain()

Function: Get the admin for a domain/path combination.
Source: wp-includes/ms-deprecated.php:432
Used by 0 functions | Uses 5 functions

※381※

get_alloptions()

Function: Retrieve all autoload options, or all options if no autoloaded ones exist.
Source: wp-includes/deprecated.php:1828
Used by 0 functions | Uses 2 functions

※382※

get_alloptions_110()

Function: Retrieve all options as it was for 1.2.
Source: wp-admin/includes/upgrade.php:2451
Used by 0 functions | Uses 2 functions

※383※

get_allowed_http_origins()

Function: Retrieve list of allowed HTTP origins.
Source: wp-includes/http.php:416
Used by 1 function | Uses 4 functions

※384※

get_allowed_mime_types()

Function: Retrieve list of allowed mime types and file extensions.
Source: wp-includes/functions.php:3028
Used by 6 functions | Uses 5 functions

※385※

get_allowed_themes()

Function: Get the allowed themes for the current site.
Source: wp-admin/includes/deprecated.php:1006
Used by 0 functions | Uses 2 functions

※386※

get_all_category_ids()

Function: Retrieves all category IDs.
Source: wp-includes/deprecated.php:1286
Used by 1 function | Uses 4 functions

※387※

get_all_page_ids()

Function: Get a list of page IDs.
Source: wp-includes/post.php:4839
Used by 0 functions | Uses 3 functions

※388※

get_all_post_type_supports()

Function: Get all the post type features
Source: wp-includes/post.php:1881
Used by 2 functions | Uses 0 functions

※389※

get_all_user_settings()

Function: Retrieve all user interface settings.
Source: wp-includes/option.php:1046
Used by 3 functions | Uses 2 functions

※390※

get_ancestors()

Function: Get an array of ancestor IDs for a given object.
Source: wp-includes/taxonomy.php:4497
Used by 4 functions | Uses 7 functions

※391※

get_approved_comments()

Function: Retrieve the approved comments for post $post_id.
Source: wp-includes/comment.php:162
Used by 0 functions | Uses 2 functions

※392※

get_archives()

Function: Retrieves a list of archives.
Source: wp-includes/deprecated.php:767
Used by 0 functions | Uses 2 functions

※393※

get_archives_link()

Function: Retrieve archive link content based on predefined or custom code.
Source: wp-includes/general-template.php:1737
Used by 1 function | Uses 5 functions

※394※

get_archive_template()

Function: Retrieve path of archive template in current or parent template.
Source: wp-includes/template.php:110
Used by 1 function | Uses 2 functions

※395※

get_attached_file()

Function: Retrieve attached file path based on attachment ID.
Source: wp-includes/post.php:495
Used by 24 functions | Uses 4 functions

※396※

get_attached_media()

Function: Retrieves media attached to the passed post.
Source: wp-includes/media.php:3993
Used by 2 functions | Uses 5 functions

※397※

get_attachment_fields_to_edit()

Function: Retrieves the attachment fields to edit form fields.
Source: wp-admin/includes/media.php:1344
Used by 1 function | Uses 18 functions

※398※

get_attachment_icon()

Function: Retrieve HTML content of icon attachment image element.
Source: wp-includes/deprecated.php:1916
Used by 1 function | Uses 5 functions

※399※

get_attachment_icon_src()

Function: Retrieve icon URL and Path.
Source: wp-includes/deprecated.php:1874
Used by 1 function | Uses 11 functions

※400※

get_attachment_innerHTML()

Function: Retrieve HTML content of image element.
Source: wp-includes/deprecated.php:1972
Used by 1 function | Uses 5 functions

※401※

get_attachment_link()

Function: Retrieves the permalink for an attachment.
Source: wp-includes/link-template.php:410
Used by 11 functions | Uses 11 functions

※402※

get_attachment_taxonomies()

Function: Retrieves taxonomies attached to given the attachment.
Source: wp-includes/media.php:3016
Used by 5 functions | Uses 4 functions

※403※

get_attachment_template()

Function: Retrieve path of attachment template in current or parent template.
Source: wp-includes/template.php:616
Used by 0 functions | Uses 2 functions

※404※

get_author_feed_link()

Function: Retrieves the feed link for a given author.
Source: wp-includes/link-template.php:786
Used by 3 functions | Uses 8 functions

※405※

get_author_link()

Function: Returns or Prints link to the author’s posts.
Source: wp-includes/deprecated.php:785
Used by 0 functions | Uses 2 functions

※406※

get_author_name()

Function: Retrieve the specified author’s preferred display name.
Source: wp-includes/deprecated.php:1573
Used by 0 functions | Uses 2 functions

※407※

get_author_posts_url()

Function: Retrieve the URL to the author page for the user with the ID provided.
Source: wp-includes/author-template.php:343
Used by 9 functions | Uses 6 functions

※408※

get_author_rss_link()

Function: Print/Return link to author RSS feed.
Source: wp-includes/deprecated.php:1156
Used by 0 functions | Uses 2 functions

※409※

get_author_template()

Function: Retrieve path of author template in current or parent template.
Source: wp-includes/template.php:174
Used by 0 functions | Uses 2 functions

※410※

get_author_user_ids()

Function: Get all user IDs.
Source: wp-admin/includes/deprecated.php:229
Used by 0 functions | Uses 5 functions

※411※

get_autotoggle()

Function: Gets the auto_toggle setting.
Source: wp-includes/deprecated.php:583
Used by 0 functions | Uses 1 function

※412※

get_available_languages()

Function: Get all available languages based on the presence of *.mo files in a given directory.
Source: wp-includes/l10n.php:1287
Used by 9 functions | Uses 2 functions

※413※

get_available_post_mime_types()

Function: Get all available post MIME types for a given post type.
Source: wp-includes/post.php:7139
Used by 1 function | Uses 2 functions

※414※

get_available_post_statuses()

Function: Get all the possible statuses for a post_type
Source: wp-admin/includes/post.php:1088
Used by 1 function | Uses 1 function

※415※

get_avatar()

Function: Retrieve the avatar “ tag for a user, email address, MD5 hash, comment, or post.
Source: wp-includes/pluggable.php:2571
Used by 15 functions | Uses 11 functions

※416※

get_avatar_data()

Function: Retrieves default data about the avatar.
Source: wp-includes/link-template.php:4077
Used by 3 functions | Uses 16 functions

※417※

get_avatar_url()

Function: Retrieves the avatar URL.
Source: wp-includes/link-template.php:4013
Used by 3 functions | Uses 1 function

※418※

get_background_color()

Function: Retrieve value for custom background color.
Source: wp-includes/theme.php:1622
Used by 4 functions | Uses 2 functions

※419※

get_background_image()

Function: Retrieve background image for custom background.
Source: wp-includes/theme.php:1602
Used by 6 functions | Uses 2 functions

※420※

get_block_categories()

Function: Returns all the block categories that will be shown in the block editor.
Source: wp-admin/includes/post.php:2146
Used by 0 functions | Uses 3 functions

※421※

get_block_editor_server_block_settings()

Function: Prepares server-registered blocks for the block editor.
Source: wp-admin/includes/post.php:2201
Used by 0 functions | Uses 1 function

※422※

get_blogaddress_by_domain()

Function: Get a full blog URL, given a domain and a path.
Source: wp-includes/ms-deprecated.php:365
Used by 0 functions | Uses 3 functions

※423※

get_blogaddress_by_id()

Function: Get a full blog URL, given a blog id.
Source: wp-includes/ms-blogs.php:41
Used by 2 functions | Uses 2 functions

※424※

get_blogaddress_by_name()

Function: Get a full blog URL, given a blog name.
Source: wp-includes/ms-blogs.php:62
Used by 0 functions | Uses 3 functions

※425※

get_bloginfo()

Function: Retrieves information about the current site.
Source: wp-includes/general-template.php:703
Used by 69 functions | Uses 14 functions

※426※

get_bloginfo_rss()

Function: RSS container for the bloginfo function.
Source: wp-includes/feed.php:26
Used by 5 functions | Uses 4 functions

※427※

get_blogs_of_user()

Function: Get the sites a user belongs to.
Source: wp-includes/user.php:597
Used by 13 functions | Uses 8 functions

※428※

get_blog_count()

Function: The number of active sites on your installation.
Source: wp-includes/ms-functions.php:125
Used by 5 functions | Uses 1 function

※429※

get_blog_details()

Function: Retrieve the details for a blog from the blogs table and blog options.
Source: wp-includes/ms-blogs.php:128
Used by 0 functions | Uses 15 functions

※430※

get_blog_id_from_url()

Function: Get a blog’s numeric ID from its URL.
Source: wp-includes/ms-functions.php:339
Used by 0 functions | Uses 3 functions

※431※

get_blog_list()

Function: Deprecated functionality to retrieve a list of all sites.
Source: wp-includes/ms-deprecated.php:186
Used by 1 function | Uses 6 functions

※432※

get_blog_option()

Function: Retrieve option value for a given blog id based on name of option.
Source: wp-includes/ms-blogs.php:347
Used by 5 functions | Uses 6 functions

※433※

get_blog_permalink()

Function: Get the permalink for a post on another blog.
Source: wp-includes/ms-functions.php:315
Used by 0 functions | Uses 3 functions

※434※

get_blog_post()

Function: Get a blog post from any site on the network.
Source: wp-includes/ms-functions.php:138
Used by 0 functions | Uses 3 functions

※435※

get_blog_status()

Function: Get a blog details field.
Source: wp-includes/ms-blogs.php:732
Used by 1 function | Uses 3 functions

※436※

get_body_class()

Function: Retrieves an array of the class names for the body element.
Source: wp-includes/post-template.php:604
Used by 1 function | Uses 40 functions

※437※

get_bookmark()

Function: Retrieve Bookmark data
Source: wp-includes/bookmark.php:22
Used by 7 functions | Uses 6 functions

※438※

get_bookmarks()

Function: Retrieves the list of bookmarks
Source: wp-includes/bookmark.php:134
Used by 4 functions | Uses 10 functions

※439※

get_bookmark_field()

Function: Retrieve single bookmark data item or field.
Source: wp-includes/bookmark.php:76
Used by 0 functions | Uses 3 functions

※440※

get_boundary_post()

Function: Retrieves the boundary post.
Source: wp-includes/link-template.php:2017
Used by 1 function | Uses 6 functions

※441※

get_boundary_post_rel_link()

Function: Get boundary post relational link.
Source: wp-includes/deprecated.php:2672
Used by 1 function | Uses 9 functions

※442※

get_broken_themes()

Function: Retrieves a list of broken themes.
Source: wp-admin/includes/deprecated.php:1028
Used by 0 functions | Uses 2 functions

※443※

get_calendar()

Function: Display calendar with days that have posts as links.
Source: wp-includes/general-template.php:2061
Used by 1 function | Uses 21 functions

※444※

get_cancel_comment_reply_link()

Function: Retrieve HTML content for cancel comment reply link.
Source: wp-includes/comment-template.php:1842
Used by 1 function | Uses 5 functions

※445※

get_categories()

Function: Retrieve list of category objects.
Source: wp-includes/category.php:26
Used by 7 functions | Uses 8 functions

※446※

get_category()

Function: Retrieves category data given a category ID or category object.
Source: wp-includes/category.php:92
Used by 2 functions | Uses 3 functions

※447※

get_category_by_path()

Function: Retrieve category based on URL containing the category slug.
Source: wp-includes/category.php:124
Used by 1 function | Uses 5 functions

※448※

get_category_by_slug()

Function: Retrieve category object by category slug.
Source: wp-includes/category.php:181
Used by 0 functions | Uses 2 functions

※449※

get_category_children()

Function: Retrieve category children list separated before and after the term IDs.
Source: wp-includes/deprecated.php:1251
Used by 1 function | Uses 5 functions

※450※

get_category_feed_link()

Function: Retrieves the feed link for a category.
Source: wp-includes/link-template.php:833
Used by 3 functions | Uses 1 function

※451※

get_category_link()

Function: Retrieve category link URL.
Source: wp-includes/category-template.php:19
Used by 3 functions | Uses 2 functions

※452※

get_category_parents()

Function: Retrieve category parents with separator.
Source: wp-includes/category-template.php:46
Used by 2 functions | Uses 2 functions

※453※

get_category_rss_link()

Function: Print/Return link to category RSS2 feed.
Source: wp-includes/deprecated.php:1135
Used by 0 functions | Uses 2 functions

※454※

get_category_template()

Function: Retrieve path of category template in current or parent template.
Source: wp-includes/template.php:214
Used by 0 functions | Uses 2 functions

※455※

get_category_to_edit()

Function: Get category object for given ID and ‘edit’ filter context.
Source: wp-admin/includes/taxonomy.php:40
Used by 0 functions | Uses 2 functions

※456※

get_catname()

Function: Retrieve the category name by the category ID.
Source: wp-includes/deprecated.php:1233
Used by 0 functions | Uses 2 functions

※457※

get_cat_ID()

Function: Retrieve the ID of a category from its name.
Source: wp-includes/category.php:198
Used by 2 functions | Uses 1 function

※458※

get_cat_name()

Function: Retrieve the name of a category from its ID.
Source: wp-includes/category.php:214
Used by 5 functions | Uses 2 functions

※459※

get_children()

Function: Retrieve all children of the post parent ID.
Source: wp-includes/post.php:638
Used by 6 functions | Uses 3 functions

※460※

get_clean_basedomain()

Function: Get base domain of network.
Source: wp-admin/includes/network.php:84
Used by 2 functions | Uses 2 functions

※461※

get_cli_args()

Function: Returns value of command line params.
Source: wp-admin/includes/class-wp-importer.php:283
Used by 0 functions | Uses 0 functions

※462※

get_column_headers()

Function: Get the column headers for a screen
Source: wp-admin/includes/screen.php:19
Used by 5 functions | Uses 3 functions

※463※

get_comment()

Function: Retrieves comment data given a comment ID or comment object.
Source: wp-includes/comment.php:194
Used by 66 functions | Uses 4 functions

※464※

get_commentdata()

Function: Retrieve an array of comment data about comment $comment_ID.
Source: wp-includes/deprecated.php:1218
Used by 0 functions | Uses 2 functions

※465※

get_comments()

Function: Retrieve a list of comments.
Source: wp-includes/comment.php:241
Used by 11 functions | Uses 1 function

※466※

get_comments_link()

Function: Retrieves the link to the current post comments.
Source: wp-includes/comment-template.php:805
Used by 2 functions | Uses 4 functions

※467※

get_comments_number()

Function: Retrieves the amount of comments a post has.
Source: wp-includes/comment-template.php:847
Used by 5 functions | Uses 3 functions

※468※

get_comments_number_text()

Function: Display the language string for the number of comments the current post has.
Source: wp-includes/comment-template.php:894
Used by 1 function | Uses 7 functions

※469※

get_comments_pagenum_link()

Function: Retrieves the comments page number link.
Source: wp-includes/link-template.php:2814
Used by 3 functions | Uses 8 functions

※470※

get_comments_popup_template()

Function: Retrieve path of comment popup template in current or parent template.
Source: wp-includes/deprecated.php:3714
Used by 0 functions | Uses 1 function

※471※

get_comment_author()

Function: Retrieve the author of the current comment.
Source: wp-includes/comment-template.php:24
Used by 5 functions | Uses 5 functions

※472※

get_comment_author_email()

Function: Retrieve the email of the author of the current comment.
Source: wp-includes/comment-template.php:86
Used by 1 function | Uses 3 functions

※473※

get_comment_author_email_link()

Function: Return the html email link to the author of the current comment.
Source: wp-includes/comment-template.php:178
Used by 1 function | Uses 5 functions

※474※

get_comment_author_IP()

Function: Retrieve the IP address of the author of the current comment.
Source: wp-includes/comment-template.php:267
Used by 2 functions | Uses 3 functions

※475※

get_comment_author_link()

Function: Retrieve the HTML link to the URL of the author of the current comment.
Source: wp-includes/comment-template.php:219
Used by 5 functions | Uses 5 functions

※476※

get_comment_author_rss()

Function: Retrieve the current comment author for use in the feeds.
Source: wp-includes/feed.php:324
Used by 1 function | Uses 3 functions

※477※

get_comment_author_url()

Function: Retrieve the url of the author of the current comment.
Source: wp-includes/comment-template.php:306
Used by 4 functions | Uses 4 functions

※478※

get_comment_author_url_link()

Function: Retrieves the HTML link of the url of the author of the current comment.
Source: wp-includes/comment-template.php:377
Used by 1 function | Uses 3 functions

※479※

get_comment_class()

Function: Returns the classes for the comment div as an array.
Source: wp-includes/comment-template.php:457
Used by 2 functions | Uses 6 functions

※480※

get_comment_count()

Function: The amount of comments in a post or total comments.
Source: wp-includes/comment.php:380
Used by 1 function | Uses 2 functions

※481※

get_comment_date()

Function: Retrieve the comment date of the current comment.
Source: wp-includes/comment-template.php:550
Used by 4 functions | Uses 5 functions

※482※

get_comment_excerpt()

Function: Retrieve the excerpt of the current comment.
Source: wp-includes/comment-template.php:595
Used by 1 function | Uses 6 functions

※483※

get_comment_guid()

Function: Retrieve the feed GUID for the current comment.
Source: wp-includes/feed.php:286
Used by 1 function | Uses 2 functions

※484※

get_comment_ID()

Function: Retrieve the comment id of the current comment.
Source: wp-includes/comment-template.php:658
Used by 2 functions | Uses 3 functions

※485※

get_comment_id_fields()

Function: Retrieve hidden input HTML for replying to comments.
Source: wp-includes/comment-template.php:1883
Used by 2 functions | Uses 3 functions

※486※

get_comment_link()

Function: Retrieve the link to a given comment.
Source: wp-includes/comment-template.php:707
Used by 12 functions | Uses 12 functions

※487※

get_comment_meta()

Function: Retrieve comment meta field for a comment.
Source: wp-includes/comment.php:491
Used by 3 functions | Uses 1 function

※488※

get_comment_pages_count()

Function: Calculate the total number of comment pages.
Source: wp-includes/comment.php:985
Used by 5 functions | Uses 3 functions

※489※

get_comment_reply_link()

Function: Retrieve HTML content for reply to comment link.
Source: wp-includes/comment-template.php:1627
Used by 1 function | Uses 15 functions

※490※

get_comment_statuses()

Function: Retrieve all of the WordPress supported comment statuses.
Source: wp-includes/comment.php:256
Used by 2 functions | Uses 2 functions

※491※

get_comment_text()

Function: Retrieve the text of the current comment.
Source: wp-includes/comment-template.php:959
Used by 3 functions | Uses 3 functions

※492※

get_comment_time()

Function: Retrieve the comment time of the current comment.
Source: wp-includes/comment-template.php:1017
Used by 3 functions | Uses 5 functions

※493※

get_comment_to_edit()

Function: Returns a WP_Comment object based on comment ID.
Source: wp-admin/includes/comment.php:106
Used by 0 functions | Uses 5 functions

※494※

get_comment_type()

Function: Retrieve the comment type of the current comment.
Source: wp-includes/comment-template.php:1062
Used by 4 functions | Uses 3 functions

※495※

get_compat_media_markup()

Function:
Source: wp-admin/includes/media.php:1826
Used by 2 functions | Uses 14 functions

※496※

get_core_checksums()

Function: Gets and caches the checksums for the given version of WordPress.
Source: wp-admin/includes/update.php:118
Used by 3 functions | Uses 8 functions

※497※

get_core_updates()

Function: Get available core updates.
Source: wp-admin/includes/update.php:32
Used by 8 functions | Uses 2 functions

※498※

get_currentuserinfo()

Function: Populate global variables with information about the currently logged in user.
Source: wp-includes/pluggable-deprecated.php:48
Used by 0 functions | Uses 2 functions

※499※

get_current_blog_id()

Function: Retrieve the current site ID.
Source: wp-includes/load.php:1095
Used by 61 functions | Uses 1 function

※500※

get_current_network_id()

Function: Retrieves the current network ID.
Source: wp-includes/load.php:1107
Used by 22 functions | Uses 4 functions

References:
[1]. Functions | WordPress Developer Resources https://developer.wordpress.org/reference/functions/

EOF


荒原之梦网全部内容均为原创,提供了涵盖考研数学基础知识、考研数学真题、考研数学练习题和计算机科学等方面,大量精心研发的学习资源。

意见反馈 | 内容纠错 | 微信 | QQ | 公众号 | 知乎 | 微博 | 博客园 |CSDN | B 站 | 电子邮件
豫 ICP 备 17023611 号-1 | 公网安备 - 荒原之梦 豫公网安备 41142502000132 号 | SiteMap
Copyright © 2017-2024 ZhaoKaifeng.com 版权所有 All Rights Reserved.

Copyright © 2024   zhaokaifeng.com   All Rights Reserved.
豫ICP备17023611号-1
 豫公网安备41142502000132号

荒原之梦 自豪地采用WordPress