WordPress开发必备:WordPress5.3.*函数大全[4/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.* 版主程序,此前及此后的版本中一些常用函数的变化通常不会太大,也可以参考本系列文章列出的函数。

正文

※751※

get_site_option()

Function: Retrieve an option value for the current network based on name of option.
Source: wp-includes/option.php:1150
Used by 69 functions | Uses 1 function

※752※

get_site_screen_help_sidebar_content()

Function: Returns the content for the help sidebar on the Edit Site screens.
Source: wp-admin/includes/ms.php:1150
Used by 0 functions | Uses 1 function

※753※

get_site_screen_help_tab_args()

Function: Returns the arguments for the help tab on the Edit Site screens.
Source: wp-admin/includes/ms.php:1126
Used by 0 functions | Uses 2 functions

※754※

get_site_transient()

Function: Get the value of a site transient.
Source: wp-includes/option.php:1741
Used by 40 functions | Uses 7 functions

※755※

get_site_url()

Function: Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.
Source: wp-includes/link-template.php:3240
Used by 3 functions | Uses 7 functions

※756※

get_space_allowed()

Function: Returns the upload quota for the current blog.
Source: wp-includes/ms-functions.php:2457
Used by 7 functions | Uses 4 functions

※757※

get_space_used()

Function: Returns the space used by the current site.
Source: wp-includes/ms-functions.php:2433
Used by 4 functions | Uses 4 functions

※758※

get_status_header_desc()

Function: Retrieve the description for the HTTP status.
Source: wp-includes/functions.php:1270
Used by 5 functions | Uses 1 function

※759※

get_stylesheet()

Function: Retrieve name of the current stylesheet.
Source: wp-includes/theme.php:169
Used by 23 functions | Uses 3 functions

※760※

get_stylesheet_directory()

Function: Retrieve stylesheet directory path for current theme.
Source: wp-includes/theme.php:187
Used by 9 functions | Uses 4 functions

※761※

get_stylesheet_directory_uri()

Function: Retrieve stylesheet directory URI.
Source: wp-includes/theme.php:211
Used by 13 functions | Uses 4 functions

※762※

get_stylesheet_uri()

Function: Retrieves the URI of current theme stylesheet.
Source: wp-includes/theme.php:238
Used by 1 function | Uses 3 functions

※763※

get_subdirectory_reserved_names()

Function: Retrieves a list of reserved site on a sub-directory Multisite installation.
Source: wp-includes/ms-functions.php:2582
Used by 1 function | Uses 2 functions

※764※

get_submit_button()

Function: Returns a submit button, with provided text and appropriate class
Source: wp-admin/includes/template.php:2363
Used by 4 functions | Uses 2 functions

※765※

get_super_admins()

Function: Retrieve a list of super admins.
Source: wp-includes/capabilities.php:842
Used by 8 functions | Uses 1 function

※766※

get_tag()

Function: Retrieve post tag by tag ID or tag object.
Source: wp-includes/category.php:321
Used by 0 functions | Uses 1 function

※767※

get_tags()

Function: Retrieves all post tags.
Source: wp-includes/category.php:278
Used by 2 functions | Uses 4 functions

※768※

get_tags_to_edit()

Function: Get comma-separated list of tags available to edit.
Source: wp-admin/includes/taxonomy.php:245
Used by 0 functions | Uses 1 function

※769※

get_tag_feed_link()

Function: Retrieves the permalink for a tag feed.
Source: wp-includes/link-template.php:932
Used by 2 functions | Uses 1 function

※770※

get_tag_link()

Function: Retrieve the link to the tag.
Source: wp-includes/category-template.php:1113
Used by 1 function | Uses 1 function

※771※

get_tag_regex()

Function: Return RegEx body to liberally match an opening HTML tag.
Source: wp-includes/functions.php:6271
Used by 0 functions | Uses 1 function

※772※

get_tag_template()

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

※773※

get_taxonomies()

Function: Retrieves a list of registered taxonomy names or objects.
Source: wp-includes/taxonomy.php:193
Used by 16 functions | Uses 1 function

※774※

get_taxonomies_for_attachments()

Function: Retrieves all of the taxonomies that are registered for attachments.
Source: wp-includes/media.php:3077
Used by 3 functions | Uses 1 function

※775※

get_taxonomy()

Function: Retrieves the taxonomy object of $taxonomy.
Source: wp-includes/taxonomy.php:261
Used by 77 functions | Uses 1 function

※776※

get_taxonomy_labels()

Function: Builds an object with all taxonomy labels out of a taxonomy object.
Source: wp-includes/taxonomy.php:536
Used by 1 function | Uses 5 functions

※777※

get_taxonomy_template()

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

※778※

get_tax_sql()

Function: Given a taxonomy query, generates SQL to be appended to a main query.
Source: wp-includes/taxonomy.php:766
Used by 0 functions | Uses 1 function

※779※

get_template()

Function: Retrieve name of the current theme.
Source: wp-includes/theme.php:303
Used by 5 functions | Uses 3 functions

※780※

get_template_directory()

Function: Retrieve current theme directory.
Source: wp-includes/theme.php:321
Used by 9 functions | Uses 4 functions

※781※

get_template_directory_uri()

Function: Retrieve theme directory URI.
Source: wp-includes/theme.php:345
Used by 12 functions | Uses 4 functions

※782※

get_template_part()

Function: Loads a template part into a template.
Source: wp-includes/general-template.php:135
Used by 0 functions | Uses 4 functions

※783※

get_temp_dir()

Function: Determine a writable directory for temporary files.
Source: wp-includes/functions.php:2077
Used by 4 functions | Uses 2 functions

※784※

get_term()

Function: Get all Term data from database by Term ID.
Source: wp-includes/taxonomy.php:816
Used by 53 functions | Uses 10 functions

※785※

get_terms()

Function: Retrieve the terms in a given taxonomy or list of taxonomies.
Source: wp-includes/taxonomy.php:1138
Used by 33 functions | Uses 7 functions

※786※

get_terms_to_edit()

Function: Get comma-separated list of terms available to edit for the given post ID.
Source: wp-admin/includes/taxonomy.php:258
Used by 3 functions | Uses 8 functions

※787※

get_term_by()

Function: Get all Term data from database by Term field and data.
Source: wp-includes/taxonomy.php:925
Used by 16 functions | Uses 4 functions

※788※

get_term_children()

Function: Merge all term children into a single array of their IDs.
Source: wp-includes/taxonomy.php:1002
Used by 3 functions | Uses 5 functions

※789※

get_term_feed_link()

Function: Retrieves the feed link for a term.
Source: wp-includes/link-template.php:851
Used by 4 functions | Uses 13 functions

※790※

get_term_field()

Function: Get sanitized Term field.
Source: wp-includes/taxonomy.php:1046
Used by 4 functions | Uses 3 functions

※791※

get_term_link()

Function: Generate a permalink for a taxonomy term archive.
Source: wp-includes/taxonomy.php:4179
Used by 16 functions | Uses 15 functions

※792※

get_term_meta()

Function: Retrieves metadata for a term.
Source: wp-includes/taxonomy.php:1250
Used by 0 functions | Uses 1 function

※793※

get_term_parents_list()

Function: Retrieve term parents with separator.
Source: wp-includes/category-template.php:1329
Used by 1 function | Uses 7 functions

※794※

get_term_to_edit()

Function: Sanitizes Term for editing.
Source: wp-includes/taxonomy.php:1075
Used by 0 functions | Uses 3 functions

※795※

get_theme()

Function: Retrieve theme data.
Source: wp-includes/deprecated.php:2922
Used by 0 functions | Uses 2 functions

※796※

get_themes()

Function: Retrieve list of themes with theme data in theme directory.
Source: wp-includes/deprecated.php:2891
Used by 1 function | Uses 2 functions

※797※

get_theme_data()

Function: Retrieve theme data from parsed theme file.
Source: wp-includes/deprecated.php:3060
Used by 0 functions | Uses 4 functions

※798※

get_theme_feature_list()

Function: Retrieve list of WordPress theme features (aka theme tags).
Source: wp-admin/includes/theme.php:262
Used by 3 functions | Uses 6 functions

※799※

get_theme_file_path()

Function: Retrieves the path of a file in the theme.
Source: wp-includes/link-template.php:4332
Used by 0 functions | Uses 4 functions

※800※

get_theme_file_uri()

Function: Retrieves the URL of a file in the theme.
Source: wp-includes/link-template.php:4271
Used by 0 functions | Uses 5 functions

※801※

get_theme_mod()

Function: Retrieve theme modification value for the current theme.
Source: wp-includes/theme.php:918
Used by 23 functions | Uses 5 functions

※802※

get_theme_mods()

Function: Retrieve all theme modifications.
Source: wp-includes/theme.php:887
Used by 3 functions | Uses 6 functions

※803※

get_theme_root()

Function: Retrieve path to themes directory.
Source: wp-includes/theme.php:573
Used by 11 functions | Uses 3 functions

※804※

get_theme_roots()

Function: Retrieve theme roots.
Source: wp-includes/theme.php:371
Used by 1 function | Uses 2 functions

※805※

get_theme_root_uri()

Function: Retrieve URI for themes directory.
Source: wp-includes/theme.php:618
Used by 3 functions | Uses 7 functions

※806※

get_theme_starter_content()

Function: Expand a theme’s starter content configuration using core-provided data.
Source: wp-includes/theme.php:2038
Used by 1 function | Uses 6 functions

※807※

get_theme_support()

Function: Gets the theme support arguments passed when registering that support
Source: wp-includes/theme.php:2697
Used by 34 functions | Uses 0 functions

※808※

get_theme_updates()

Function:
Source: wp-admin/includes/update.php:545
Used by 4 functions | Uses 2 functions

※809※

get_theme_update_available()

Function: Retrieve the update link if there is a theme update available.
Source: wp-admin/includes/theme.php:168
Used by 2 functions | Uses 9 functions

※810※

get_the_archive_description()

Function: Retrieves the description for an author, post type, or term archive.
Source: wp-includes/general-template.php:1649
Used by 1 function | Uses 7 functions

※811※

get_the_archive_title()

Function: Retrieve the archive title based on the queried object.
Source: wp-includes/general-template.php:1558
Used by 1 function | Uses 20 functions

※812※

get_the_attachment_link()

Function: Retrieve HTML content of attachment image with link.
Source: wp-includes/deprecated.php:1846
Used by 0 functions | Uses 7 functions

※813※

get_the_author()

Function: Retrieve the author of the current post.
Source: wp-includes/author-template.php:23
Used by 6 functions | Uses 3 functions

※814※

get_the_author_aim()

Function: Retrieve the AIM address of the author of the current post.
Source: wp-includes/deprecated.php:1546
Used by 0 functions | Uses 2 functions

※815※

get_the_author_description()

Function: Retrieve the description of the author of the current post.
Source: wp-includes/deprecated.php:1312
Used by 0 functions | Uses 2 functions

※816※

get_the_author_email()

Function: Retrieve the email of the author of the current post.
Source: wp-includes/deprecated.php:1442
Used by 0 functions | Uses 2 functions

※817※

get_the_author_firstname()

Function: Retrieve the first name of the author of the current post.
Source: wp-includes/deprecated.php:1364
Used by 0 functions | Uses 2 functions

※818※

get_the_author_icq()

Function: Retrieve the ICQ number of the author of the current post.
Source: wp-includes/deprecated.php:1468
Used by 0 functions | Uses 2 functions

※819※

get_the_author_ID()

Function: Retrieve the ID of the author of the current post.
Source: wp-includes/deprecated.php:1613
Used by 0 functions | Uses 2 functions

※820※

get_the_author_lastname()

Function: Retrieve the last name of the author of the current post.
Source: wp-includes/deprecated.php:1390
Used by 0 functions | Uses 2 functions

※821※

get_the_author_link()

Function: Retrieve either author’s link or author’s name.
Source: wp-includes/author-template.php:229
Used by 1 function | Uses 5 functions

※822※

get_the_author_login()

Function: Retrieve the login name of the author of the current post.
Source: wp-includes/deprecated.php:1338
Used by 0 functions | Uses 2 functions

※823※

get_the_author_meta()

Function: Retrieves the requested data of the author of the current post.
Source: wp-includes/author-template.php:160
Used by 23 functions | Uses 3 functions

※824※

get_the_author_msn()

Function: Retrieve the MSN address of the author of the current post.
Source: wp-includes/deprecated.php:1520
Used by 0 functions | Uses 2 functions

※825※

get_the_author_nickname()

Function: Retrieve the nickname of the author of the current post.
Source: wp-includes/deprecated.php:1416
Used by 0 functions | Uses 2 functions

※826※

get_the_author_posts()

Function: Retrieve the number of posts by the author of the current post.
Source: wp-includes/author-template.php:264
Used by 1 function | Uses 2 functions

※827※

get_the_author_posts_link()

Function: Retrieves an HTML link to the author page of the current post’s author.
Source: wp-includes/author-template.php:293
Used by 1 function | Uses 7 functions

※828※

get_the_author_url()

Function: Retrieve the URL to the home page of the author of the current post.
Source: wp-includes/deprecated.php:1587
Used by 0 functions | Uses 2 functions

※829※

get_the_author_yim()

Function: Retrieve the Yahoo! IM name of the author of the current post.
Source: wp-includes/deprecated.php:1494
Used by 0 functions | Uses 2 functions

※830※

get_the_category()

Function: Retrieve post categories.
Source: wp-includes/category-template.php:76
Used by 5 functions | Uses 5 functions

※831※

get_the_category_by_ID()

Function: Retrieve category name based on category ID.
Source: wp-includes/category-template.php:108
Used by 1 function | Uses 2 functions

※832※

get_the_category_list()

Function: Retrieve category list for a post in either HTML list or custom format.
Source: wp-includes/category-template.php:132
Used by 1 function | Uses 11 functions

※833※

get_the_category_rss()

Function: Retrieve all of the post categories, formatted for use in feeds.
Source: wp-includes/feed.php:376
Used by 1 function | Uses 9 functions

※834※

get_the_comments_navigation()

Function: Retrieves navigation to next/previous set of comments, when applicable.
Source: wp-includes/link-template.php:3023
Used by 1 function | Uses 6 functions

※835※

get_the_comments_pagination()

Function: Retrieves a paginated navigation to next/previous set of comments, when applicable.
Source: wp-includes/link-template.php:3087
Used by 1 function | Uses 4 functions

※836※

get_the_content()

Function: Retrieve the post content.
Source: wp-includes/post-template.php:276
Used by 4 functions | Uses 12 functions

※837※

get_the_content_feed()

Function: Retrieve the post content for feeds.
Source: wp-includes/feed.php:185
Used by 1 function | Uses 5 functions

※838※

get_the_date()

Function: Retrieve the date on which the post was written.
Source: wp-includes/general-template.php:2394
Used by 4 functions | Uses 5 functions

※839※

get_the_excerpt()

Function: Retrieves the post excerpt.
Source: wp-includes/post-template.php:402
Used by 4 functions | Uses 6 functions

※840※

get_the_generator()

Function: Creates the generator XML or Comment for RSS, ATOM, etc.
Source: wp-includes/general-template.php:4568
Used by 1 function | Uses 7 functions

※841※

get_the_guid()

Function: Retrieve the Post Global Unique Identifier (guid).
Source: wp-includes/post-template.php:218
Used by 4 functions | Uses 3 functions

※842※

get_the_ID()

Function: Retrieve the ID of the current item in the WordPress Loop.
Source: wp-includes/post-template.php:27
Used by 14 functions | Uses 1 function

※843※

get_the_modified_author()

Function: Retrieve the author who last edited the current post.
Source: wp-includes/author-template.php:90
Used by 1 function | Uses 5 functions

※844※

get_the_modified_date()

Function: Retrieve the date on which the post was last modified.
Source: wp-includes/general-template.php:2465
Used by 1 function | Uses 5 functions

※845※

get_the_modified_time()

Function: Retrieve the time at which the post was last modified.
Source: wp-includes/general-template.php:2710
Used by 1 function | Uses 5 functions

※846※

get_the_password_form()

Function: Retrieve protected post password form content.
Source: wp-includes/post-template.php:1702
Used by 1 function | Uses 7 functions

※847※

get_the_permalink()

Function: Retrieves the full permalink for the current post or post ID.
Source: wp-includes/link-template.php:106
Used by 1 function | Uses 1 function

※848※

get_the_posts_navigation()

Function: Returns the navigation to next/previous set of posts, when applicable.
Source: wp-includes/link-template.php:2640
Used by 1 function | Uses 5 functions

※849※

get_the_posts_pagination()

Function: Retrieves a paginated navigation to next/previous set of posts, when applicable.
Source: wp-includes/link-template.php:2704
Used by 1 function | Uses 5 functions

※850※

get_the_post_navigation()

Function: Retrieves the navigation to next/previous post, when applicable.
Source: wp-includes/link-template.php:2562
Used by 1 function | Uses 5 functions

※851※

get_the_post_thumbnail()

Function: Retrieve the post thumbnail.
Source: wp-includes/post-thumbnail-template.php:134
Used by 1 function | Uses 11 functions

※852※

get_the_post_thumbnail_caption()

Function: Returns the post thumbnail caption.
Source: wp-includes/post-thumbnail-template.php:245
Used by 1 function | Uses 2 functions

※853※

get_the_post_thumbnail_url()

Function: Return the post thumbnail URL.
Source: wp-includes/post-thumbnail-template.php:213
Used by 1 function | Uses 2 functions

※854※

get_the_post_type_description()

Function: Retrieves the description for a post type archive.
Source: wp-includes/general-template.php:1675
Used by 1 function | Uses 4 functions

※855※

get_the_privacy_policy_link()

Function: Returns the privacy policy link with formatting, when applicable.
Source: wp-includes/link-template.php:4432
Used by 1 function | Uses 7 functions

※856※

get_the_tags()

Function: Retrieve the tags for a post.
Source: wp-includes/category-template.php:1125
Used by 1 function | Uses 3 functions

※857※

get_the_tag_list()

Function: Retrieve the tags for a post formatted as a string.
Source: wp-includes/category-template.php:1150
Used by 1 function | Uses 3 functions

※858※

get_the_taxonomies()

Function: Retrieve all taxonomies associated with a post.
Source: wp-includes/taxonomy.php:4330
Used by 1 function | Uses 10 functions

※859※

get_the_terms()

Function: Retrieve the terms of the taxonomy that are attached to the post.
Source: wp-includes/category-template.php:1230
Used by 9 functions | Uses 8 functions

※860※

get_the_term_list()

Function: Retrieve a post’s terms as a list with specified format.
Source: wp-includes/category-template.php:1275
Used by 2 functions | Uses 6 functions

※861※

get_the_time()

Function: Retrieve the time at which the post was written.
Source: wp-includes/general-template.php:2522
Used by 6 functions | Uses 5 functions

※862※

get_the_title()

Function: Retrieve post title.
Source: wp-includes/post-template.php:117
Used by 21 functions | Uses 7 functions

※863※

get_the_title_rss()

Function: Retrieve the current post title for the feed.
Source: wp-includes/feed.php:153
Used by 1 function | Uses 3 functions

※864※

get_to_ping()

Function: Retrieve URLs that need to be pinged.
Source: wp-includes/post.php:4778
Used by 2 functions | Uses 4 functions

※865※

get_trackback_url()

Function: Retrieve The current post’s trackback URL.
Source: wp-includes/comment-template.php:1124
Used by 2 functions | Uses 7 functions

※866※

get_transient()

Function: Get the value of a transient.
Source: wp-includes/option.php:679
Used by 16 functions | Uses 9 functions

※867※

get_translations_for_domain()

Function: Return the Translations instance for a text domain.
Source: wp-includes/l10n.php:1222
Used by 5 functions | Uses 1 function

※868※

get_udims()

Function: Calculated the new dimensions for a downsampled image.
Source: wp-admin/includes/deprecated.php:66
Used by 0 functions | Uses 2 functions

※869※

get_uploaded_header_images()

Function: Get the header images uploaded for the current theme.
Source: wp-includes/theme.php:1276
Used by 6 functions | Uses 6 functions

※870※

get_upload_iframe_src()

Function:
Source: wp-admin/includes/media.php:675
Used by 1 function | Uses 4 functions

※871※

get_upload_space_available()

Function: Determines if there is any upload space left in the current blog’s quota.
Source: wp-includes/ms-functions.php:2485
Used by 5 functions | Uses 3 functions

※872※

get_url_in_content()

Function: Extract and return the first URL from passed content.
Source: wp-includes/formatting.php:5471
Used by 0 functions | Uses 1 function

※873※

get_userdata()

Function: Retrieve user info by user ID.
Source: wp-includes/pluggable.php:82
Used by 71 functions | Uses 1 function

※874※

get_userdatabylogin()

Function: Retrieve user info by login name.
Source: wp-includes/pluggable-deprecated.php:66
Used by 0 functions | Uses 2 functions

※875※

get_usermeta()

Function: Retrieve user metadata.
Source: wp-includes/deprecated.php:2266
Used by 0 functions | Uses 4 functions

※876※

get_usernumposts()

Function: Retrieves the number of posts a user has written.
Source: wp-includes/deprecated.php:2433
Used by 0 functions | Uses 2 functions

※877※

get_users()

Function: Retrieve list of users matching criteria.
Source: wp-includes/user.php:573
Used by 9 functions | Uses 2 functions

※878※

get_users_drafts()

Function: Retrieve the user’s drafts.
Source: wp-admin/includes/user.php:306
Used by 0 functions | Uses 4 functions

※879※

get_users_of_blog()

Function: Get users for the site.
Source: wp-includes/deprecated.php:2373
Used by 0 functions | Uses 4 functions

※880※

get_user_by()

Function: Retrieve user info by a given field
Source: wp-includes/pluggable.php:98
Used by 31 functions | Uses 2 functions

※881※

get_user_by_email()

Function: Retrieve user info by email.
Source: wp-includes/pluggable-deprecated.php:83
Used by 0 functions | Uses 2 functions

※882※

get_user_count()

Function: The number of active users in your installation.
Source: wp-includes/ms-functions.php:109
Used by 6 functions | Uses 1 function

※883※

get_user_details()

Function: Deprecated functionality to retrieve user information.
Source: wp-includes/ms-deprecated.php:129
Used by 0 functions | Uses 2 functions

※884※

get_user_id_from_string()

Function: Get a numeric user ID from either an email address or a login.
Source: wp-includes/ms-deprecated.php:340
Used by 0 functions | Uses 3 functions

※885※

get_user_locale()

Function: Retrieves the locale of a user.
Source: wp-includes/l10n.php:94
Used by 33 functions | Uses 3 functions

※886※

get_user_meta()

Function: Retrieve user meta field for a user.
Source: wp-includes/user.php:826
Used by 20 functions | Uses 1 function

※887※

get_user_metavalues()

Function: Perform the query to get the $metavalues array(s) needed by _fill_user and _fill_many_users
Source: wp-includes/deprecated.php:2599
Used by 0 functions | Uses 2 functions

※888※

get_user_option()

Function: Retrieve user option that can be either per Site or per Network.
Source: wp-includes/user.php:466
Used by 30 functions | Uses 6 functions

※889※

get_user_setting()

Function: Retrieve user interface setting value based on setting name.
Source: wp-includes/option.php:972
Used by 15 functions | Uses 1 function

※890※

get_user_to_edit()

Function: Retrieve user data and filter it.
Source: wp-admin/includes/user.php:286
Used by 0 functions | Uses 1 function

※891※

get_weekstartend()

Function: Get the week start and end from the datetime or date string from MySQL.
Source: wp-includes/functions.php:531
Used by 1 function | Uses 1 function

※892※

get_wp_title_rss()

Function: Retrieve the blog title for the feed title.
Source: wp-includes/feed.php:100
Used by 2 functions | Uses 5 functions

※893※

get_year_link()

Function: Retrieves the permalink for the year archives.
Source: wp-includes/link-template.php:470
Used by 2 functions | Uses 6 functions

※894※

global_terms()

Function: Maintains a canonical list of terms by syncing terms created for each blog with the global terms table.
Source: wp-includes/ms-functions.php:1891
Used by 1 function | Uses 10 functions

※895※

global_terms_enabled()

Function: Determine whether global terms are enabled.
Source: wp-includes/functions.php:5284
Used by 5 functions | Uses 4 functions

※896※

got_mod_rewrite()

Function: Returns whether the server is running Apache with the mod_rewrite module loaded.
Source: wp-admin/includes/misc.php:16
Used by 3 functions | Uses 3 functions

※897※

got_url_rewrite()

Function: Returns whether the server supports URL rewriting.
Source: wp-admin/includes/misc.php:45
Used by 0 functions | Uses 4 functions

※898※

graceful_fail()

Function: Deprecated functionality to gracefully fail.
Source: wp-includes/ms-deprecated.php:89
Used by 0 functions | Uses 2 functions

※899※

grant_super_admin()

Function: Grants Super Admin privileges.
Source: wp-includes/capabilities.php:896
Used by 0 functions | Uses 7 functions

※900※

gzip_compression()

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

※901※

hash_equals()

Function: Timing attack safe string comparison
Source: wp-includes/compat.php:313
Used by 10 functions | Uses 0 functions

※902※

hash_hmac()

Function:
Source: wp-includes/compat.php:156
Used by 0 functions | Uses 0 functions

※903※

has_action()

Function: Check if any action has been registered for a hook.
Source: wp-includes/plugin.php:565
Used by 10 functions | Uses 1 function

※904※

has_block()

Function: Determine whether a $post or a string contains a specific block type.
Source: wp-includes/blocks.php:81
Used by 1 function | Uses 2 functions

※905※

has_blocks()

Function: Determine whether a post or content string has blocks.
Source: wp-includes/blocks.php:56
Used by 4 functions | Uses 1 function

※906※

has_category()

Function: Check if the current post has any of given category.
Source: wp-includes/category-template.php:1418
Used by 1 function | Uses 1 function

※907※

has_custom_header()

Function: Check whether a custom header is set or not.
Source: wp-includes/theme.php:1514
Used by 1 function | Uses 3 functions

※908※

has_custom_logo()

Function: Determines whether the site has a custom logo.
Source: wp-includes/general-template.php:923
Used by 1 function | Uses 5 functions

※909※

has_excerpt()

Function: Determines whether the post has a custom excerpt.
Source: wp-includes/post-template.php:440
Used by 1 function | Uses 1 function

※910※

has_filter()

Function: Check if any filter has been registered for a hook.
Source: wp-includes/plugin.php:133
Used by 18 functions | Uses 0 functions

※911※

has_header_image()

Function: Check whether a header image is set or not.
Source: wp-includes/theme.php:1065
Used by 1 function | Uses 1 function

※912※

has_header_video()

Function: Check whether a header video is set or not.
Source: wp-includes/theme.php:1413
Used by 2 functions | Uses 1 function

※913※

has_image_size()

Function: Check if an image size exists.
Source: wp-includes/media.php:303
Used by 0 functions | Uses 1 function

※914※

has_meta()

Function: Get meta data for the given post ID.
Source: wp-admin/includes/post.php:988
Used by 2 functions | Uses 2 functions

※915※

has_nav_menu()

Function: Determines whether a registered nav menu location has a menu assigned to it.
Source: wp-includes/nav-menu.php:177
Used by 0 functions | Uses 4 functions

※916※

has_post_format()

Function: Check if a post has any of the given formats, or any format.
Source: wp-includes/post-formats.php:48
Used by 0 functions | Uses 2 functions

※917※

has_post_thumbnail()

Function: Determines whether a post has an image attached.
Source: wp-includes/post-thumbnail-template.php:25
Used by 3 functions | Uses 3 functions

※918※

has_shortcode()

Function: Whether the passed content contains the specified shortcode
Source: wp-includes/shortcodes.php:140
Used by 3 functions | Uses 3 functions

※919※

has_site_icon()

Function: Whether the site has a Site Icon.
Source: wp-includes/general-template.php:911
Used by 1 function | Uses 1 function

※920※

has_tag()

Function: Check if the current post has any of given tags.
Source: wp-includes/category-template.php:1443
Used by 0 functions | Uses 1 function

※921※

has_term()

Function: Check if the current post has any of given terms.
Source: wp-includes/category-template.php:1461
Used by 4 functions | Uses 3 functions

※922※

has_term_meta()

Function: Get all meta data, including meta IDs, for the given term ID.
Source: wp-includes/taxonomy.php:1303
Used by 1 function | Uses 3 functions

※923※

have_comments()

Function: Whether there are comments to loop over.
Source: wp-includes/query.php:953
Used by 0 functions | Uses 1 function

※924※

have_posts()

Function: Whether current WordPress query has results to loop over.
Source: wp-includes/query.php:893
Used by 3 functions | Uses 1 function

※925※

header_image()

Function: Display header image URL.
Source: wp-includes/theme.php:1262
Used by 0 functions | Uses 2 functions

※926※

header_textcolor()

Function: Displays the custom header text color in 3- or 6-digit hexadecimal form (minus the hash symbol).
Source: wp-includes/theme.php:1036
Used by 0 functions | Uses 1 function

※927※

heartbeat_autosave()

Function: Autosave with heartbeat
Source: wp-admin/includes/misc.php:1176
Used by 0 functions | Uses 4 functions

※928※

hello_dolly()

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

※929※

hello_dolly_get_lyric()

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

※930※

home_url()

Function: Retrieves the URL for the current site where the front end is accessible.
Source: wp-includes/link-template.php:3143
Used by 95 functions | Uses 1 function

※931※

htmlentities2()

Function: Convert entities, while preserving already-encoded entities.
Source: wp-includes/formatting.php:4394
Used by 0 functions | Uses 0 functions

※932※

html_type_rss()

Function: Display the HTML type based on the blog setting.
Source: wp-includes/feed.php:445
Used by 0 functions | Uses 1 function

※933※

human_readable_duration()

Function: Convert a duration to human readable format.
Source: wp-includes/functions.php:461
Used by 1 function | Uses 1 function

※934※

human_time_diff()

Function: Determines the difference between two timestamps.
Source: wp-includes/formatting.php:3695
Used by 9 functions | Uses 3 functions

※935※

iframe_footer()

Function: Generic Iframe footer for use with Thickbox
Source: wp-admin/includes/template.php:2034
Used by 2 functions | Uses 4 functions

※936※

iframe_header()

Function: Generic Iframe header for use with Thickbox
Source: wp-admin/includes/template.php:1953
Used by 2 functions | Uses 21 functions

※937※

iis7_add_rewrite_rule()

Function: Add WordPress rewrite rule to the IIS 7+ configuration file.
Source: wp-admin/includes/misc.php:792
Used by 1 function | Uses 1 function

※938※

iis7_delete_rewrite_rule()

Function: Delete WordPress rewrite rule from web.config file if it exists there
Source: wp-admin/includes/misc.php:755
Used by 1 function | Uses 1 function

※939※

iis7_rewrite_rule_exists()

Function: Check if rewrite rule for WordPress already exists in the IIS 7+ configuration file
Source: wp-admin/includes/misc.php:726
Used by 0 functions | Uses 0 functions

※940※

iis7_save_url_rewrite_rules()

Function: Updates the IIS web.config file with the current rules if it is writable.
Source: wp-admin/includes/misc.php:279
Used by 1 function | Uses 8 functions

※941※

iis7_supports_permalinks()

Function: Check if IIS 7+ supports pretty permalinks.
Source: wp-includes/functions.php:4975
Used by 4 functions | Uses 2 functions

※942※

image_add_caption()

Function: Adds image shortcode with caption to editor
Source: wp-admin/includes/media.php:186
Used by 0 functions | Uses 4 functions

※943※

image_align_input_fields()

Function: Retrieve HTML for the image alignment radio buttons with the specified one checked.
Source: wp-admin/includes/media.php:1087
Used by 1 function | Uses 3 functions

※944※

image_attachment_fields_to_edit()

Function: Retrieves the image attachment fields to edit form fields.
Source: wp-admin/includes/media.php:1252
Used by 0 functions | Uses 0 functions

※945※

image_attachment_fields_to_save()

Function: Filters input from media_upload_form_handler() and assigns a default post_title from the file name if none supplied.
Source: wp-admin/includes/media.php:1297
Used by 0 functions | Uses 2 functions

※946※

image_constrain_size_for_editor()

Function: Scale down the default size of an image.
Source: wp-includes/media.php:59
Used by 3 functions | Uses 6 functions

※947※

image_downsize()

Function: Scale an image to fit a particular size (such as ‘thumb’ or ‘medium’).
Source: wp-includes/media.php:185
Used by 5 functions | Uses 9 functions

※948※

image_edit_apply_changes()

Function: Performs group of changes on Editor specified.
Source: wp-admin/includes/image-edit.php:497
Used by 2 functions | Uses 5 functions

※949※

image_get_intermediate_size()

Function: Retrieves the image’s intermediate size (resized) path, width, and height.
Source: wp-includes/media.php:738
Used by 3 functions | Uses 7 functions

※950※

image_hwstring()

Function: Retrieve width and height attributes using given width and height values.
Source: wp-includes/media.php:149
Used by 2 functions | Uses 0 functions

※951※

image_link_input_fields()

Function: Retrieve HTML for the Link URL buttons with the default link type as specified.
Source: wp-admin/includes/media.php:1203
Used by 1 function | Uses 5 functions

※952※

image_make_intermediate_size()

Function: Resizes an image to make a thumbnail or intermediate size.
Source: wp-includes/media.php:654
Used by 0 functions | Uses 2 functions

※953※

image_media_send_to_editor()

Function: Retrieves the media element HTML to send to the editor.
Source: wp-admin/includes/media.php:1319
Used by 0 functions | Uses 3 functions

※954※

image_resize()

Function: Scale down an image to fit a particular size and save a new copy of the image.
Source: wp-includes/deprecated.php:3230
Used by 1 function | Uses 3 functions

※955※

image_resize_dimensions()

Function: Retrieves calculated resize dimensions for use in WP_Image_Editor.
Source: wp-includes/media.php:510
Used by 3 functions | Uses 5 functions

※956※

image_size_input_fields()

Function: Retrieve HTML for the size radio buttons with the specified one checked.
Source: wp-admin/includes/media.php:1125
Used by 1 function | Uses 6 functions

※957※

img_caption_shortcode()

Function: Builds the Caption shortcode output.
Source: wp-includes/media.php:1635
Used by 1 function | Uses 9 functions

※958※

includes_url()

Function: Retrieves the URL to the includes directory.
Source: wp-includes/link-template.php:3324
Used by 12 functions | Uses 3 functions

※959※

index_rel_link()

Function: Display relational link for the site index.
Source: wp-includes/deprecated.php:2737
Used by 0 functions | Uses 2 functions

※960※

init()

Function: Set up constants with default values, unless user overrides.
Source: wp-includes/rss.php:640
Used by 1 function | Uses 0 functions

※961※

insert_blog()

Function: Store basic site info in the blogs table.
Source: wp-includes/ms-deprecated.php:570
Used by 1 function | Uses 4 functions

※962※

insert_with_markers()

Function: Inserts an array of strings into a file (.htaccess ), placing it between BEGIN and END markers.
Source: wp-admin/includes/misc.php:109
Used by 1 function | Uses 6 functions

※963※

install_blog()

Function: Install an empty blog.
Source: wp-includes/ms-deprecated.php:605
Used by 1 function | Uses 20 functions

※964※

install_blog_defaults()

Function: Set blog defaults.
Source: wp-includes/ms-deprecated.php:675
Used by 0 functions | Uses 3 functions

※965※

install_dashboard()

Function:
Source: wp-admin/includes/plugin-install.php:263
Used by 0 functions | Uses 9 functions

※966※

install_global_terms()

Function: Install global terms.
Source: wp-admin/includes/upgrade.php:3317
Used by 0 functions | Uses 1 function

※967※

install_network()

Function: Install Network.
Source: wp-admin/includes/schema.php:933
Used by 0 functions | Uses 2 functions

※968※

install_plugins_favorites_form()

Function: Show a username form for the favorites page
Source: wp-admin/includes/plugin-install.php:366
Used by 0 functions | Uses 6 functions

※969※

install_plugins_upload()

Function: Upload from zip
Source: wp-admin/includes/plugin-install.php:347
Used by 0 functions | Uses 5 functions

※970※

install_plugin_information()

Function: Display plugin information in dialog box form.
Source: wp-admin/includes/plugin-install.php:512
Used by 0 functions | Uses 30 functions

※971※

install_plugin_install_status()

Function: Determine the status we can perform on a plugin.
Source: wp-admin/includes/plugin-install.php:434
Used by 4 functions | Uses 9 functions

※972※

install_popular_tags()

Function: Retrieve popular WordPress plugin tags.
Source: wp-admin/includes/plugin-install.php:242
Used by 1 function | Uses 4 functions

※973※

install_search_form()

Function: Displays a search form for searching plugins.
Source: wp-admin/includes/plugin-install.php:322
Used by 1 function | Uses 8 functions

※974※

install_themes_dashboard()

Function: Display tags filter for themes.
Source: wp-admin/includes/theme-install.php:136
Used by 0 functions | Uses 7 functions

※975※

install_themes_feature_list()

Function: Retrieve list of WordPress theme features (aka theme tags)
Source: wp-admin/includes/theme-install.php:62
Used by 0 functions | Uses 5 functions

※976※

install_themes_upload()

Function:
Source: wp-admin/includes/theme-install.php:180
Used by 0 functions | Uses 5 functions

※977※

install_theme_information()

Function: Display theme information in dialog box form.
Source: wp-admin/includes/theme-install.php:236
Used by 0 functions | Uses 8 functions

※978※

install_theme_search_form()

Function: Display search form for searching themes.
Source: wp-admin/includes/theme-install.php:91
Used by 1 function | Uses 7 functions

※979※

in_category()

Function: Check if the current post is within any of the given categories.
Source: wp-includes/category-template.php:245
Used by 0 functions | Uses 1 function

※980※

in_the_loop()

Function: Determines whether the caller is in the Loop.
Source: wp-includes/query.php:911
Used by 1 function | Uses 0 functions

※981※

iso8601_timezone_to_offset()

Function: Computes an offset in seconds from an iso8601 timezone.
Source: wp-includes/formatting.php:3538
Used by 0 functions | Uses 0 functions

※982※

iso8601_to_datetime()

Function: Converts an iso8601 date to MySQL DateTime format used by post_date[_gmt].
Source: wp-includes/formatting.php:3560
Used by 4 functions | Uses 1 function

※983※

is_404()

Function: Determines whether the query has resulted in a 404 (returns no results).
Source: wp-includes/query.php:819
Used by 11 functions | Uses 3 functions

※984※

is_active_sidebar()

Function: Determines whether a sidebar is in use.
Source: wp-includes/widgets.php:932
Used by 0 functions | Uses 4 functions

※985※

is_active_widget()

Function: Determines whether a given widget is displayed on the front end.
Source: wp-includes/widgets.php:866
Used by 3 functions | Uses 2 functions

※986※

is_admin()

Function: Determines whether the current request is for an administrative interface page.
Source: wp-includes/load.php:982
Used by 61 functions | Uses 0 functions

※987※

is_admin_bar_showing()

Function: Determines whether the admin bar should be showing.
Source: wp-includes/admin-bar.php:1176
Used by 4 functions | Uses 7 functions

※988※

is_allowed_http_origin()

Function: Determines if the HTTP origin is an authorized one.
Source: wp-includes/http.php:455
Used by 1 function | Uses 4 functions

※989※

is_archive()

Function: Determines whether the query is for an existing archive page.
Source: wp-includes/query.php:153
Used by 3 functions | Uses 3 functions

※990※

is_archived()

Function: Check if a particular blog is archived.
Source: wp-includes/ms-blogs.php:664
Used by 0 functions | Uses 1 function

※991※

is_attachment()

Function: Determines whether the query is for an existing attachment page.
Source: wp-includes/query.php:203
Used by 9 functions | Uses 3 functions

※992※

is_author()

Function: Determines whether the query is for an existing author archive page.
Source: wp-includes/query.php:231
Used by 9 functions | Uses 3 functions

※993※

is_avatar_comment_type()

Function: Check if this comment type allows avatars to be retrieved.
Source: wp-includes/link-template.php:4027
Used by 1 function | Uses 2 functions

※994※

is_blog_admin()

Function: Whether the current request is for a site’s admininstrative interface.
Source: wp-includes/load.php:1006
Used by 3 functions | Uses 0 functions

※995※

is_blog_installed()

Function: Determines whether WordPress is already installed.
Source: wp-includes/functions.php:1652
Used by 3 functions | Uses 11 functions

※996※

is_blog_user()

Function: Checks if the current user belong to a given site.
Source: wp-includes/deprecated.php:2821
Used by 0 functions | Uses 3 functions

※997※

is_category()

Function: Determines whether the query is for an existing category archive page.
Source: wp-includes/query.php:259
Used by 11 functions | Uses 3 functions

※998※

is_child_theme()

Function: Whether a child theme is in use.
Source: wp-includes/theme.php:152
Used by 4 functions | Uses 0 functions

※999※

is_client_error()

Function:
Source: wp-includes/rss.php:707
Used by 0 functions | Uses 0 functions

※1000※

is_comments_popup()

Function: Determines whether the current URL is within the comments popup window.
Source: wp-includes/deprecated.php:3732
Used by 0 functions | Uses 1 function

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

EOF