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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_site_option()
get_site_option()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_site_screen_help_sidebar_content()
get_site_screen_help_sidebar_content()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_site_screen_help_tab_args()
get_site_screen_help_tab_args()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_site_transient()
get_site_transient()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_site_url()
get_site_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_space_allowed()
get_space_allowed()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_space_used()
get_space_used()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_status_header_desc()
get_status_header_desc()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_stylesheet()
get_stylesheet()
get_stylesheet()

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

※760※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_stylesheet_directory()
get_stylesheet_directory()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_stylesheet_directory_uri()
get_stylesheet_directory_uri()
get_stylesheet_directory_uri()

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

※762※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_stylesheet_uri()
get_stylesheet_uri()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_subdirectory_reserved_names()
get_subdirectory_reserved_names()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_submit_button()
get_submit_button()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_super_admins()
get_super_admins()
get_super_admins()

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

※766※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tag()
get_tag()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tags()
get_tags()
get_tags()

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

※768※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tags_to_edit()
get_tags_to_edit()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tag_feed_link()
get_tag_feed_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tag_link()
get_tag_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tag_regex()
get_tag_regex()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tag_template()
get_tag_template()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_taxonomies()
get_taxonomies()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_taxonomies_for_attachments()
get_taxonomies_for_attachments()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_taxonomy()
get_taxonomy()
get_taxonomy()

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

※776※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_taxonomy_labels()
get_taxonomy_labels()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_taxonomy_template()
get_taxonomy_template()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_tax_sql()
get_tax_sql()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_template()
get_template()
get_template()

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

※780※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_template_directory()
get_template_directory()
get_template_directory()

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

※781※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_template_directory_uri()
get_template_directory_uri()
get_template_directory_uri()

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

※782※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_template_part()
get_template_part()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_temp_dir()
get_temp_dir()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term()
get_term()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_terms()
get_terms()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_terms_to_edit()
get_terms_to_edit()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_by()
get_term_by()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_children()
get_term_children()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_feed_link()
get_term_feed_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_field()
get_term_field()
get_term_field()

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

※791※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_link()
get_term_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_meta()
get_term_meta()
get_term_meta()

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

※793※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_parents_list()
get_term_parents_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_term_to_edit()
get_term_to_edit()
get_term_to_edit()

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

※795※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme()
get_theme()
get_theme()

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

※796※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_themes()
get_themes()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_data()
get_theme_data()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_feature_list()
get_theme_feature_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_file_path()
get_theme_file_path()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_file_uri()
get_theme_file_uri()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_mod()
get_theme_mod()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_mods()
get_theme_mods()
get_theme_mods()

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

※803※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_root()
get_theme_root()
get_theme_root()

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

※804※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_roots()
get_theme_roots()
get_theme_roots()

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

※805※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_root_uri()
get_theme_root_uri()
get_theme_root_uri()

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

※806※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_starter_content()
get_theme_starter_content()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_support()
get_theme_support()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_updates()
get_theme_updates()
get_theme_updates()

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

※809※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_theme_update_available()
get_theme_update_available()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_archive_description()
get_the_archive_description()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_archive_title()
get_the_archive_title()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_attachment_link()
get_the_attachment_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author()
get_the_author()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_aim()
get_the_author_aim()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_description()
get_the_author_description()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_email()
get_the_author_email()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_firstname()
get_the_author_firstname()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_icq()
get_the_author_icq()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_ID()
get_the_author_ID()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_lastname()
get_the_author_lastname()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_link()
get_the_author_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_login()
get_the_author_login()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_meta()
get_the_author_meta()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_msn()
get_the_author_msn()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_nickname()
get_the_author_nickname()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_posts()
get_the_author_posts()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_posts_link()
get_the_author_posts_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_url()
get_the_author_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_author_yim()
get_the_author_yim()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_category()
get_the_category()
get_the_category()

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

※831※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_category_by_ID()
get_the_category_by_ID()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_category_list()
get_the_category_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_category_rss()
get_the_category_rss()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_comments_navigation()
get_the_comments_navigation()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_comments_pagination()
get_the_comments_pagination()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_content()
get_the_content()
get_the_content()

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

※837※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_content_feed()
get_the_content_feed()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_date()
get_the_date()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_excerpt()
get_the_excerpt()
get_the_excerpt()

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

※840※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_generator()
get_the_generator()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_guid()
get_the_guid()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_ID()
get_the_ID()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_modified_author()
get_the_modified_author()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_modified_date()
get_the_modified_date()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_modified_time()
get_the_modified_time()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_password_form()
get_the_password_form()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_permalink()
get_the_permalink()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_posts_navigation()
get_the_posts_navigation()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_posts_pagination()
get_the_posts_pagination()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_post_navigation()
get_the_post_navigation()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_post_thumbnail()
get_the_post_thumbnail()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_post_thumbnail_caption()
get_the_post_thumbnail_caption()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_post_thumbnail_url()
get_the_post_thumbnail_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_post_type_description()
get_the_post_type_description()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_privacy_policy_link()
get_the_privacy_policy_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_tags()
get_the_tags()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_tag_list()
get_the_tag_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_taxonomies()
get_the_taxonomies()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_terms()
get_the_terms()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_term_list()
get_the_term_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_time()
get_the_time()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_title()
get_the_title()
get_the_title()

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

※863※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_the_title_rss()
get_the_title_rss()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_to_ping()
get_to_ping()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_trackback_url()
get_trackback_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_transient()
get_transient()
get_transient()

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

※867※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_translations_for_domain()
get_translations_for_domain()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_udims()
get_udims()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_uploaded_header_images()
get_uploaded_header_images()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_upload_iframe_src()
get_upload_iframe_src()
get_upload_iframe_src()

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

※871※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_upload_space_available()
get_upload_space_available()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_url_in_content()
get_url_in_content()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_userdata()
get_userdata()
get_userdata()

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

※874※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_userdatabylogin()
get_userdatabylogin()
get_userdatabylogin()

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

※875※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_usermeta()
get_usermeta()
get_usermeta()

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

※876※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_usernumposts()
get_usernumposts()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_users()
get_users()
get_users()

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

※878※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_users_drafts()
get_users_drafts()
get_users_drafts()

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

※879※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_users_of_blog()
get_users_of_blog()
get_users_of_blog()

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

※880※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_by()
get_user_by()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_by_email()
get_user_by_email()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_count()
get_user_count()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_details()
get_user_details()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_id_from_string()
get_user_id_from_string()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_locale()
get_user_locale()
get_user_locale()

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

※886※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_meta()
get_user_meta()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_metavalues()
get_user_metavalues()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_option()
get_user_option()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_setting()
get_user_setting()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_user_to_edit()
get_user_to_edit()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_weekstartend()
get_weekstartend()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_wp_title_rss()
get_wp_title_rss()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
get_year_link()
get_year_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
global_terms()
global_terms()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
global_terms_enabled()
global_terms_enabled()
global_terms_enabled()

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

※896※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
got_mod_rewrite()
got_mod_rewrite()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
got_url_rewrite()
got_url_rewrite()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
graceful_fail()
graceful_fail()
graceful_fail()

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

※899※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
grant_super_admin()
grant_super_admin()
grant_super_admin()

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

※900※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
gzip_compression()
gzip_compression()
gzip_compression()

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

※901※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
hash_equals()
hash_equals()
hash_equals()

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

※902※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
hash_hmac()
hash_hmac()
hash_hmac()

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

※903※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_action()
has_action()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_block()
has_block()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_blocks()
has_blocks()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_category()
has_category()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_custom_header()
has_custom_header()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_custom_logo()
has_custom_logo()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_excerpt()
has_excerpt()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_filter()
has_filter()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_header_image()
has_header_image()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_header_video()
has_header_video()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_image_size()
has_image_size()
has_image_size()

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

※914※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_meta()
has_meta()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_nav_menu()
has_nav_menu()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_post_format()
has_post_format()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_post_thumbnail()
has_post_thumbnail()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_shortcode()
has_shortcode()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_site_icon()
has_site_icon()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_tag()
has_tag()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_term()
has_term()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
has_term_meta()
has_term_meta()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
have_comments()
have_comments()
have_comments()

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

※924※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
have_posts()
have_posts()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
header_image()
header_image()
header_image()

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

※926※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
header_textcolor()
header_textcolor()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
heartbeat_autosave()
heartbeat_autosave()
heartbeat_autosave()

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

※928※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
hello_dolly()
hello_dolly()
hello_dolly()

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

※929※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
hello_dolly_get_lyric()
hello_dolly_get_lyric()
hello_dolly_get_lyric()

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

※930※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
home_url()
home_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
htmlentities2()
htmlentities2()
htmlentities2()

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

※932※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
html_type_rss()
html_type_rss()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
human_readable_duration()
human_readable_duration()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
human_time_diff()
human_time_diff()
human_time_diff()

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

※935※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iframe_footer()
iframe_footer()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iframe_header()
iframe_header()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iis7_add_rewrite_rule()
iis7_add_rewrite_rule()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iis7_delete_rewrite_rule()
iis7_delete_rewrite_rule()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iis7_rewrite_rule_exists()
iis7_rewrite_rule_exists()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iis7_save_url_rewrite_rules()
iis7_save_url_rewrite_rules()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iis7_supports_permalinks()
iis7_supports_permalinks()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_add_caption()
image_add_caption()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_align_input_fields()
image_align_input_fields()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_attachment_fields_to_edit()
image_attachment_fields_to_edit()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_attachment_fields_to_save()
image_attachment_fields_to_save()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_constrain_size_for_editor()
image_constrain_size_for_editor()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_downsize()
image_downsize()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_edit_apply_changes()
image_edit_apply_changes()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_get_intermediate_size()
image_get_intermediate_size()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_hwstring()
image_hwstring()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_link_input_fields()
image_link_input_fields()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_make_intermediate_size()
image_make_intermediate_size()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_media_send_to_editor()
image_media_send_to_editor()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_resize()
image_resize()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_resize_dimensions()
image_resize_dimensions()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
image_size_input_fields()
image_size_input_fields()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
img_caption_shortcode()
img_caption_shortcode()
img_caption_shortcode()

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

※958※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
includes_url()
includes_url()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
index_rel_link()
index_rel_link()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
init()
init()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
insert_blog()
insert_blog()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
insert_with_markers()
insert_with_markers()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_blog()
install_blog()
install_blog()

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

※964※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_blog_defaults()
install_blog_defaults()
install_blog_defaults()

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

※965※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_dashboard()
install_dashboard()
install_dashboard()

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

※966※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_global_terms()
install_global_terms()
install_global_terms()

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

※967※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_network()
install_network()
install_network()

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

※968※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_plugins_favorites_form()
install_plugins_favorites_form()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_plugins_upload()
install_plugins_upload()
install_plugins_upload()

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

※970※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_plugin_information()
install_plugin_information()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_plugin_install_status()
install_plugin_install_status()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_popular_tags()
install_popular_tags()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_search_form()
install_search_form()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_themes_dashboard()
install_themes_dashboard()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_themes_feature_list()
install_themes_feature_list()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_themes_upload()
install_themes_upload()
install_themes_upload()

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

※977※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_theme_information()
install_theme_information()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
install_theme_search_form()
install_theme_search_form()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
in_category()
in_category()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
in_the_loop()
in_the_loop()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iso8601_timezone_to_offset()
iso8601_timezone_to_offset()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
iso8601_to_datetime()
iso8601_to_datetime()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_404()
is_404()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_active_sidebar()
is_active_sidebar()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_active_widget()
is_active_widget()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_admin()
is_admin()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_admin_bar_showing()
is_admin_bar_showing()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_allowed_http_origin()
is_allowed_http_origin()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_archive()
is_archive()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_archived()
is_archived()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_attachment()
is_attachment()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_author()
is_author()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_avatar_comment_type()
is_avatar_comment_type()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_blog_admin()
is_blog_admin()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_blog_installed()
is_blog_installed()
is_blog_installed()

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

※996※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_blog_user()
is_blog_user()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_category()
is_category()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_child_theme()
is_child_theme()
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※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_client_error()
is_client_error()
is_client_error()

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

※1000※

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
is_comments_popup()
is_comments_popup()
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


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

豫 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