You are on page 1of 50

Functions: Source: wp-includes/functions.

php:
absint()
Function: Convert a value to non-negative integer.
activate_plugin()
Function: Attempts activation of plugin in a sandbox
and redirects on success.
activate_plugins()
Function: Activate multiple plugins.
activate_sitewide_plugin()
Function:
addslashes_gpc()
Function: Adds slashes to escape strings.
add_action()
Function: Hooks a function on to a specific action.
add_blog_option()
Function: Add a new option for a given blog id.
add_clean_index()
Function:
add_comments_page()
Function: Add sub menu page to the comments main
menu.
add_comment_meta()
Function: Add meta data field to a comment.
add_contextual_help()
Function: Add contextual help text for a page.
add_cssclass()
Function:
add_custom_background()
Function: Add callbacks for background image display.
add_custom_image_header()
Function: Add callbacks for image header display.
add_dashboard_page()
Function: Add sub menu page to the Dashboard main
menu.
add_editor_style()
Function: Add callback for custom TinyMCE editor
stylesheets.
add_existing_user_to_blog()
Function: Add a user to a blog based on details from
maybe_add_existing_user_to_blog().
add_feed()
Function: Add a new feed type like /atom1/.
add_filter()
Function: Hook a function or method to a specific filter
action.
add_image_size()
Function: Register a new image size.
add_link()
Function: Add a link to using values provided in $_POST.
add_links_page()
Function: Add sub menu page to the links main menu.
add_magic_quotes()
Function: Walks the array while sanitizing the contents.
add_management_page()
Function: Add sub menu page to the tools main menu.
add_media_page()
Function: Add sub menu page to the media main menu.
add_menu_classes()
Function:
add_menu_page()
Function: Add a top level menu page
add_meta()
Function:
add_metadata()
Function: Add metadata for the specified object.
add_meta_box()
Function: Add a meta box to an edit form.
add_new_user_to_blog()
Function: Add a newly created user to the appropriate
blog
add_object_page()

Function: Add a top level menu page in the objects


section
add_object_page()
Function: Add a top level menu page in the objects
section
add_option()
Function: Add a new option.
add_options_page()
Function: Add sub menu page to the options main
menu.
add_option_update_handler()
Function: Register a setting and its sanitization callback
add_option_whitelist()
Function:
add_pages_page()
Function: Add sub menu page to the pages main menu.
add_permastruct()
Function: Add permalink structure.
add_ping()
Function: Add a URL to those already pinged.
add_plugins_page()
Function: Add sub menu page to the plugins main
menu.
add_posts_page()
Function: Add sub menu page to the posts main menu.
add_post_meta()
Function: Add meta data field to a post.
add_post_type_support()
Function: Register support of certain features for a post
type.
add_query_arg()
Function: Retrieve a modified URL query string.
add_rewrite_endpoint()
Function: Add an endpoint, like /trackback/.
add_rewrite_rule()
Function: Add a straight rewrite rule.
add_rewrite_tag()
Function: Add a new rewrite tag (like %postname%).
Source: wp-includes/rewrite.php:38
Used by 2 functions | Uses 2 functions
add_role()
Function: Add role, if it does not exist.
Source: wp-includes/capabilities.php:1471
Used by 1 function | Uses 1 function
add_screen_option()
Function: Register and configure an admin screen
option
Source: wp-admin/includes/screen.php:151
Used by 0 functions | Uses 1 function
add_settings_error()
Function: Register a settings error to be displayed to the
user
add_settings_field()
Function: Add a new field to a section of a settings page
Source: wp-admin/includes/template.php:1220
Used by 0 functions | Uses 2 functions
add_settings_section()
Function: Add a new section to a settings page.
Source: wp-admin/includes/template.php:1182
Used by 0 functions | Uses 2 functions
add_shortcode()
Function: Add hook for shortcode tag.
Source: wp-includes/shortcodes.php:89
Used by 2 functions | Uses 0 functions
add_site_option()
Function: Add a new site option.
Source: wp-includes/option.php:1023
Used by 5 functions | Uses 14 functions
add_submenu_page()
Function: Add a sub menu page
Source: wp-admin/includes/plugin.php:1124
Used by 13 functions | Uses 4 functions
add_theme_page()

Function: Add sub menu page to the themes main


menu.
Source: wp-admin/includes/plugin.php:1236
Used by 2 functions | Uses 1 function
add_theme_support()
Function: Allows a theme to register its support of a
certain feature
Source: wp-includes/theme.php:1464
Used by 9 functions | Uses 6 functions
add_thickbox()
Function: Enqueues the default ThickBox js and css.
Source: wp-includes/general-template.php:2899
Used by 1 function | Uses 4 functions
add_user()
Function: Creates a new user from the Users form
using $_POST information.
Source: wp-admin/includes/user.php:16
Used by 0 functions | Uses 1 function
add_users_page()
Function: Add sub menu page to the Users/Profile main
menu.
add_user_meta()
Function: Add meta data field to a user.
Source: wp-includes/user.php:1149
Used by 1 function | Uses 1 function
add_user_to_blog()
Function: Add a user to a blog.
Source: wp-includes/ms-functions.php:174
Used by 4 functions | Uses 10 functions
add_utility_page()
Function: Add a top level menu page in the utility
section
Source: wp-admin/includes/plugin.php:1098
Used by 0 functions | Uses 1 function
adjacent_image_link()
Function: Display next or previous image link that has
the same post parent.
Source: wp-includes/media.php:1925
Used by 2 functions | Uses 4 functions
adjacent_posts_rel_link()
Function: Display relational links for the posts adjacent
to the current post.
Source: wp-includes/link-template.php:1647
Used by 1 function | Uses 1 function
adjacent_posts_rel_link_wp_head()
Function: Display relational links for the posts adjacent
to the current post for single post pages.
Source: wp-includes/link-template.php:1659
Used by 0 functions | Uses 3 functions
adjacent_post_link()
Function: Display adjacent post link.
Source: wp-includes/link-template.php:1891
Used by 0 functions | Uses 1 function
admin_color_scheme_picker()
Function: Display the default admin color scheme picker
(Used in user-edit.php)
Source: wp-admin/includes/misc.php:597
Used by 0 functions | Uses 8 functions
admin_created_user_email()
Function:
Source: wp-admin/user-new.php:20
Used by 0 functions | Uses 6 functions
admin_created_user_subject()
Function:
admin_url()
Function: Retrieve the url to the admin area for the
current site.
Source: wp-includes/link-template.php:2729
Used by 72 functions | Uses 1 function
allowed_http_request_hosts()
Function: Whitelists allowed redirect hosts for safe HTTP
requests as well.
Source: wp-includes/http.php:524

Used by 0 functions | Uses 1 function


allowed_tags()
Function: Display all of the allowed tags in HTML format
with attributes.
Source: wp-includes/general-template.php:1776
Used by 1 function | Uses 0 functions
allow_subdirectory_install()
Function: Allow subdirectory install.
Source: wp-admin/network.php:69
Used by 2 functions | Uses 3 functions
allow_subdomain_install()
Function: Allow subdomain install
Source: wp-admin/network.php:56
Used by 2 functions | Uses 1 function
antispambot()
Function: Converts email addresses characters to HTML
entities to block spam bots.
Source: wp-includes/formatting.php:1758
Used by 0 functions | Uses 1 function
apache_mod_loaded()
Function: Does the specified module exist in the Apache
config?
Source: wp-includes/functions.php:3578
Used by 2 functions | Uses 0 functions
apply_filters()
Function: Call the functions added to a filter hook.
Source: wp-includes/plugin.php:177
Used by 781 functions | Uses 1 function
apply_filters_ref_array()
Function: Execute functions hooked on a specific filter
hook, specifying arguments in an array.
Source: wp-includes/plugin.php:239
Used by 4 functions | Uses 1 function
atom_enclosure()
Function: Display the atom enclosure for the current
post.
attachment_id3_data_meta_box()
Function: Display fields for ID3 data
Source: wp-admin/includes/meta-boxes.php:1114
Used by 0 functions | Uses 3 functions
attachment_submitbox_metadata()
Function: Displays non-editable attachment metadata in
the publish metabox
Source: wp-admin/includes/media.php:2739
Used by 0 functions | Uses 15 functions
attachment_submit_meta_box()
Function: Display attachment submit form fields.
Source: wp-admin/includes/meta-boxes.php:281
Used by 0 functions | Uses 8 functions
attachment_url_to_postid()
Function: Try to convert an attachment URL into a post
ID.
Source: wp-includes/media.php:3289
Used by 2 functions | Uses 3 functions
attribute_escape()
Function: Escaping for HTML attributes.
Source: wp-includes/deprecated.php:2141
Used by 0 functions | Uses 2 functions
author_can()
Function: Whether author of supplied post has
capability or role.
Source: wp-includes/capabilities.php:1405
Used by 1 function | Uses 2 functions
auth_redirect()
Function: Checks if a user is logged in, if not it redirects
them to the login page.
Source: wp-includes/pluggable.php:985
Used by 1 function | Uses 15 functions
automatic_feed_links()
Function: Enable/disable automatic general feed link
outputting.
Source: wp-includes/deprecated.php:2450
Used by 0 functions | Uses 3 functions

avoid_blog_page_permalink_collision()
Function: Avoids a collision between a site slug and a
permalink slug.
Source: wp-admin/includes/ms.php:744
Used by 0 functions | Uses 3 functions
background_color()
Function: Display background color value.
background_image()
Function: Display background image path.
Source: wp-includes/theme.php:1276
Used by 0 functions | Uses 1 function
backslashit()
Function: Adds backslashes before letters and before a
number at the start of a string.
Source: wp-includes/formatting.php:1640
Used by 1 function | Uses 0 functions
balanceTags()
Function: Balances tags if forced to, or if the
use_balanceTags option is set to true.
Source: wp-includes/formatting.php:1445
Used by 0 functions | Uses 1 function
before_last_bar()
Function: Remove last item on a pipe-delimited string.
Source: wp-includes/l10n.php:114
Used by 4 functions | Uses 0 functions
bloginfo()
Function: Display information about the blog.
Source: wp-includes/general-template.php:576
Used by 6 functions | Uses 1 function
bloginfo_rss()
Function: Display RSS container for the bloginfo
function.
Source: wp-includes/feed.php:53
Used by 1 function | Uses 3 functions
body_class()
Function: Display the classes for the body element.
Source: wp-includes/post-template.php:496
Used by 0 functions | Uses 1 function
bool_from_yn()
Function: Whether input is yes or no.
Source: wp-includes/functions.php:1109
Used by 0 functions | Uses 0 functions
build_query()
Function: Build URL query based on an associative and,
or indexed array.
Source: wp-includes/functions.php:669
Used by 1 function | Uses 1 function
bulk_edit_posts()
Function: Process the post data for the bulk editing of
posts.
cache_javascript_headers()
Function: Set the headers for caching for 10 days with
JavaScript content type.
Source: wp-includes/functions.php:1077
Used by 0 functions | Uses 1 function
cache_users()
Function: Retrieve info for user lists to prevent multiple
queries by get_userdata()
Source: wp-includes/pluggable.php:172
Used by 2 functions | Uses 4 functions
calendar_week_mod()
Function: Get number of days since the start of the
week.
Source: wp-includes/general-template.php:1523
Used by 1 function | Uses 0 functions
cancel_comment_reply_link()
Function: Display HTML content for cancel comment
reply link.
Source: wp-includes/comment-template.php:1567
Used by 1 function | Uses 1 function
can_edit_network()
Function: Whether or not we can edit this network from
this page.

Source: wp-admin/includes/ms.php:929
Used by 1 function | Uses 2 functions
capital_P_dangit()
Function: Forever eliminate Wordpress from the
planet (or at least the little bit we can influence).
Source: wp-includes/formatting.php:3845
Used by 0 functions | Uses 2 functions
category_description()
Function: Retrieve category description.
Source: wp-includes/category-template.php:283
Used by 0 functions | Uses 1 function
category_exists()
Function:
Source: wp-admin/includes/taxonomy.php:21
Used by 2 functions | Uses 1 function
cat_is_ancestor_of()
Function: Check if a category is an ancestor of another
category.
Source: wp-includes/category.php:205
Used by 0 functions | Uses 1 function
checked()
Function: Outputs the html checked attribute.
check_admin_referer()
Function: Makes sure that a user was referred from
another admin page.
Source: wp-includes/pluggable.php:1070
Used by 9 functions | Uses 8 functions
check_ajax_referer()
Function: Verifies the AJAX request to prevent
processing requests external of the blog.
Source: wp-includes/pluggable.php:1104
Used by 51 functions | Uses 4 functions
check_and_publish_future_post()
Function: Publish future post and make sure post ID has
future post status.
Source: wp-includes/post.php:3626
Used by 0 functions | Uses 4 functions
check_column()
Function: Check column matches criteria.
Source: wp-admin/install-helper.php:166
Used by 0 functions | Uses 1 function
check_comment()
Function: Check whether a comment passes internal
checks to be allowed to add.
Source: wp-includes/comment.php:39
Used by 1 function | Uses 5 functions
check_comment_flood_db()
Function: Check whether comment flooding is
occurring.
Source: wp-includes/comment.php:1220
Used by 0 functions | Uses 10 functions
check_import_new_users()
Function: Checks if the current user has permissions to
import new users.
Source: wp-admin/includes/ms.php:657
Used by 0 functions | Uses 1 function
check_password_reset_key()
Function: Retrieves a user row based on password reset
key and login
Source: wp-includes/user.php:2126
Used by 0 functions | Uses 6 functions
check_theme_switched()
Function: Checks if a theme has been changed and runs
after_switch_theme hook on the next WP load
Source: wp-includes/theme.php:1881
Used by 0 functions | Uses 6 functions
check_upload_mimes()
Function: Check an array of MIME types against a
whitelist.
check_upload_size()
Function: Determine if uploaded file exceeds space
quota.
Source: wp-admin/includes/ms.php:18

Used by 0 functions | Uses 5 functions


choose_primary_blog()
Function: Handles the display of choosing a users
primary site.
Source: wp-admin/includes/ms.php:775
Used by 0 functions | Uses 12 functions
clean_attachment_cache()
Function: Will clean the attachment in the cache.
Source: wp-includes/post.php:5564
Used by 0 functions | Uses 4 functions
clean_blog_cache()
Function: Clean the blog cache
Source: wp-includes/ms-blogs.php:417
Used by 2 functions | Uses 1 function
clean_bookmark_cache()
Function: Deletes bookmark cache
Source: wp-includes/bookmark.php:410
Used by 4 functions | Uses 2 functions
clean_category_cache()
Function: Remove the category cache data based on ID.
Source: wp-includes/category.php:300
Used by 0 functions | Uses 1 function
clean_comment_cache()
Function: Removes comment ID from the comment
cache.
Source: wp-includes/comment.php:2751
Used by 5 functions | Uses 2 functions
clean_object_term_cache()
Function: Removes the taxonomy relationship to terms
from the cache.
Source: wp-includes/taxonomy.php:3595
Used by 5 functions | Uses 4 functions
clean_page_cache()
Function: Will clean the page in the cache.
Source: wp-includes/deprecated.php:3152
Used by 0 functions | Uses 2 functions
clean_post_cache()
Function: Will clean the post in the cache.
clean_pre()
Function: Accepts matches array from
preg_replace_callback in wpautop() or a string.
Source: wp-includes/deprecated.php:2997
Used by 0 functions | Uses 1 function
clean_term_cache()
Function: Will remove all of the term ids from the cache.
Source: wp-includes/taxonomy.php:3629
Used by 6 functions | Uses 7 functions
clean_url()
Function: Checks and cleans a URL.
Source: wp-includes/deprecated.php:2087
Used by 0 functions | Uses 2 functions
clean_user_cache()
Function: Clean all user caches
Source: wp-includes/user.php:1591
Used by 6 functions | Uses 1 function
clear_global_post_cache()
Function:
Source: wp-includes/ms-deprecated.php:132
Used by 0 functions | Uses 1 function
codepress_footer_js()
Function: Adds JavaScript required to make CodePress
work on the theme/plugin editors.
Source: wp-admin/includes/deprecated.php:216
Used by 0 functions | Uses 1 function
codepress_get_lang()
Function: Determines the language to use for CodePress
syntax highlighting.
Source: wp-admin/includes/deprecated.php:205
Used by 0 functions | Uses 1 function
comments_link()
Function: Display the link to the current post comments.
Source: wp-includes/comment-template.php:712
Used by 1 function | Uses 3 functions

comments_link_feed()
Function: Outputs the link to the comments for the
current post in an xml safe way
Source: wp-includes/feed.php:250
Used by 0 functions | Uses 4 functions
comments_number()
Function: Display the language string for the number of
comments the current post has.
comments_open()
Function: Whether the current post is open for
comments.
Source: wp-includes/comment-template.php:1036
Used by 6 functions | Uses 3 functions
comments_popup_link()
Function: Displays the link to the comments popup
window for the current post ID.
Source: wp-includes/comment-template.php:1274
Used by 0 functions | Uses 15 functions
comments_popup_script()
Function: Display the JS popup script to show a
comment.
Source: wp-includes/comment-template.php:1239
Used by 0 functions | Uses 0 functions
comments_rss()
Function: Return link to the post RSS feed.
Source: wp-includes/deprecated.php:1202
Used by 0 functions | Uses 3 functions
comments_rss_link()
Function: Print RSS comment feed link.
Source: wp-includes/deprecated.php:1144
Used by 0 functions | Uses 2 functions
comments_template()
Function: Load the comment template specified in $file.
Source: wp-includes/comment-template.php:1128
Used by 0 functions | Uses 14 functions
comment_author()
Function: Displays the author of the current comment.
Source: wp-includes/comment-template.php:54
Used by 1 function | Uses 3 functions
comment_author_email()
Function: Display the email of the author of the current
global $comment.
Source: wp-includes/comment-template.php:107
Used by 0 functions | Uses 3 functions
comment_author_email_link()
Function: Display the html email link to the author of
the current comment.
Source: wp-includes/comment-template.php:138
Used by 1 function | Uses 1 function
comment_author_IP()
Function: Display the IP address of the author of the
current comment.
comment_author_link()
Function: Display the html link to the url of the author
of the current comment.
Source: wp-includes/comment-template.php:233
Used by 2 functions | Uses 1 function
comment_author_rss()
Function: Display the current comment author in the
feed.
Source: wp-includes/feed.php:333
Used by 0 functions | Uses 1 function
comment_author_url()
Function: Display the url of the author of the current
comment.
Source: wp-includes/comment-template.php:309
Used by 0 functions | Uses 3 functions
comment_author_url_link()
Function: Displays the HTML link of the url of the author
of the current comment.
Source: wp-includes/comment-template.php:378
Used by 0 functions | Uses 1 function
comment_class()

Function: Generates semantic classes for each


comment element.
Source: wp-includes/comment-template.php:394
Used by 4 functions | Uses 1 function
comment_date()
Function: Display the comment date of the current
comment.
Source: wp-includes/comment-template.php:521
Used by 0 functions | Uses 1 function
comment_excerpt()
Function: Display the excerpt of the current comment.
Source: wp-includes/comment-template.php:578
Used by 1 function | Uses 3 functions
comment_exists()
Function: Determine if a comment exists based on
author and date.
Source: wp-admin/includes/comment.php:20
Used by 0 functions | Uses 2 functions
comment_footer_die()
Function: Display error message at bottom of
comments.
Source: wp-admin/comment.php:37
Used by 0 functions | Uses 0 functions
comment_form()
Function: Output a complete commenting form for use
within a template.
comment_form_title()
Function: Display text based on comment reply status.
Source: wp-includes/comment-template.php:1625
Used by 1 function | Uses 4 functions
comment_guid()
Function: Display the feed GUID for the current
comment.
Source: wp-includes/feed.php:269
Used by 0 functions | Uses 2 functions
comment_ID()
Function: Display the comment id of the current
comment.
Source: wp-includes/comment-template.php:620
Used by 3 functions | Uses 1 function
comment_id_fields()
Function: Output hidden input HTML for replying to
comments.
Source: wp-includes/comment-template.php:1606
Used by 1 function | Uses 1 function
comment_link()
Function: Display the link to the comments.
Source: wp-includes/feed.php:295
Used by 0 functions | Uses 4 functions
comment_reply_link()
Function: Displays the HTML content for reply to
comment link.
Source: wp-includes/comment-template.php:1444
Used by 2 functions | Uses 1 function
comment_text()
Function: Display the text of the current comment.
Source: wp-includes/comment-template.php:837
Used by 3 functions | Uses 4 functions
comment_text_rss()
Function: Display the current comment content for use
in the feeds.
Source: wp-includes/feed.php:342
Used by 0 functions | Uses 3 functions
comment_time()
Function: Display the comment time of the current
comment.
Source: wp-includes/comment-template.php:895
Used by 1 function | Uses 1 function
comment_type()
Function: Display the comment type of the current
comment.
compression_test()

Function: Test support for compressing JavaScript from


PHP
Source: wp-admin/includes/template.php:1724
Used by 0 functions | Uses 0 functions
confirm_another_blog_signup()
Function: Confirm a new site signup
Source: wp-signup.php:372
Used by 1 function | Uses 3 functions
confirm_blog_signup()
Function: New site signup confirmation
Source: wp-signup.php:624
Used by 1 function | Uses 4 functions
confirm_delete_users()
Function:
Source: wp-admin/network/users.php:19
Used by 0 functions | Uses 16 functions
confirm_user_signup()
Function: New user signup confirmation
Source: wp-signup.php:496
Used by 1 function | Uses 4 functions
content_url()
Function: Retrieve the url to the content directory.
Source: wp-includes/link-template.php:2798
Used by 2 functions | Uses 3 functions
convert_chars()
Function: Converts a number of characters from a
string.
Source: wp-includes/formatting.php:1379
Used by 2 functions | Uses 1 function
convert_smilies()
Function: Convert text equivalent of smilies to images.
Source: wp-includes/formatting.php:2065
Used by 0 functions | Uses 1 function
convert_to_screen()
Function: Convert a screen string to a screen object
Source: wp-admin/includes/template.php:2094
Used by 12 functions | Uses 3 functions
copy_dir()
Function: Copies a directory from one location to
another via the WordPress Filesystem Abstraction.
core_update_footer()
Function:
Source: wp-admin/includes/update.php:162
Used by 0 functions | Uses 5 functions
core_upgrade_preamble()
Function: Display upgrade WordPress for downloading
latest or upgrading automatically form.
Source: wp-admin/update-core.php:141
Used by 0 functions | Uses 8 functions
count_many_users_posts()
Function: Number of posts written by a list of users.
Source: wp-includes/user.php:291
Used by 1 function | Uses 2 functions
count_users()
Function: Count number of users who have each of the
user roles.
Source: wp-includes/user.php:1221
Used by 2 functions | Uses 8 functions
count_user_posts()
Function: Number of posts user has written.
Source: wp-includes/user.php:261
Used by 2 functions | Uses 4 functions
create_empty_blog()
Function: Create an empty blog.
Source: wp-includes/ms-functions.php:303
Used by 0 functions | Uses 6 functions
create_initial_post_types()
Function: Creates the initial post types when init action
is fired.
Source: wp-includes/post.php:19
Used by 0 functions | Uses 6 functions
create_initial_taxonomies()

Function: Creates the initial taxonomies.


Source: wp-includes/taxonomy.php:21
Used by 0 functions | Uses 9 functions
create_user()
Function: An alias of wp_create_user().
Source: wp-includes/deprecated.php:1220
Used by 0 functions | Uses 2 functions
current_action()
Function: Retrieve the name of the current action.
current_filter()
Function: Retrieve the name of the current filter or
action.
Source: wp-includes/plugin.php:349
Used by 13 functions | Uses 0 functions
current_theme_info()
Function:
Source: wp-admin/includes/deprecated.php:969
Used by 0 functions | Uses 2 functions
current_theme_supports()
Function: Checks a themes support for a given feature
Source: wp-includes/theme.php:1768
Used by 45 functions | Uses 3 functions
current_time()
Function: Retrieve the current time based on specified
type.
Source: wp-includes/functions.php:61
Used by 33 functions | Uses 1 function
current_user_can()
Function: Whether current user has capability or role.
Source: wp-includes/capabilities.php:1355
Used by 275 functions | Uses 1 function
current_user_can_for_blog()
Function: Whether current user has a capability or role
for a given blog.
Source: wp-includes/capabilities.php:1376
Used by 0 functions | Uses 4 functions
dashboard_browser_nag_class()
Function:
Source: wp-admin/includes/dashboard.php:1209
Used by 0 functions | Uses 1 function
date_i18n()
Function: Retrieve the date in localized format, based
on timestamp.
Source: wp-includes/functions.php:87
Used by 13 functions | Uses 10 functions
dbDelta()
Function:
Source: wp-admin/includes/upgrade.php:1621
Used by 4 functions | Uses 10 functions
deactivate_plugins()
Function: Deactivate a single plugin or multiple plugins.
deactivate_sitewide_plugin()
Function:
Source: wp-admin/includes/ms-deprecated.php:54
Used by 0 functions | Uses 1 function
dead_db()
Function: Load custom DB error or display WordPress
DB error.
Source: wp-includes/functions.php:3290
Used by 3 functions | Uses 6 functions
debug_fclose()
Function: Close the debugging file handle.
Source: wp-includes/deprecated.php:2907
Used by 0 functions | Uses 1 function
debug_fopen()
Function: Open the file handle for debugging.
Source: wp-includes/deprecated.php:2880
Used by 0 functions | Uses 1 function
debug_fwrite()
Function: Write contents to the file used for debugging.
Source: wp-includes/deprecated.php:2893
Used by 0 functions | Uses 1 function
default_password_nag()

Function:
Source: wp-admin/includes/user.php:428
Used by 0 functions | Uses 4 functions
default_password_nag_edit_user()
Function:
Source: wp-admin/includes/user.php:409
Used by 0 functions | Uses 4 functions
default_password_nag_handler()
Function:
Source: wp-admin/includes/user.php:391
Used by 0 functions | Uses 4 functions
default_topic_count_scale()
Function: Default topic count scaling for tag links
Source: wp-includes/category-template.php:641
Used by 0 functions | Uses 0 functions
default_topic_count_text()
Function: Old callback for tag link tooltips.
delete_all_user_settings()
Function: Delete the user settings of the current user.
Source: wp-includes/option.php:908
Used by 0 functions | Uses 2 functions
delete_blog_option()
Function: Removes option by name for a given blog id.
Prevents removal of protected WordPress options.
Source: wp-includes/ms-blogs.php:517
Used by 0 functions | Uses 4 functions
delete_comment_meta()
Function: Remove metadata matching criteria from a
comment.
Source: wp-includes/comment.php:963
Used by 3 functions | Uses 1 function
delete_get_calendar_cache()
Function: Purge the cached results of get_calendar.
Source: wp-includes/general-template.php:1757
Used by 0 functions | Uses 1 function
delete_meta()
Function:
Source: wp-admin/includes/post.php:782
Used by 2 functions | Uses 1 function
delete_metadata()
Function: Delete metadata for the specified object.
Source: wp-includes/meta.php:307
Used by 7 functions | Uses 16 functions
delete_metadata_by_mid()
Function: Delete meta data by meta ID
Source: wp-includes/meta.php:689
Used by 9 functions | Uses 11 functions
delete_option()
Function: Removes option by name. Prevents removal
of protected WordPress options.
Source: wp-includes/option.php:442
Used by 21 functions | Uses 11 functions
delete_plugins()
Function: Remove directory and files of a plugin for a
list of plugins.
Source: wp-admin/includes/plugin.php:757
Used by 0 functions | Uses 11 functions
delete_post_meta()
Function: Remove metadata matching criteria from a
post.
delete_post_meta_by_key()
Function: Delete everything from post meta matching
meta key.
Source: wp-includes/post.php:1970
Used by 0 functions | Uses 1 function
delete_post_thumbnail()
Function: Remove a post thumbnail.
Source: wp-includes/post.php:5779
Used by 3 functions | Uses 2 functions
delete_site_option()
Function: Removes site option by name.
Source: wp-includes/option.php:1111
Used by 4 functions | Uses 10 functions

delete_site_transient()
Function: Delete a site transient.
Source: wp-includes/option.php:1263
Used by 7 functions | Uses 6 functions
delete_theme()
Function: Remove a theme
Source: wp-admin/includes/theme.php:18
Used by 0 functions | Uses 8 functions
delete_transient()
Function: Delete a transient.
Source: wp-includes/option.php:511
Used by 7 functions | Uses 6 functions
delete_usermeta()
Function: Remove user meta data.
Source: wp-includes/deprecated.php:2275
Used by 1 function | Uses 9 functions
delete_users_add_js()
Function:
Source: wp-admin/users.php:82
Used by 0 functions | Uses 0 functions
delete_user_meta()
Function: Remove metadata matching criteria from a
user.
Source: wp-includes/user.php:1168
Used by 3 functions | Uses 1 function
delete_user_option()
Function: Delete user option with global blog capability.
delete_user_setting()
Function: Delete user interface settings.
Source: wp-includes/option.php:803
Used by 2 functions | Uses 2 functions
deslash()
Function:
Source: wp-admin/includes/upgrade.php:1589
Used by 1 function | Uses 0 functions
did_action()
Function: Retrieve the number of times an action is
fired.
Source: wp-includes/plugin.php:513
Used by 36 functions | Uses 0 functions
disabled()
Function: Outputs the html disabled attribute.
Source: wp-includes/general-template.php:3067
Used by 6 functions | Uses 1 function
discover_pingback_server_uri()
Function: Finds a pingback server URI based on the
given URL.
Source: wp-includes/comment.php:2381
Used by 1 function | Uses 7 functions
dismissed_updates()
Function:
Source: wp-admin/update-core.php:107
Used by 1 function | Uses 4 functions
dismiss_core_update()
Function:
Source: wp-admin/includes/update.php:131
Used by 1 function | Uses 2 functions
display_header()
Function: Display install header.
Source: wp-admin/install.php:56
Used by 0 functions | Uses 6 functions
display_header_text()
Function: Whether to display the header text.
Source: wp-includes/theme.php:1029
Used by 2 functions | Uses 3 functions
display_plugins_table()
Function: Display plugin content based on plugin list.
display_setup_form()
Function: Display installer setup form.
Source: wp-admin/install.php:86
Used by 0 functions | Uses 10 functions
display_space_usage()

Function: Displays the amount of disk space used by


the current blog. Not used in core.
Source: wp-admin/includes/ms.php:419
Used by 0 functions | Uses 3 functions
display_theme()
Function: Prints a theme on the Install Themes pages.
Source: wp-admin/includes/theme-install.php:154
Used by 0 functions | Uses 4 functions
display_themes()
Function: Display theme content based on theme list.
Source: wp-admin/includes/theme-install.php:169
Used by 0 functions | Uses 3 functions
documentation_link()
Function: Unused Admin function.
Source: wp-admin/includes/deprecated.php:34
Used by 0 functions | Uses 1 function
doing_action()
Function: Retrieve the name of an action currently
being processed.
Source: wp-includes/plugin.php:405
Used by 1 function | Uses 1 function
doing_filter()
Function: Retrieve the name of a filter currently being
processed.
Source: wp-includes/plugin.php:386
Used by 1 function | Uses 0 functions
dolly_css()
Function:
Source: wp-content/plugins/hello.php:63
Used by 0 functions | Uses 0 functions
domain_exists()
Function: Check whether a blogname is already taken.
Source: wp-includes/ms-functions.php:1275
Used by 3 functions | Uses 5 functions
download_url()
Function: Downloads a url to a local temporary file
using the WordPress HTTP Class.
do_accordion_sections()
Function: Meta Box Accordion Template Function
Source: wp-admin/includes/template.php:1104
Used by 0 functions | Uses 8 functions
do_action()
Function: Execute functions hooked on a specific action
hook.
Source: wp-includes/plugin.php:453
Used by 295 functions | Uses 1 function
do_action_ref_array()
Function: Execute functions hooked on a specific action
hook, specifying arguments in an array.
Source: wp-includes/plugin.php:536
Used by 22 functions | Uses 1 function
do_activate_header()
Function: Adds an action hook specific to this page that
fires on wp_head
Source: wp-activate.php:39
Used by 0 functions | Uses 2 functions
do_all_pings()
Function: Perform all pingbacks, enclosures, trackbacks,
and send to pingback services.
Source: wp-includes/comment.php:2446
Used by 0 functions | Uses 7 functions
do_core_upgrade()
Function: Upgrade WordPress core display.
Source: wp-admin/update-core.php:367
Used by 0 functions | Uses 11 functions
do_dismiss_core_update()
Function:
Source: wp-admin/update-core.php:441
Used by 0 functions | Uses 4 functions
do_enclose()
Function: Check content for video and audio links to
add as enclosures.
Source: wp-includes/functions.php:495

Used by 1 function | Uses 10 functions


do_feed()
Function: Load the feed template from the use of an
action hook.
Source: wp-includes/functions.php:1125
Used by 0 functions | Uses 7 functions
do_feed_atom()
Function: Load either Atom comment feed or Atom
posts feed.
do_feed_rdf()
Function: Load the RDF RSS 0.91 Feed template.
Source: wp-includes/functions.php:1159
Used by 0 functions | Uses 1 function
do_feed_rss()
Function: Load the RSS 1.0 Feed Template.
Source: wp-includes/functions.php:1170
Used by 0 functions | Uses 1 function
do_feed_rss2()
Function: Load either the RSS2 comment feed or the
RSS2 posts feed.
Source: wp-includes/functions.php:1183
Used by 0 functions | Uses 1 function
do_meta_boxes()
Function: Meta-Box template function
Source: wp-admin/includes/template.php:1001
Used by 1 function | Uses 7 functions
do_robots()
Function: Display the robots.txt file content.
Source: wp-includes/functions.php:1214
Used by 0 functions | Uses 6 functions
do_settings_fields()
Function: Print out the settings fields for a particular
settings section
Source: wp-admin/includes/template.php:1284
Used by 1 function | Uses 1 function
do_settings_sections()
Function: Prints out all settings sections added to a
particular settings page
Source: wp-admin/includes/template.php:1249
Used by 0 functions | Uses 1 function
do_shortcode()
Function: Search content for shortcodes and filter
shortcodes through their hooks.
Source: wp-includes/shortcodes.php:186
Used by 4 functions | Uses 1 function
do_shortcode_tag()
Function: Regular Expression callable for do_shortcode()
for calling shortcode hook.
Source: wp-includes/shortcodes.php:270
Used by 1 function | Uses 1 function
do_signup_header()
Function: Prints signup_header via wp_head
do_trackbacks()
Function: Perform trackbacks.
Source: wp-includes/comment.php:2480
Used by 1 function | Uses 12 functions
do_undismiss_core_update()
Function:
Source: wp-admin/update-core.php:452
Used by 0 functions | Uses 4 functions
dropdown_categories()
Function:
Source: wp-admin/includes/deprecated.php:87
Used by 0 functions | Uses 2 functions
dropdown_cats()
Function:
Source: wp-includes/deprecated.php:692
Used by 0 functions | Uses 4 functions
dropdown_link_categories()
Function:
Source: wp-admin/includes/deprecated.php:103
Used by 0 functions | Uses 2 functions
drop_index()

Function:
Source: wp-admin/includes/upgrade.php:1474
Used by 1 function | Uses 3 functions
dynamic_sidebar()
Function: Display dynamic sidebar.
Source: wp-includes/widgets.php:1140
Used by 1 function | Uses 9 functions
edit_bookmark_link()
Function: Display edit bookmark (literally a URL external
to blog) link anchor content.
Source: wp-includes/link-template.php:1372
Used by 0 functions | Uses 6 functions
edit_comment()
Function: Update a comment with values provided in
$_POST.
Source: wp-admin/includes/comment.php:35
Used by 1 function | Uses 4 functions
edit_comment_link()
Function: Display edit comment link with formatting.
edit_form_image_editor()
Function: Displays the image and editor in the post
editor
Source: wp-admin/includes/media.php:2632
Used by 0 functions | Uses 19 functions
edit_link()
Function: Update or insert a link using values provided
in $_POST.
Source: wp-admin/includes/bookmark.php:28
Used by 1 function | Uses 7 functions
edit_post()
Function: Update an existing post with values provided
in $_POST.
Source: wp-admin/includes/post.php:179
Used by 6 functions | Uses 37 functions
edit_post_link()
Function: Display edit post link for post.
Source: wp-includes/link-template.php:1206
Used by 0 functions | Uses 5 functions
edit_tag_link()
Function: Display or retrieve edit tag link with
formatting.
Source: wp-includes/link-template.php:873
Used by 0 functions | Uses 3 functions
edit_term_link()
Function: Display or retrieve edit term link with
formatting.
Source: wp-includes/link-template.php:938
Used by 1 function | Uses 7 functions
edit_user()
Function: Edit user settings based on contents of
$_POST
Source: wp-admin/includes/user.php:30
Used by 2 functions | Uses 24 functions
email_exists()
Function: Checks whether the given email exists.
Source: wp-includes/user.php:1628
Used by 4 functions | Uses 1 function
endElement()
Function: XML callback function that is called at the end
of a XML tag.
Source: wp-admin/link-parse-opml.php:67
Used by 0 functions | Uses 0 functions
enqueue_comment_hotkeys_js()
Function:
ent2ncr()
Function: Converts named entities into numbered
entities.
Source: wp-includes/formatting.php:2640
Used by 0 functions | Uses 2 functions
esc_attr()
Function: Escaping for HTML attributes.
Source: wp-includes/formatting.php:3177
Used by 202 functions | Uses 4 functions

esc_attr_e()
Function: Display translated text that has been escaped
for safe use in an attribute.
Source: wp-includes/l10n.php:215
Used by 37 functions | Uses 2 functions
esc_attr_x()
Function: Translate string with gettext context, and
escapes it for safe use in an attribute.
Source: wp-includes/l10n.php:275
Used by 3 functions | Uses 2 functions
esc_attr__()
Function: Retrieve the translation of $text and escapes
it for safe use in an attribute.
Source: wp-includes/l10n.php:176
Used by 32 functions | Uses 2 functions
esc_html()
Function: Escaping for HTML blocks.
Source: wp-includes/formatting.php:3152
Used by 104 functions | Uses 4 functions
esc_html_e()
Function: Display translated text that has been escaped
for safe use in HTML output.
Source: wp-includes/l10n.php:227
Used by 5 functions | Uses 2 functions
esc_html_x()
Function: Translate string with gettext context, and
escapes it for safe use in HTML output.
Source: wp-includes/l10n.php:289
Used by 0 functions | Uses 2 functions
esc_html__()
Function: Retrieve the translation of $text and escapes
it for safe use in HTML output.
Source: wp-includes/l10n.php:191
Used by 3 functions | Uses 2 functions
esc_js()
Function: Escape single quotes, htmlspecialchar &,
and fix line endings.
esc_sql()
Function: Escapes data for use in a MySQL query.
Source: wp-includes/formatting.php:3017
Used by 6 functions | Uses 1 function
esc_textarea()
Function: Escaping for textarea values.
Source: wp-includes/formatting.php:3202
Used by 7 functions | Uses 3 functions
esc_url()
Function: Checks and cleans a URL.
Source: wp-includes/formatting.php:3037
Used by 178 functions | Uses 6 functions
esc_url_raw()
Function: Performs esc_url() for database usage.
Source: wp-includes/formatting.php:3092
Used by 20 functions | Uses 1 function
export_add_js()
Function: Display JavaScript on the page.
Source: wp-admin/export.php:24
Used by 0 functions | Uses 0 functions
export_date_options()
Function: Create the date options fields for exporting a
given post type.
Source: wp-admin/export.php:123
Used by 0 functions | Uses 4 functions
export_wp()
Function: Generates the WXR export file for download.
Source: wp-admin/includes/export.php:25
Used by 0 functions | Uses 34 functions
extract_from_markers()
Function:
Source: wp-admin/includes/misc.php:65
Used by 0 functions | Uses 0 functions
favorite_actions()
Function: Favorite actions were deprecated in version
3.2. Use the admin bar instead.

Source: wp-admin/includes/deprecated.php:848
Used by 0 functions | Uses 1 function
feed_content_type()
Function: Return the content type for specified feed
type.
feed_links()
Function: Display the links to the general feeds.
Source: wp-includes/general-template.php:2221
Used by 0 functions | Uses 10 functions
feed_links_extra()
Function: Display the links to the extra feeds such as
category feeds.
Source: wp-includes/general-template.php:2247
Used by 0 functions | Uses 29 functions
fetch_feed()
Function: Build SimplePie object based on RSS or Atom
feed from URL.
Source: wp-includes/feed.php:619
Used by 5 functions | Uses 4 functions
fetch_rss()
Function: Build Magpie object based on RSS from URL.
Source: wp-includes/rss.php:404
Used by 2 functions | Uses 4 functions
file_is_displayable_image()
Function: Validate that file is suitable for displaying
within a web page.
Source: wp-admin/includes/image.php:444
Used by 1 function | Uses 2 functions
file_is_valid_image()
Function: Validate that file is an image.
Source: wp-admin/includes/image.php:431
Used by 0 functions | Uses 0 functions
filter_SSL()
Function: Formats a URL to use https.
Source: wp-includes/ms-functions.php:2133
Used by 0 functions | Uses 4 functions
find_core_auto_update()
Function: Gets the best available (and enabled) AutoUpdate for WordPress Core.
Source: wp-admin/includes/update.php:72
Used by 1 function | Uses 1 function
find_core_update()
Function:
Source: wp-admin/includes/update.php:148
Used by 3 functions | Uses 1 function
find_posts_div()
Function:
fix_import_form_size()
Function: Get the remaining upload space for this blog.
Source: wp-admin/includes/ms.php:447
Used by 0 functions | Uses 2 functions
fix_phpmailer_messageid()
Function: Correct From host on outgoing mail to match
the site domain
Source: wp-includes/ms-functions.php:1994
Used by 0 functions | Uses 1 function
floated_admin_avatar()
Function: Add avatars to relevant places in admin, or try
to.
Source: wp-admin/includes/comment.php:164
Used by 0 functions | Uses 1 function
flush_rewrite_rules()
Function: Remove rewrite rules and then recreate
rewrite rules.
Source: wp-includes/rewrite.php:106
Used by 3 functions | Uses 1 function
force_ssl_admin()
Function: Whether to force SSL used for the
Administration Screens.
Source: wp-includes/functions.php:3703
Used by 4 functions | Uses 0 functions
force_ssl_content()
Function: Whether to force SSL on content.

Source: wp-includes/ms-functions.php:2111
Used by 1 function | Uses 0 functions
force_ssl_login()
Function: Whether SSL login should be forced.
Source: wp-includes/functions.php:3691
Used by 0 functions | Uses 1 function
format_code_lang()
Function: Returns the language for a language code.
Source: wp-admin/includes/ms.php:557
Used by 1 function | Uses 2 functions
format_to_edit()
Function: Acts on text which is about to be edited.
Source: wp-includes/formatting.php:1597
Used by 2 functions | Uses 3 functions
format_to_post()
Function: Formerly used to escape strings before
inserting into the DB.
form_option()
Function: Print option value after sanitizing for forms.
Source: wp-includes/option.php:147
Used by 0 functions | Uses 2 functions
funky_javascript_callback()
Function: Callback used to change %uXXXX to &#YYY;
syntax
Source: wp-includes/deprecated.php:2499
Used by 0 functions | Uses 0 functions
funky_javascript_fix()
Function: Fixes JavaScript bugs in browsers.
Source: wp-includes/deprecated.php:2516
Used by 0 functions | Uses 1 function
gallery_shortcode()
Function: The Gallery shortcode.
Source: wp-includes/media.php:918
Used by 0 functions | Uses 17 functions
gd_edit_image_support()
Function: Check if the installed version of GD supports
particular image type
Source: wp-includes/deprecated.php:3341
Used by 0 functions | Uses 1 function
generate_random_password()
Function:
Source: wp-includes/ms-deprecated.php:39
Used by 0 functions | Uses 2 functions
generic_ping()
Function: Sends pings to all of the ping site services.
Source: wp-includes/comment.php:2527
Used by 1 function | Uses 2 functions
get_404_template()
Function: Retrieve path of 404 template in current or
parent template.
Source: wp-includes/template.php:70
Used by 0 functions | Uses 1 function
get_active_blog_for_user()
Function: Get one of a users active blogs
Source: wp-includes/ms-functions.php:63
Used by 2 functions | Uses 6 functions
get_adjacent_post()
Function: Retrieve adjacent post.
get_adjacent_post_link()
Function: Get adjacent post link.
Source: wp-includes/link-template.php:1831
Used by 3 functions | Uses 10 functions
get_adjacent_post_rel_link()
Function: Get adjacent post relational link.
Source: wp-includes/link-template.php:1599
Used by 3 functions | Uses 11 functions
get_admin_page_parent()
Function:
Source: wp-admin/includes/plugin.php:1494
Used by 3 functions | Uses 0 functions
get_admin_page_title()
Function:
Source: wp-admin/includes/plugin.php:1558

Used by 0 functions | Uses 2 functions


get_admin_url()
Function: Retrieves the url to the admin area for a given
site.
Source: wp-includes/link-template.php:2745
Used by 5 functions | Uses 3 functions
get_admin_users_for_domain()
Function: Get the admin for a domain/path combination.
Source: wp-includes/ms-functions.php:35
Used by 0 functions | Uses 3 functions
get_alloptions()
Function: Retrieve all autoload options, or all options if
no autoloaded ones exist.
Source: wp-includes/deprecated.php:1874
Used by 0 functions | Uses 2 functions
get_alloptions_110()
Function: Retrieve all options as it was for 1.2.
Source: wp-admin/includes/upgrade.php:1537
Used by 1 function | Uses 2 functions
get_allowed_http_origins()
Function: Retrieve list of allowed HTTP origins.
Source: wp-includes/http.php:351
Used by 1 function | Uses 4 functions
get_allowed_mime_types()
Function: Retrieve list of allowed mime types and file
extensions.
get_allowed_themes()
Function: Get the allowed themes for the current blog.
Source: wp-admin/includes/deprecated.php:924
Used by 0 functions | Uses 2 functions
get_all_category_ids()
Function: Retrieves all category IDs.
Source: wp-includes/deprecated.php:1317
Used by 1 function | Uses 4 functions
get_all_page_ids()
Function: Get a list of page IDs.
Source: wp-includes/post.php:4127
Used by 0 functions | Uses 3 functions
get_all_post_type_supports()
Function: Get all the post type features
Source: wp-includes/post.php:1761
Used by 1 function | Uses 0 functions
get_all_user_settings()
Function: Retrieve all user interface settings.
Source: wp-includes/option.php:834
Used by 3 functions | Uses 2 functions
get_ancestors()
Function: Get an array of ancestor IDs for a given
object.
Source: wp-includes/taxonomy.php:4306
Used by 2 functions | Uses 7 functions
get_approved_comments()
Function: Retrieve the approved comments for post
$post_id.
Source: wp-includes/comment.php:139
Used by 0 functions | Uses 1 function
get_archives()
Function:
Source: wp-includes/deprecated.php:781
Used by 0 functions | Uses 2 functions
get_archives_link()
Function: Retrieve archive link content based on
predefined or custom code.
Source: wp-includes/general-template.php:1266
Used by 1 function | Uses 5 functions
get_archive_template()
Function: Retrieve path of archive template in current or
parent template.
get_attached_file()
Function: Retrieve attached file path based on
attachment ID.
Source: wp-includes/post.php:187
Used by 17 functions | Uses 4 functions

get_attached_media()
Function: Retrieve media attached to the passed post.
Source: wp-includes/media.php:3085
Used by 2 functions | Uses 4 functions
get_attachment_fields_to_edit()
Function:
Source: wp-admin/includes/media.php:1156
Used by 1 function | Uses 17 functions
get_attachment_icon()
Function: Retrieve HTML content of icon attachment
image element.
Source: wp-includes/deprecated.php:1965
Used by 1 function | Uses 7 functions
get_attachment_icon_src()
Function: Retrieve icon URL and Path.
Source: wp-includes/deprecated.php:1922
Used by 1 function | Uses 10 functions
get_attachment_innerHTML()
Function: Retrieve HTML content of image element.
Source: wp-includes/deprecated.php:2022
Used by 1 function | Uses 6 functions
get_attachment_link()
Function: Retrieve permalink for attachment.
Source: wp-includes/link-template.php:393
Used by 10 functions | Uses 10 functions
get_attachment_taxonomies()
Function: Retrieve taxonomies attached to the
attachment.
Source: wp-includes/media.php:1973
Used by 5 functions | Uses 2 functions
get_attachment_template()
Function: Retrieve path of attachment template in
current or parent template.
Source: wp-includes/template.php:404
Used by 0 functions | Uses 1 function
get_author_feed_link()
Function: Retrieve the feed link for a given author.
get_author_link()
Function: Returns or Prints link to the authors posts.
Source: wp-includes/deprecated.php:800
Used by 0 functions | Uses 2 functions
get_author_name()
Function: Retrieve the specified authors preferred
display name.
Source: wp-includes/deprecated.php:1619
Used by 0 functions | Uses 2 functions
get_author_posts_url()
Function: Retrieve the URL to the author page for the
user with the ID provided.
Source: wp-includes/author-template.php:255
Used by 5 functions | Uses 6 functions
get_author_rss_link()
Function: Print/Return link to author RSS feed.
Source: wp-includes/deprecated.php:1183
Used by 0 functions | Uses 2 functions
get_author_template()
Function: Retrieve path of author template in current or
parent template.
Source: wp-includes/template.php:133
Used by 0 functions | Uses 2 functions
get_author_user_ids()
Function:
Source: wp-admin/includes/deprecated.php:237
Used by 0 functions | Uses 5 functions
get_autotoggle()
Function: Gets the auto_toggle setting.
Source: wp-includes/deprecated.php:601
Used by 0 functions | Uses 1 function
get_available_languages()
Function: Get all available languages based on the
presence of *.mo files in a given directory.
Source: wp-includes/l10n.php:763
Used by 4 functions | Uses 0 functions

get_available_post_mime_types()
Function:
Source: wp-admin/includes/post.php:1016
Used by 1 function | Uses 2 functions
get_available_post_statuses()
Function: Get all the possible statuses for a post_type
get_avatar()
Function: Retrieve the avatar for a user who provided a
user ID or email address.
Source: wp-includes/pluggable.php:2095
Used by 14 functions | Uses 10 functions
get_background_color()
Function: Retrieve value for custom background color.
Source: wp-includes/theme.php:1287
Used by 3 functions | Uses 2 functions
get_background_image()
Function: Retrieve background image for custom
background.
Source: wp-includes/theme.php:1267
Used by 5 functions | Uses 2 functions
get_blogaddress_by_domain()
Function: Get a full blog URL, given a domain and a
path.
Source: wp-includes/ms-deprecated.php:328
Used by 0 functions | Uses 3 functions
get_blogaddress_by_id()
Function: Get a full blog URL, given a blog id.
Source: wp-includes/ms-blogs.php:38
Used by 2 functions | Uses 2 functions
get_blogaddress_by_name()
Function: Get a full blog URL, given a blog name.
Source: wp-includes/ms-blogs.php:51
Used by 0 functions | Uses 3 functions
get_bloginfo()
Function: Retrieve information about the blog.
Source: wp-includes/general-template.php:605
Used by 34 functions | Uses 14 functions
get_bloginfo_rss()
Function: RSS container for the bloginfo function.
Source: wp-includes/feed.php:25
Used by 4 functions | Uses 4 functions
get_blogs_of_user()
Function: Get the blogs a user belongs to.
Source: wp-includes/user.php:1023
Used by 14 functions | Uses 7 functions
get_blog_count()
Function: The number of active sites on your
installation.
get_blog_details()
Function: Retrieve the details for a blog from the blogs
table and blog options.
Source: wp-includes/ms-blogs.php:104
Used by 12 functions | Uses 13 functions
get_blog_id_from_url()
Function: Get a blogs numeric ID from its URL.
Source: wp-includes/ms-functions.php:356
Used by 0 functions | Uses 4 functions
get_blog_list()
Function:
Source: wp-includes/ms-deprecated.php:163
Used by 1 function | Uses 5 functions
get_blog_option()
Function: Retrieve option value for a given blog id
based on name of option.
Source: wp-includes/ms-blogs.php:447
Used by 1 function | Uses 6 functions
get_blog_permalink()
Function: Get the permalink for a post on another blog.
Source: wp-includes/ms-functions.php:334
Used by 0 functions | Uses 3 functions
get_blog_post()
Function: Get a blog post from any site on the network.
Source: wp-includes/ms-functions.php:153

Used by 0 functions | Uses 3 functions


get_blog_status()
Function: Get a blog details field.
Source: wp-includes/ms-blogs.php:828
Used by 3 functions | Uses 3 functions
get_body_class()
Function: Retrieve the classes for the body element as
an array.
Source: wp-includes/post-template.php:509
Used by 1 function | Uses 35 functions
get_bookmark()
Function: Retrieve Bookmark data
Source: wp-includes/bookmark.php:21
Used by 7 functions | Uses 6 functions
get_bookmarks()
Function: Retrieves the list of bookmarks
get_bookmark_field()
Function: Retrieve single bookmark data item or field.
Source: wp-includes/bookmark.php:70
Used by 0 functions | Uses 3 functions
get_boundary_post()
Function: Retrieve boundary post.
Source: wp-includes/link-template.php:1708
Used by 1 function | Uses 6 functions
get_boundary_post_rel_link()
Function: Get boundary post relational link.
Source: wp-includes/deprecated.php:2720
Used by 1 function | Uses 10 functions
get_broken_themes()
Function:
Source: wp-admin/includes/deprecated.php:945
Used by 0 functions | Uses 2 functions
get_calendar()
Function: Display calendar with days that have posts as
links.
Source: wp-includes/general-template.php:1540
Used by 1 function | Uses 21 functions
get_cancel_comment_reply_link()
Function: Retrieve HTML content for cancel comment
reply link.
Source: wp-includes/comment-template.php:1540
Used by 1 function | Uses 5 functions
get_categories()
Function: Retrieve list of category objects.
Source: wp-includes/category.php:22
Used by 7 functions | Uses 6 functions
get_category()
Function: Retrieves category data given a category ID
or category object.
Source: wp-includes/category.php:73
Used by 2 functions | Uses 3 functions
get_category_by_path()
Function: Retrieve category based on URL containing
the category slug.
Source: wp-includes/category.php:103
Used by 1 function | Uses 5 functions
get_category_by_slug()
Function: Retrieve category object by category slug.
get_category_children()
Function: Retrieve category children list separated
before and after the term IDs.
Source: wp-includes/deprecated.php:1283
Used by 1 function | Uses 5 functions
get_category_feed_link()
Function: Retrieve the feed link for a category.
Source: wp-includes/link-template.php:743
Used by 3 functions | Uses 1 function
get_category_link()
Function: Retrieve category link URL.
Source: wp-includes/category-template.php:18
Used by 3 functions | Uses 2 functions
get_category_parents()
Function: Retrieve category parents with separator.

Source: wp-includes/category-template.php:42
Used by 3 functions | Uses 5 functions
get_category_rss_link()
Function: Print/Return link to category RSS2 feed.
Source: wp-includes/deprecated.php:1161
Used by 0 functions | Uses 2 functions
get_category_template()
Function: Retrieve path of category template in current
or parent template.
Source: wp-includes/template.php:162
Used by 0 functions | Uses 2 functions
get_category_to_edit()
Function:
Source: wp-admin/includes/taxonomy.php:36
Used by 0 functions | Uses 2 functions
get_catname()
Function: Retrieve the category name by the category
ID.
Source: wp-includes/deprecated.php:1264
Used by 0 functions | Uses 2 functions
get_cat_ID()
Function: Retrieve the ID of a category from its name.
Source: wp-includes/category.php:170
Used by 2 functions | Uses 1 function
get_cat_name()
Function: Retrieve the name of a category from its ID.
get_clean_basedomain()
Function: Get base domain of network.
Source: wp-admin/network.php:96
Used by 2 functions | Uses 2 functions
get_cli_args()
Function: Returns value of command line params.
Source: wp-admin/includes/class-wp-importer.php:254
Used by 0 functions | Uses 0 functions
get_column_headers()
Function: Get the column headers for a screen
Source: wp-admin/includes/screen.php:17
Used by 4 functions | Uses 3 functions
get_comment()
Function: Retrieves comment data given a comment ID
or comment object.
Source: wp-includes/comment.php:170
Used by 38 functions | Uses 6 functions
get_commentdata()
Function: Retrieve an array of comment data about
comment $comment_ID.
Source: wp-includes/deprecated.php:1248
Used by 0 functions | Uses 2 functions
get_comments()
Function: Retrieve a list of comments.
Source: wp-includes/comment.php:227
Used by 6 functions | Uses 0 functions
get_comments_link()
Function: Retrieve the link to the current post
comments.
Source: wp-includes/comment-template.php:691
Used by 2 functions | Uses 3 functions
get_comments_number()
Function: Retrieve the amount of comments a post has.
Source: wp-includes/comment-template.php:728
Used by 3 functions | Uses 3 functions
get_comments_number_text()
Function: Display the language string for the number of
comments the current post has.
Source: wp-includes/comment-template.php:775
Used by 1 function | Uses 5 functions
get_comments_pagenum_link()
Function: Retrieve comments page number link.
get_comments_popup_template()
Function: Retrieve path of comment popup template in
current or parent template.
Source: wp-includes/template.php:439
Used by 0 functions | Uses 1 function

get_comment_author()
Function: Retrieve the author of the current comment.
Source: wp-includes/comment-template.php:22
Used by 5 functions | Uses 5 functions
get_comment_author_email()
Function: Retrieve the email of the author of the current
comment.
Source: wp-includes/comment-template.php:78
Used by 1 function | Uses 3 functions
get_comment_author_email_link()
Function: Return the html email link to the author of the
current comment.
Source: wp-includes/comment-template.php:161
Used by 1 function | Uses 2 functions
get_comment_author_IP()
Function: Retrieve the IP address of the author of the
current comment.
Source: wp-includes/comment-template.php:246
Used by 2 functions | Uses 3 functions
get_comment_author_link()
Function: Retrieve the HTML link to the URL of the
author of the current comment.
Source: wp-includes/comment-template.php:200
Used by 5 functions | Uses 4 functions
get_comment_author_rss()
Function: Retrieve the current comment author for use
in the feeds.
Source: wp-includes/feed.php:315
Used by 1 function | Uses 3 functions
get_comment_author_url()
Function: Retrieve the url of the author of the current
comment.
Source: wp-includes/comment-template.php:283
Used by 4 functions | Uses 4 functions
get_comment_author_url_link()
Function: Retrieves the HTML link of the url of the
author of the current comment.
Source: wp-includes/comment-template.php:344
Used by 1 function | Uses 3 functions
get_comment_class()
Function: Returns the classes for the comment div as an
array.
get_comment_count()
Function: The amount of comments in a post or total
comments.
Source: wp-includes/comment.php:882
Used by 0 functions | Uses 2 functions
get_comment_date()
Function: Retrieve the comment date of the current
comment.
Source: wp-includes/comment-template.php:495
Used by 5 functions | Uses 5 functions
get_comment_excerpt()
Function: Retrieve the excerpt of the current comment.
Source: wp-includes/comment-template.php:538
Used by 1 function | Uses 3 functions
get_comment_guid()
Function: Retrieve the feed GUID for the current
comment.
Source: wp-includes/feed.php:281
Used by 1 function | Uses 2 functions
get_comment_ID()
Function: Retrieve the comment id of the current
comment.
Source: wp-includes/comment-template.php:600
Used by 3 functions | Uses 2 functions
get_comment_id_fields()
Function: Retrieve hidden input HTML for replying to
comments.
Source: wp-includes/comment-template.php:1579
Used by 1 function | Uses 3 functions
get_comment_link()

Function: Retrieve the link to a given comment.


Source: wp-includes/comment-template.php:635
Used by 8 functions | Uses 12 functions
get_comment_meta()
Function: Retrieve comment meta field for a comment.
Source: wp-includes/comment.php:979
Used by 3 functions | Uses 1 function
get_comment_pages_count()
Function: Calculate the total number of comment
pages.
Source: wp-includes/comment.php:1292
Used by 4 functions | Uses 3 functions
get_comment_reply_link()
Function: Retrieve HTML content for reply to comment
link.
get_comment_statuses()
Function: Retrieve all of the WordPress supported
comment statuses.
Source: wp-includes/comment.php:819
Used by 2 functions | Uses 2 functions
get_comment_text()
Function: Retrieve the text of the current comment.
Source: wp-includes/comment-template.php:810
Used by 2 functions | Uses 3 functions
get_comment_time()
Function: Retrieve the comment time of the current
comment.
Source: wp-includes/comment-template.php:866
Used by 3 functions | Uses 4 functions
get_comment_to_edit()
Function: Returns a comment object based on comment
ID.
Source: wp-admin/includes/comment.php:85
Used by 0 functions | Uses 5 functions
get_comment_type()
Function: Retrieve the comment type of the current
comment.
Source: wp-includes/comment-template.php:907
Used by 1 function | Uses 3 functions
get_compat_media_markup()
Function:
Source: wp-admin/includes/media.php:1554
Used by 2 functions | Uses 13 functions
get_core_checksums()
Function: Gets and caches the checksums for the given
version of WordPress.
Source: wp-admin/includes/update.php:103
Used by 2 functions | Uses 8 functions
get_core_updates()
Function: Get available core updates.
Source: wp-admin/includes/update.php:30
Used by 6 functions | Uses 2 functions
get_currentuserinfo()
Function: Populate global variables with information
about the currently logged in user.
Source: wp-includes/pluggable.php:78
Used by 1 function | Uses 3 functions
get_current_blog_id()
Function: Retrieve the current blog ID.
get_current_screen()
Function: Get the current screen object
Source: wp-admin/includes/screen.php:167
Used by 20 functions | Uses 0 functions
get_current_site()
Function: Get the current site info.
Source: wp-includes/ms-functions.php:1593
Used by 27 functions | Uses 0 functions
get_current_site_name()
Function: This deprecated function formerly set the
site_name property of the $current_site object.
Source: wp-includes/ms-load.php:437
Used by 0 functions | Uses 1 function
get_current_theme()

Function: Retrieve current theme name.


Source: wp-includes/deprecated.php:2976
Used by 0 functions | Uses 4 functions
get_current_user_id()
Function: Get the current users ID
Source: wp-includes/user.php:325
Used by 58 functions | Uses 1 function
get_custom_header()
Function: Get the header image data.
Source: wp-includes/theme.php:1188
Used by 1 function | Uses 8 functions
get_dashboard_blog()
Function: Get the dashboard blog, the blog where
users without a blog edit their profile data.
Source: wp-includes/ms-deprecated.php:25
Used by 0 functions | Uses 3 functions
get_dashboard_url()
Function: Get the URL to the users dashboard.
Source: wp-includes/link-template.php:3088
Used by 2 functions | Uses 11 functions
get_date_from_gmt()
Function: Converts a GMT date into the correct format
for the blog.
Source: wp-includes/formatting.php:2273
Used by 4 functions | Uses 1 function
get_date_template()
Function: Retrieve path of date template in current or
parent template.
get_day_link()
Function: Retrieve the permalink for the day archives
with year and month.
Source: wp-includes/link-template.php:510
Used by 3 functions | Uses 7 functions
get_default_feed()
Function: Retrieve the default feed.
Source: wp-includes/feed.php:77
Used by 14 functions | Uses 2 functions
get_default_link_to_edit()
Function: Retrieve the default link for editing.
Source: wp-admin/includes/bookmark.php:55
Used by 0 functions | Uses 3 functions
get_default_page_to_edit()
Function: Get the default page information to use.
Source: wp-admin/includes/deprecated.php:1017
Used by 0 functions | Uses 2 functions
get_default_post_to_edit()
Function: Default post information to use when
populating the Write Post form.
Source: wp-admin/includes/post.php:533
Used by 6 functions | Uses 13 functions
get_delete_post_link()
Function: Retrieve delete posts link for post.
Source: wp-includes/link-template.php:1245
Used by 3 functions | Uses 9 functions
get_dirsize()
Function: Get the size of a directory.
Source: wp-includes/ms-functions.php:1655
Used by 1 function | Uses 3 functions
get_dropins()
Function: Check the wp-content directory and retrieve
all drop-ins with any plugin data.
Source: wp-admin/includes/plugin.php:364
Used by 1 function | Uses 2 functions
get_editable_authors()
Function:
Source: wp-admin/includes/deprecated.php:255
Used by 0 functions | Uses 5 functions
get_editable_roles()
Function: Fetch a filtered list of user roles that the
current user is allowed to edit.
get_editable_user_ids()
Function:
Source: wp-admin/includes/deprecated.php:279

Used by 2 functions | Uses 7 functions


get_editor_stylesheets()
Function: Retrieve any registered editor stylesheets
Source: wp-includes/theme.php:1413
Used by 1 function | Uses 6 functions
get_edit_bookmark_link()
Function: Display edit bookmark (literally a URL external
to blog) link.
Source: wp-includes/link-template.php:1343
Used by 2 functions | Uses 5 functions
get_edit_comment_link()
Function: Retrieve edit comment link.
Source: wp-includes/link-template.php:1283
Used by 1 function | Uses 5 functions
get_edit_post_link()
Function: Retrieve edit posts link for post.
Source: wp-includes/link-template.php:1165
Used by 16 functions | Uses 6 functions
get_edit_profile_url()
Function: Get the URL to the users profile editor.
Source: wp-includes/link-template.php:3133
Used by 4 functions | Uses 8 functions
get_edit_tag_link()
Function: Retrieve edit tag link.
Source: wp-includes/link-template.php:851
Used by 0 functions | Uses 3 functions
get_edit_term_link()
Function: Retrieve edit term url.
Source: wp-includes/link-template.php:896
Used by 5 functions | Uses 7 functions
get_edit_user_link()
Function: Retrieve edit user link
Source: wp-includes/link-template.php:1402
Used by 3 functions | Uses 8 functions
get_enclosed()
Function: Retrieve enclosures already enclosed for a
post.
get_extended()
Function: Get extended entry info ().
Source: wp-includes/post.php:383
Used by 3 functions | Uses 0 functions
get_feed_link()
Function: Retrieve the permalink for the feed type.
Source: wp-includes/link-template.php:573
Used by 4 functions | Uses 7 functions
get_file()
Function:
Source: wp-includes/js/wp-tinymce.php:11
Used by 0 functions | Uses 0 functions
get_filesystem_method()
Function: Determines which Filesystem Method to use.
Source: wp-admin/includes/file.php:900
Used by 2 functions | Uses 3 functions
get_file_data()
Function: Retrieve metadata from a file.
Source: wp-includes/functions.php:4181
Used by 4 functions | Uses 3 functions
get_file_description()
Function: Get the description for standard WordPress
theme files and other various standard WordPress files
Source: wp-admin/includes/file.php:57
Used by 0 functions | Uses 2 functions
get_footer()
Function: Load footer template.
Source: wp-includes/general-template.php:62
Used by 0 functions | Uses 4 functions
get_front_page_template()
Function: Retrieve path of front-page template in
current or parent template.
Source: wp-includes/template.php:287
Used by 0 functions | Uses 1 function
get_gmt_from_date()
Function: Returns a date in the GMT equivalent.

Source: wp-includes/formatting.php:2242
Used by 6 functions | Uses 1 function
get_header()
Function: Load header template.
get_header_image()
Function: Retrieve header image for custom header.
Source: wp-includes/theme.php:1044
Used by 3 functions | Uses 6 functions
get_header_textcolor()
Function: Retrieve text color for custom header.
Source: wp-includes/theme.php:1009
Used by 2 functions | Uses 2 functions
get_hidden_columns()
Function: Get a list of hidden columns.
Source: wp-admin/includes/screen.php:51
Used by 3 functions | Uses 2 functions
get_hidden_meta_boxes()
Function: Get Hidden Meta Boxes
Source: wp-admin/includes/screen.php:101
Used by 4 functions | Uses 5 functions
get_home_path()
Function: Get the absolute filesystem path to the root of
the WordPress installation
Source: wp-admin/includes/file.php:79
Used by 4 functions | Uses 3 functions
get_home_template()
Function: Retrieve path of home template in current or
parent template.
Source: wp-includes/template.php:269
Used by 0 functions | Uses 1 function
get_home_url()
Function: Retrieve the home url for a given site.
Source: wp-includes/link-template.php:2623
Used by 11 functions | Uses 9 functions
get_http_origin()
Function: Get the HTTP Origin of the current request.
Source: wp-includes/http.php:329
Used by 2 functions | Uses 2 functions
get_id_from_blogname()
Function: Given a blogs (subdomain or directory) slug,
retrieve its id.
Source: wp-includes/ms-blogs.php:72
Used by 2 functions | Uses 6 functions
get_images_from_uri()
Function: Retrieve all image URLs from given URI.
get_image_send_to_editor()
Function:
Source: wp-admin/includes/media.php:116
Used by 2 functions | Uses 4 functions
get_image_tag()
Function: An
tag for an image attachment,
scaling it down if requested.
Source: wp-includes/media.php:307
Used by 1 function | Uses 6 functions
get_importers()
Function: Retrieve list of importers.
Source: wp-admin/includes/import.php:16
Used by 0 functions | Uses 0 functions
get_index_rel_link()
Function: Get site index relational link.
Source: wp-includes/deprecated.php:2772
Used by 1 function | Uses 7 functions
get_index_template()
Function: Retrieve path of index template in current or
parent template.
Source: wp-includes/template.php:55
Used by 0 functions | Uses 1 function
get_inline_data()
Function:
Source: wp-admin/includes/template.php:336
Used by 1 function | Uses 18 functions

get_intermediate_image_sizes()
Function: Get the available image sizes
Source: wp-includes/media.php:638
Used by 3 functions | Uses 2 functions
get_lastcommentmodified()
Function: The date the last comment was modified.
Source: wp-includes/comment.php:842
Used by 1 function | Uses 2 functions
get_lastpostdate()
Function: Retrieve the date that the last post was
published.
Source: wp-includes/post.php:5318
Used by 1 function | Uses 3 functions
get_lastpostmodified()
Function: Get the timestamp of the last time any post
was modified.
get_last_updated()
Function: Get a list of most recently updated blogs.
Source: wp-includes/ms-blogs.php:848
Used by 0 functions | Uses 3 functions
get_link()
Function: Retrieve bookmark data based on ID.
Source: wp-includes/deprecated.php:2048
Used by 0 functions | Uses 2 functions
get_linkcatname()
Function: Gets the name of category by id.
Source: wp-includes/deprecated.php:1115
Used by 0 functions | Uses 3 functions
get_linkobjects()
Function: Gets an array of link objects associated with
category n.
Source: wp-includes/deprecated.php:523
Used by 1 function | Uses 2 functions
get_linkobjectsbyname()
Function: Gets an array of link objects associated with
category $cat_name.
Source: wp-includes/deprecated.php:471
Used by 0 functions | Uses 3 functions
get_linkrating()
Function:
Source: wp-includes/deprecated.php:1099
Used by 1 function | Uses 2 functions
get_links()
Function: Gets the links associated with category by id.
Source: wp-includes/deprecated.php:946
Used by 3 functions | Uses 8 functions
get_linksbyname()
Function: Gets the links associated with category
$cat_name.
Source: wp-includes/deprecated.php:407
Used by 1 function | Uses 3 functions
get_linksbyname_withrating()
Function: Gets the links associated with category
cat_name and display rating stars/chars.
Source: wp-includes/deprecated.php:556
Used by 0 functions | Uses 2 functions
get_links_list()
Function: Output entire list of links by category.
get_links_withrating()
Function: Gets the links associated with category n and
display rating stars/chars.
Source: wp-includes/deprecated.php:584
Used by 0 functions | Uses 2 functions
get_link_to_edit()
Function: Retrieve link data based on ID.
Source: wp-admin/includes/bookmark.php:131
Used by 0 functions | Uses 1 function
get_locale()
Function: Get the current locale.
Source: wp-includes/l10n.php:26
Used by 25 functions | Uses 5 functions
get_locale_stylesheet_uri()
Function: Retrieve localized stylesheet URI.

Source: wp-includes/theme.php:248
Used by 1 function | Uses 5 functions
get_media_embedded_in_content()
Function: Check the content blob for an audio, video,
object, embed, or iframe tags.
Source: wp-includes/media.php:3132
Used by 0 functions | Uses 1 function
get_media_item()
Function: Retrieve HTML form for modifying the image
attachment.
Source: wp-admin/includes/media.php:1313
Used by 1 function | Uses 32 functions
get_media_items()
Function: Retrieve HTML for media items of post gallery.
Source: wp-admin/includes/media.php:1279
Used by 3 functions | Uses 2 functions
get_metadata()
Function: Retrieve metadata for the specified object.
Source: wp-includes/meta.php:454
Used by 4 functions | Uses 6 functions
get_metadata_by_mid()
Function: Get meta data by meta ID
Source: wp-includes/meta.php:559
Used by 6 functions | Uses 5 functions
get_meta_keys()
Function: Get a list of previously defined keys.
get_meta_sql()
Function: Given a meta query, generates SQL clauses to
be appended to a main query.
Source: wp-includes/meta.php:856
Used by 0 functions | Uses 0 functions
get_month_link()
Function: Retrieve the permalink for the month archives
with year.
Source: wp-includes/link-template.php:473
Used by 3 functions | Uses 7 functions
get_most_active_blogs()
Function:
Source: wp-includes/ms-deprecated.php:190
Used by 0 functions | Uses 3 functions
get_most_recent_post_of_user()
Function: Get a users most recent post.
Source: wp-includes/ms-functions.php:1609
Used by 0 functions | Uses 4 functions
get_mu_plugins()
Function: Check the mu-plugins directory and retrieve
all mu-plugin files with any plugin data.
Source: wp-admin/includes/plugin.php:307
Used by 1 function | Uses 1 function
get_nav_menu_locations()
Function: Returns an array with the registered
navigation menu locations and the menu assigned to it
Source: wp-includes/nav-menu.php:128
Used by 3 functions | Uses 1 function
get_network_by_path()
Function: Retrieve a network object by its domain and
path.
Source: wp-includes/ms-load.php:125
Used by 0 functions | Uses 11 functions
get_next_comments_link()
Function: Return the link to next comments page.
Source: wp-includes/link-template.php:2425
Used by 1 function | Uses 9 functions
get_next_post()
Function: Retrieve next post that is adjacent to current
post.
Source: wp-includes/link-template.php:1456
Used by 1 function | Uses 1 function
get_next_posts_link()
Function: Return the next posts page link.
get_next_posts_page_link()
Function: Retrieve next posts page link.
Source: wp-includes/link-template.php:1979

Used by 1 function | Uses 2 functions


get_next_post_link()
Function: Get next post link that is adjacent to the
current post.
Source: wp-includes/link-template.php:1796
Used by 2 functions | Uses 1 function
get_nonauthor_user_ids()
Function:
Source: wp-admin/includes/deprecated.php:310
Used by 0 functions | Uses 5 functions
get_num_queries()
Function: Retrieve the number of database queries
during the WordPress execution.
Source: wp-includes/functions.php:1094
Used by 0 functions | Uses 0 functions
get_objects_in_term()
Function: Retrieve object_ids of valid taxonomy and
term.
Source: wp-includes/taxonomy.php:574
Used by 2 functions | Uses 4 functions
get_object_taxonomies()
Function: Return all of the taxonomy names that are of
$object_type.
Source: wp-includes/taxonomy.php:169
Used by 19 functions | Uses 1 function
get_object_term_cache()
Function: Retrieves the taxonomy relationship to the
term object id.
Source: wp-includes/taxonomy.php:3689
Used by 7 functions | Uses 1 function
get_option()
Function: Retrieve option value based on name of
option.
Source: wp-includes/option.php:25
Used by 262 functions | Uses 14 functions
get_others_drafts()
Function: Retrieve drafts from other users.
Source: wp-admin/includes/deprecated.php:701
Used by 0 functions | Uses 2 functions
get_others_pending()
Function: Retrieve pending review posts from other
users.
get_others_unpublished_posts()
Function: Retrieve editable posts from other users.
Source: wp-admin/includes/deprecated.php:669
Used by 2 functions | Uses 6 functions
get_page()
Function: Retrieves page data given a page ID or page
object.
Source: wp-includes/post.php:4154
Used by 0 functions | Uses 1 function
get_paged_template()
Function: Retrieve path of paged template in current or
parent template.
Source: wp-includes/template.php:343
Used by 0 functions | Uses 1 function
get_pagenum_link()
Function: Retrieve links for page numbers.
Source: wp-includes/link-template.php:1905
Used by 3 functions | Uses 13 functions
get_pages()
Function: Retrieve a list of pages.
Source: wp-includes/post.php:4415
Used by 4 functions | Uses 16 functions
get_page_by_path()
Function: Retrieves a page given its path.
Source: wp-includes/post.php:4171
Used by 6 functions | Uses 3 functions
get_page_by_title()
Function: Retrieve a page given its title.
Source: wp-includes/post.php:4242
Used by 0 functions | Uses 4 functions
get_page_children()

Function: Retrieve child pages from list of pages


matching page ID.
Source: wp-includes/post.php:4284
Used by 2 functions | Uses 1 function
get_page_hierarchy()
Function: Order the pages with children under parents
in a flat list.
Source: wp-includes/post.php:4310
Used by 1 function | Uses 1 function
get_page_link()
Function: Retrieve the permalink for current page or
page ID.
get_page_of_comment()
Function: Calculate what page number a comment will
appear on for comment paging.
Source: wp-includes/comment.php:1336
Used by 2 functions | Uses 7 functions
get_page_statuses()
Function: Retrieve all of the WordPress support page
statuses.
Source: wp-includes/post.php:924
Used by 1 function | Uses 1 function
get_page_template()
Function: Retrieve path of page template in current or
parent template.
Source: wp-includes/template.php:308
Used by 0 functions | Uses 6 functions
get_page_templates()
Function: Get the Page Templates available in this
theme
Source: wp-admin/includes/theme.php:101
Used by 3 functions | Uses 2 functions
get_page_template_slug()
Function: Get the specific template name for a page.
Source: wp-includes/post-template.php:1633
Used by 4 functions | Uses 2 functions
get_page_uri()
Function: Build URI for a page.
Source: wp-includes/post.php:4360
Used by 4 functions | Uses 1 function
get_parent_post_rel_link()
Function: Get parent post relational link.
Source: wp-includes/deprecated.php:2800
Used by 1 function | Uses 9 functions
get_pending_comments_num()
Function: Get the number of pending comments on a
post or posts
Source: wp-admin/includes/comment.php:120
Used by 4 functions | Uses 2 functions
get_permalink()
Function: Retrieve full permalink for current post or post
ID.
Source: wp-includes/link-template.php:112
Used by 51 functions | Uses 17 functions
get_plugins()
Function: Check the plugins directory and retrieve all
plugin files with plugin data.
get_plugin_data()
Function: Parse the plugin contents to retrieve plugins
metadata.
Source: wp-admin/includes/plugin.php:72
Used by 7 functions | Uses 4 functions
get_plugin_files()
Function: Get a list of a plugins files.
Source: wp-admin/includes/plugin.php:185
Used by 0 functions | Uses 1 function
get_plugin_page_hook()
Function:
Source: wp-admin/includes/plugin.php:1635
Used by 2 functions | Uses 2 functions
get_plugin_page_hookname()
Function:
Source: wp-admin/includes/plugin.php:1643

Used by 4 functions | Uses 1 function


get_plugin_updates()
Function:
Source: wp-admin/includes/update.php:236
Used by 2 functions | Uses 2 functions
get_post()
Function: Retrieves post data given a post ID or post
object.
Source: wp-includes/post.php:417
Used by 228 functions | Uses 2 functions
get_postdata()
Function: Entire Post data.
Source: wp-includes/deprecated.php:26
Used by 0 functions | Uses 2 functions
get_posts()
Function: Retrieve list of latest posts or posts matching
criteria.
Source: wp-includes/post.php:1839
Used by 13 functions | Uses 2 functions
get_posts_by_author_sql()
Function: Retrieve the post SQL based on capability,
author, and type.
Source: wp-includes/post.php:5251
Used by 4 functions | Uses 7 functions
get_posts_nav_link()
Function: Return post pages link navigation for previous
and next pages.
get_post_ancestors()
Function: Retrieve ancestors of a post.
Source: wp-includes/post.php:781
Used by 3 functions | Uses 1 function
get_post_class()
Function: Retrieve the classes for the post div as an
array.
Source: wp-includes/post-template.php:405
Used by 2 functions | Uses 18 functions
get_post_comments_feed_link()
Function: Retrieve the permalink for the post comments
feed.
Source: wp-includes/link-template.php:619
Used by 5 functions | Uses 13 functions
get_post_custom()
Function: Retrieve post meta fields, based on post ID.
Source: wp-includes/post.php:1985
Used by 7 functions | Uses 3 functions
get_post_custom_keys()
Function: Retrieve meta field names for a post.
Source: wp-includes/post.php:2004
Used by 1 function | Uses 1 function
get_post_custom_values()
Function: Retrieve values for a custom post field.
Source: wp-includes/post.php:2026
Used by 0 functions | Uses 1 function
get_post_field()
Function: Retrieve data from a post field based on Post
ID.
Source: wp-includes/post.php:821
Used by 4 functions | Uses 2 functions
get_post_format()
Function: Retrieve the format slug for a post
Source: wp-includes/post-formats.php:17
Used by 9 functions | Uses 3 functions
get_post_format_link()
Function: Returns a link to a post format index.
Source: wp-includes/post-formats.php:140
Used by 0 functions | Uses 3 functions
get_post_format_slugs()
Function: Retrieves an array of post format slugs.
get_post_format_string()
Function: Returns a pretty, translated version of a post
format slug
Source: wp-includes/post-formats.php:124
Used by 6 functions | Uses 1 function

get_post_format_strings()
Function: Returns an array of post format slugs to their
translated and pretty display versions
Source: wp-includes/post-formats.php:88
Used by 5 functions | Uses 1 function
get_post_galleries()
Function: Retrieve galleries from the passed posts
content.
Source: wp-includes/media.php:3160
Used by 2 functions | Uses 7 functions
get_post_galleries_images()
Function: Retrieve the image srcs from galleries from a
posts content, if present
Source: wp-includes/media.php:3236
Used by 0 functions | Uses 2 functions
get_post_gallery()
Function: Check a specified posts content for gallery
and, if present, return the first
Source: wp-includes/media.php:3211
Used by 1 function | Uses 3 functions
get_post_gallery_images()
Function: Check a posts content for galleries and return
the image srcs for the first found gallery
Source: wp-includes/media.php:3249
Used by 0 functions | Uses 1 function
get_post_meta()
Function: Retrieve post meta field for a post.
Source: wp-includes/post.php:1932
Used by 41 functions | Uses 1 function
get_post_meta_by_id()
Function:
Source: wp-admin/includes/post.php:813
Used by 1 function | Uses 1 function
get_post_mime_type()
Function: Retrieve the mime type of an attachment
based on the ID.
Source: wp-includes/post.php:844
Used by 4 functions | Uses 1 function
get_post_mime_types()
Function: Get default post mime types.
get_post_modified_time()
Function: Retrieve the time at which the post was last
modified.
Source: wp-includes/general-template.php:2106
Used by 2 functions | Uses 4 functions
get_post_permalink()
Function: Retrieve the permalink for a post with a
custom post type.
Source: wp-includes/link-template.php:244
Used by 1 function | Uses 10 functions
get_post_reply_link()
Function: Retrieve HTML content for reply to post link.
Source: wp-includes/comment-template.php:1471
Used by 1 function | Uses 10 functions
get_post_stati()
Function: Get a list of post statuses.
Source: wp-includes/post.php:1079
Used by 6 functions | Uses 1 function
get_post_status()
Function: Retrieve the post status based on the Post ID.
Source: wp-includes/post.php:864
Used by 7 functions | Uses 3 functions
get_post_statuses()
Function: Retrieve all of the WordPress supported post
statuses.
Source: wp-includes/post.php:903
Used by 1 function | Uses 1 function
get_post_status_object()
Function: Retrieve a post status object by name.
Source: wp-includes/post.php:1053
Used by 4 functions | Uses 0 functions
get_post_taxonomies()

Function: Retrieve all taxonomies of a post with just the


names.
Source: wp-includes/taxonomy.php:4209
Used by 0 functions | Uses 2 functions
get_post_thumbnail_id()
Function: Retrieve Post Thumbnail ID.
Source: wp-includes/post-thumbnail-template.php:32
Used by 11 functions | Uses 2 functions
get_post_time()
Function: Retrieve the time at which the post was
written.
get_post_to_edit()
Function: Get an existing post and format it for editing.
Source: wp-admin/includes/deprecated.php:1002
Used by 0 functions | Uses 2 functions
get_post_type()
Function: Retrieve the post type of the current post or
of a given post.
Source: wp-includes/post.php:1129
Used by 7 functions | Uses 1 function
get_post_types()
Function: Get a list of all registered post type objects.
Source: wp-includes/post.php:1175
Used by 22 functions | Uses 1 function
get_post_type_archive_feed_link()
Function: Retrieve the permalink for a post type archive
feed.
Source: wp-includes/link-template.php:1124
Used by 1 function | Uses 8 functions
get_post_type_archive_link()
Function: Retrieve the permalink for a post type
archive.
Source: wp-includes/link-template.php:1085
Used by 1 function | Uses 6 functions
get_post_type_archive_template()
Function: Retrieve path of post type archive template in
current or parent template.
Source: wp-includes/template.php:110
Used by 0 functions | Uses 3 functions
get_post_type_capabilities()
Function: Build an object with all post type capabilities
out of a post type object
Source: wp-includes/post.php:1523
Used by 1 function | Uses 1 function
get_post_type_labels()
Function: Build an object with all post type labels out of
a post type object
Source: wp-includes/post.php:1620
Used by 1 function | Uses 5 functions
get_post_type_object()
Function: Retrieve a post type object by name.
Source: wp-includes/post.php:1148
Used by 61 functions | Uses 0 functions
get_preferred_from_update_core()
Function: Selects the first update version from the
update_core option.
get_previous_comments_link()
Function: Return the previous comments page link.
Source: wp-includes/link-template.php:2477
Used by 1 function | Uses 8 functions
get_previous_post()
Function: Retrieve previous post that is adjacent to
current post.
Source: wp-includes/link-template.php:1442
Used by 1 function | Uses 1 function
get_previous_posts_link()
Function: Return the previous posts page link.
Source: wp-includes/link-template.php:2105
Used by 3 functions | Uses 5 functions
get_previous_posts_page_link()
Function: Retrieve previous posts page link.
Source: wp-includes/link-template.php:2069
Used by 1 function | Uses 2 functions

get_previous_post_link()
Function:
Source: wp-includes/link-template.php:1764
Used by 2 functions | Uses 1 function
get_private_posts_cap_sql()
Function: Retrieve the private post SQL based on
capability.
Source: wp-includes/post.php:5232
Used by 1 function | Uses 1 function
get_profile()
Function: Retrieve user data based on field.
Source: wp-includes/deprecated.php:2467
Used by 0 functions | Uses 3 functions
get_pung()
Function: Retrieve URLs already pinged for a post.
Source: wp-includes/post.php:4042
Used by 2 functions | Uses 4 functions
get_queried_object()
Function: Retrieve the currently-queried object.
Wrapper for $wp_query->get_queried_object()
Source: wp-includes/query.php:41
Used by 16 functions | Uses 1 function
get_queried_object_id()
Function: Retrieve ID of the current queried object.
Wrapper for $wp_query->get_queried_object_id()
get_query_template()
Function: Retrieve path to a template
Source: wp-includes/template.php:23
Used by 16 functions | Uses 3 functions
get_query_var()
Function: Retrieve variable in the WP_Query class.
Source: wp-includes/query.php:25
Used by 27 functions | Uses 1 function
get_random_header_image()
Function: Get random header image url from registered
images in theme.
Source: wp-includes/theme.php:1104
Used by 2 functions | Uses 1 function
get_raw_theme_root()
Function: Get the raw theme root relative to the content
directory with no filters applied.
Source: wp-includes/theme.php:603
Used by 7 functions | Uses 2 functions
get_real_file_to_edit()
Function: Get the real filesystem path to a file to edit
within the admin.
Source: wp-admin/includes/deprecated.php:119
Used by 0 functions | Uses 1 function
get_registered_nav_menus()
Function: Returns an array of all registered navigation
menus in a theme
Source: wp-includes/nav-menu.php:114
Used by 2 functions | Uses 0 functions
get_role()
Function: Retrieve role object.
Source: wp-includes/capabilities.php:1451
Used by 10 functions | Uses 1 function
get_rss()
Function: Display RSS items in HTML list items.
Source: wp-includes/rss.php:921
Used by 0 functions | Uses 2 functions
get_sample_permalink()
Function: Get a sample permalink based off of the post
name.
Source: wp-admin/includes/post.php:1128
Used by 1 function | Uses 9 functions
get_sample_permalink_html()
Function: Returns the HTML of the sample permalink
slug editor.
get_screen_icon()
Function:
Source: wp-admin/includes/deprecated.php:1145
Used by 1 function | Uses 0 functions

get_search_comments_feed_link()
Function: Retrieve the permalink for the comments feed
of the search results.
Source: wp-includes/link-template.php:1056
Used by 0 functions | Uses 6 functions
get_search_feed_link()
Function: Retrieve the permalink for the feed of the
search results.
Source: wp-includes/link-template.php:1017
Used by 2 functions | Uses 7 functions
get_search_form()
Function: Display search form.
Source: wp-includes/general-template.php:196
Used by 1 function | Uses 12 functions
get_search_link()
Function: Retrieve permalink for search.
Source: wp-includes/link-template.php:978
Used by 1 function | Uses 6 functions
get_search_query()
Function: Retrieve the contents of the search WordPress
query variable.
Source: wp-includes/general-template.php:2466
Used by 4 functions | Uses 4 functions
get_search_template()
Function: Retrieve path of search template in current or
parent template.
Source: wp-includes/template.php:358
Used by 0 functions | Uses 1 function
get_settings()
Function: Get value based on option.
Source: wp-includes/deprecated.php:846
Used by 0 functions | Uses 2 functions
get_settings_errors()
Function: Fetch settings errors registered by
add_settings_error()
Source: wp-admin/includes/template.php:1361
Used by 1 function | Uses 4 functions
get_shortcode_regex()
Function: Retrieve the shortcode regular expression for
searching.
get_shortcut_link()
Function: Retrieve the Press This bookmarklet link.
Source: wp-includes/link-template.php:2560
Used by 0 functions | Uses 3 functions
get_sidebar()
Function: Load sidebar template.
Source: wp-includes/general-template.php:102
Used by 0 functions | Uses 4 functions
get_single_template()
Function: Retrieve path of single template in current or
parent template.
Source: wp-includes/template.php:373
Used by 0 functions | Uses 2 functions
get_sitestats()
Function: Gets the networks site and user counts.
Source: wp-includes/ms-functions.php:17
Used by 0 functions | Uses 2 functions
get_site_allowed_themes()
Function:
Source: wp-admin/includes/ms-deprecated.php:68
Used by 0 functions | Uses 2 functions
get_site_by_path()
Function: Retrieve a site object by its domain and path.
Source: wp-includes/ms-load.php:289
Used by 0 functions | Uses 6 functions
get_site_option()
Function: Retrieve site option value based on name of
option.
Source: wp-includes/option.php:929
Used by 67 functions | Uses 11 functions
get_site_transient()
Function: Get the value of a site transient.
Source: wp-includes/option.php:1313

Used by 37 functions | Uses 7 functions


get_site_url()
Function: Retrieve the site url for a given site.
Source: wp-includes/link-template.php:2692
Used by 2 functions | Uses 7 functions
get_space_allowed()
Function: Returns the upload quota for the current blog.
get_space_used()
Function: Returns the space used by the current blog.
Source: wp-includes/ms-functions.php:2242
Used by 4 functions | Uses 4 functions
get_status_header_desc()
Function: Retrieve the description for the HTTP status.
Source: wp-includes/functions.php:887
Used by 1 function | Uses 1 function
get_stylesheet()
Function: Retrieve name of the current stylesheet.
Source: wp-includes/theme.php:147
Used by 17 functions | Uses 3 functions
get_stylesheet_directory()
Function: Retrieve stylesheet directory path for current
theme.
Source: wp-includes/theme.php:165
Used by 5 functions | Uses 4 functions
get_stylesheet_directory_uri()
Function: Retrieve stylesheet directory URI.
Source: wp-includes/theme.php:189
Used by 10 functions | Uses 4 functions
get_stylesheet_uri()
Function: Retrieve URI of current theme stylesheet.
Source: wp-includes/theme.php:216
Used by 1 function | Uses 3 functions
get_submit_button()
Function: Returns a submit button, with provided text
and appropriate class
Source: wp-admin/includes/template.php:1822
Used by 5 functions | Uses 2 functions
get_super_admins()
Function: Retrieve a list of super admins.
Source: wp-includes/capabilities.php:1506
Used by 5 functions | Uses 1 function
get_tag()
Function: Retrieve post tag by tag ID or tag object.
Source: wp-includes/category.php:287
Used by 0 functions | Uses 1 function
get_tags()
Function: Retrieves all post tags.
get_tags_to_edit()
Function:
Source: wp-admin/includes/taxonomy.php:220
Used by 0 functions | Uses 1 function
get_tag_feed_link()
Function: Retrieve permalink for feed of tag.
Source: wp-includes/link-template.php:838
Used by 2 functions | Uses 1 function
get_tag_link()
Function: Retrieve the link to the tag.
Source: wp-includes/category-template.php:1125
Used by 1 function | Uses 2 functions
get_tag_regex()
Function: Return RegEx body to liberally match an
opening HTML tag.
Source: wp-includes/functions.php:4705
Used by 1 function | Uses 1 function
get_tag_template()
Function: Retrieve path of tag template in current or
parent template.
Source: wp-includes/template.php:191
Used by 0 functions | Uses 2 functions
get_taxonomies()
Function: Get a list of registered taxonomy objects.
Source: wp-includes/taxonomy.php:144
Used by 10 functions | Uses 1 function

get_taxonomies_for_attachments()
Function: Return all of the taxonomy names that are
registered for attachments.
Source: wp-includes/media.php:2015
Used by 2 functions | Uses 1 function
get_taxonomy()
Function: Retrieves the taxonomy object of $taxonomy.
Source: wp-includes/taxonomy.php:206
Used by 51 functions | Uses 1 function
get_taxonomy_labels()
Function: Builds an object with all taxonomy labels out
of a taxonomy object
Source: wp-includes/taxonomy.php:462
Used by 1 function | Uses 3 functions
get_taxonomy_template()
Function: Retrieve path of taxonomy template in current
or parent template.
get_tax_sql()
Function: Given a taxonomy query, generates SQL to be
appended to a main query.
Source: wp-includes/taxonomy.php:619
Used by 0 functions | Uses 0 functions
get_template()
Function: Retrieve name of the current theme.
Source: wp-includes/theme.php:277
Used by 4 functions | Uses 3 functions
get_template_directory()
Function: Retrieve current theme directory.
Source: wp-includes/theme.php:295
Used by 5 functions | Uses 4 functions
get_template_directory_uri()
Function: Retrieve theme directory URI.
Source: wp-includes/theme.php:319
Used by 8 functions | Uses 4 functions
get_template_part()
Function: Load a template part into a template
Source: wp-includes/general-template.php:150
Used by 0 functions | Uses 3 functions
get_temp_dir()
Function: Determine a writable directory for temporary
files.
Source: wp-includes/functions.php:1606
Used by 2 functions | Uses 2 functions
get_term()
Function: Get all Term data from database by Term ID.
Source: wp-includes/taxonomy.php:1295
Used by 42 functions | Uses 10 functions
get_terms()
Function: Retrieve the terms in a given taxonomy or list
of taxonomies.
Source: wp-includes/taxonomy.php:1603
Used by 25 functions | Uses 30 functions
get_terms_to_edit()
Function:
Source: wp-admin/includes/taxonomy.php:232
Used by 3 functions | Uses 7 functions
get_term_by()
Function: Get all Term data from database by Term field
and data.
get_term_children()
Function: Merge all term children into a single array of
their IDs.
Source: wp-includes/taxonomy.php:1451
Used by 3 functions | Uses 4 functions
get_term_feed_link()
Function: Retrieve the feed link for a term.
Source: wp-includes/link-template.php:760
Used by 3 functions | Uses 13 functions
get_term_field()
Function: Get sanitized Term field.
Source: wp-includes/taxonomy.php:1491
Used by 4 functions | Uses 3 functions
get_term_link()

Function: Generate a permalink for a taxonomy term


archive.
Source: wp-includes/taxonomy.php:4016
Used by 12 functions | Uses 13 functions
get_term_to_edit()
Function: Sanitizes Term for editing.
Source: wp-includes/taxonomy.php:1518
Used by 0 functions | Uses 3 functions
get_theme()
Function: Retrieve theme data.
Source: wp-includes/deprecated.php:2957
Used by 0 functions | Uses 2 functions
get_themes()
Function: Retrieve list of themes with theme data in
theme directory.
Source: wp-includes/deprecated.php:2925
Used by 1 function | Uses 2 functions
get_theme_data()
Function: Retrieve theme data from parsed theme file.
Source: wp-includes/deprecated.php:3099
Used by 0 functions | Uses 3 functions
get_theme_feature_list()
Function: Retrieve list of WordPress theme features (aka
theme tags)
Source: wp-admin/includes/theme.php:191
Used by 2 functions | Uses 6 functions
get_theme_mod()
Function: Retrieve theme modification value for the
current theme.
get_theme_mods()
Function: Retrieve all theme modifications.
Source: wp-includes/theme.php:876
Used by 3 functions | Uses 6 functions
get_theme_root()
Function: Retrieve path to themes directory.
Source: wp-includes/theme.php:523
Used by 9 functions | Uses 3 functions
get_theme_roots()
Function: Retrieve theme roots.
Source: wp-includes/theme.php:343
Used by 1 function | Uses 2 functions
get_theme_root_uri()
Function: Retrieve URI for themes directory.
Source: wp-includes/theme.php:558
Used by 3 functions | Uses 7 functions
get_theme_support()
Function: Gets the theme support arguments passed
when registering that support
Source: wp-includes/theme.php:1675
Used by 26 functions | Uses 0 functions
get_theme_updates()
Function:
Source: wp-admin/includes/update.php:329
Used by 2 functions | Uses 2 functions
get_theme_update_available()
Function: Retrieve the update link if there is a theme
update available.
Source: wp-admin/includes/theme.php:143
Used by 2 functions | Uses 10 functions
get_the_archive_description()
Function: Retrieve category, tag, or term description.
Source: wp-includes/general-template.php:1218
Used by 1 function | Uses 3 functions
get_the_archive_title()
Function: Retrieve the archive title based on the
queried object.
Source: wp-includes/general-template.php:1141
Used by 1 function | Uses 20 functions
get_the_attachment_link()
Function: Retrieve HTML content of attachment image
with link.
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
get_the_author_aim()
Function: Retrieve the AIM address of the author of the
current post.
Source: wp-includes/deprecated.php:1590
Used by 0 functions | Uses 2 functions
get_the_author_description()
Function: Retrieve the description of the author of the
current post.
Source: wp-includes/deprecated.php:1338
Used by 0 functions | Uses 2 functions
get_the_author_email()
Function: Retrieve the email of the author of the current
post.
Source: wp-includes/deprecated.php:1478
Used by 0 functions | Uses 2 functions
get_the_author_firstname()
Function: Retrieve the first name of the author of the
current post.
Source: wp-includes/deprecated.php:1394
Used by 0 functions | Uses 2 functions
get_the_author_icq()
Function: Retrieve the ICQ number of the author of the
current post.
Source: wp-includes/deprecated.php:1506
Used by 0 functions | Uses 2 functions
get_the_author_ID()
Function: Retrieve the ID of the author of the current
post.
Source: wp-includes/deprecated.php:1662
Used by 0 functions | Uses 2 functions
get_the_author_lastname()
Function: Retrieve the last name of the author of the
current post.
Source: wp-includes/deprecated.php:1422
Used by 0 functions | Uses 2 functions
get_the_author_link()
Function: Retrieve either authors link or authors name.
Source: wp-includes/author-template.php:166
Used by 1 function | Uses 5 functions
get_the_author_login()
Function: Retrieve the login name of the author of the
current post.
get_the_author_meta()
Function: Retrieve the requested data of the author of
the current post.
Source: wp-includes/author-template.php:110
Used by 22 functions | Uses 3 functions
get_the_author_msn()
Function: Retrieve the MSN address of the author of the
current post.
Source: wp-includes/deprecated.php:1562
Used by 0 functions | Uses 2 functions
get_the_author_nickname()
Function: Retrieve the nickname of the author of the
current post.
Source: wp-includes/deprecated.php:1450
Used by 0 functions | Uses 2 functions
get_the_author_posts()
Function: Retrieve the number of posts by the author of
the current post.
Source: wp-includes/author-template.php:195
Used by 1 function | Uses 2 functions
get_the_author_url()
Function: Retrieve the URL to the home page of the
author of the current post.
Source: wp-includes/deprecated.php:1634
Used by 0 functions | Uses 2 functions
get_the_author_yim()
Function: Retrieve the Yahoo! IM name of the author of
the current post.
Source: wp-includes/deprecated.php:1534

Used by 0 functions | Uses 2 functions


get_the_category()
Function: Retrieve post categories.
Source: wp-includes/category-template.php:73
Used by 6 functions | Uses 5 functions
get_the_category_by_ID()
Function: Retrieve category name based on category
ID.
Source: wp-includes/category-template.php:141
Used by 1 function | Uses 2 functions
get_the_category_list()
Function: Retrieve category list in either HTML list or
custom format.
Source: wp-includes/category-template.php:161
Used by 1 function | Uses 10 functions
get_the_category_rss()
Function: Retrieve all of the post categories, formatted
for use in feeds.
get_the_content()
Function: Retrieve the post content.
Source: wp-includes/post-template.php:235
Used by 4 functions | Uses 8 functions
get_the_content_feed()
Function: Retrieve the post content for feeds.
Source: wp-includes/feed.php:181
Used by 1 function | Uses 5 functions
get_the_date()
Function: Retrieve the date on which the post was
written.
Source: wp-includes/general-template.php:1863
Used by 3 functions | Uses 5 functions
get_the_excerpt()
Function: Retrieve the post excerpt.
Source: wp-includes/post-template.php:338
Used by 2 functions | Uses 6 functions
get_the_generator()
Function: Creates the generator XML or Comment for
RSS, ATOM, etc.
Source: wp-includes/general-template.php:2958
Used by 1 function | Uses 5 functions
get_the_guid()
Function: Retrieve the Post Global Unique Identifier
(guid).
Source: wp-includes/post-template.php:190
Used by 4 functions | Uses 3 functions
get_the_ID()
Function: Retrieve the ID of the current item in the
WordPress Loop.
Source: wp-includes/post-template.php:27
Used by 15 functions | Uses 1 function
get_the_modified_author()
Function: Retrieve the author who last edited the
current post.
Source: wp-includes/author-template.php:75
Used by 1 function | Uses 5 functions
get_the_modified_date()
Function: Retrieve the date on which the post was last
modified.
Source: wp-includes/general-template.php:1932
Used by 1 function | Uses 4 functions
get_the_modified_time()
Function: Retrieve the time at which the post was last
modified.
get_the_password_form()
Function: Retrieve protected post password form
content.
Source: wp-includes/post-template.php:1572
Used by 1 function | Uses 7 functions
get_the_permalink()
Function: Retrieve full permalink for current post or post
ID.
Source: wp-includes/link-template.php:99
Used by 0 functions | Uses 1 function

get_the_posts_navigation()
Function: Return navigation to next/previous set of
posts when applicable.
Source: wp-includes/link-template.php:2252
Used by 1 function | Uses 5 functions
get_the_posts_pagination()
Function: Return a paginated navigation to
next/previous set of posts, when applicable.
Source: wp-includes/link-template.php:2306
Used by 1 function | Uses 4 functions
get_the_post_navigation()
Function: Return navigation to next/previous post when
applicable.
Source: wp-includes/link-template.php:2202
Used by 1 function | Uses 5 functions
get_the_post_thumbnail()
Function: Retrieve Post Thumbnail.
Source: wp-includes/post-thumbnail-template.php:85
Used by 1 function | Uses 11 functions
get_the_tags()
Function: Retrieve the tags for a post.
Source: wp-includes/category-template.php:1145
Used by 2 functions | Uses 3 functions
get_the_tag_list()
Function: Retrieve the tags for a post formatted as a
string.
Source: wp-includes/category-template.php:1170
Used by 1 function | Uses 3 functions
get_the_taxonomies()
Function: Retrieve all taxonomies associated with a
post.
Source: wp-includes/taxonomy.php:4155
Used by 1 function | Uses 10 functions
get_the_terms()
Function: Retrieve the terms of the taxonomy that are
attached to the post.
get_the_term_list()
Function: Retrieve a posts terms as a list with specified
format.
Source: wp-includes/category-template.php:1283
Used by 2 functions | Uses 6 functions
get_the_time()
Function: Retrieve the time at which the post was
written.
Source: wp-includes/general-template.php:1981
Used by 5 functions | Uses 5 functions
get_the_title()
Function: Retrieve post title.
Source: wp-includes/post-template.php:110
Used by 14 functions | Uses 7 functions
get_the_title_rss()
Function: Retrieve the current post title for the feed.
Source: wp-includes/feed.php:150
Used by 1 function | Uses 3 functions
get_to_ping()
Function: Retrieve URLs that need to be pinged.
Source: wp-includes/post.php:4069
Used by 1 function | Uses 5 functions
get_trackback_url()
Function: Retrieve The current posts trackback URL.
Source: wp-includes/comment-template.php:962
Used by 2 functions | Uses 7 functions
get_transient()
Function: Get the value of a transient.
Source: wp-includes/option.php:560
Used by 13 functions | Uses 8 functions
get_translations_for_domain()
Function: Return the Translations instance for a text
domain.
Source: wp-includes/l10n.php:710
Used by 4 functions | Uses 0 functions
get_udims()

Function: Calculated the new dimensions for a


downsampled image.
Source: wp-admin/includes/deprecated.php:70
Used by 0 functions | Uses 2 functions
get_uploaded_header_images()
Function: Get the header images uploaded for the
current theme.
get_upload_iframe_src()
Function:
Source: wp-admin/includes/media.php:581
Used by 1 function | Uses 4 functions
get_upload_space_available()
Function: Determines if there is any upload space left in
the current blogs quota.
Source: wp-includes/ms-functions.php:2292
Used by 4 functions | Uses 3 functions
get_url_in_content()
Function: Extract and return the first URL from passed
content.
Source: wp-includes/formatting.php:3962
Used by 0 functions | Uses 1 function
get_userdata()
Function: Retrieve user info by user ID.
Source: wp-includes/pluggable.php:136
Used by 63 functions | Uses 1 function
get_userdatabylogin()
Function: Retrieve user info by login name.
Source: wp-includes/pluggable-deprecated.php:50
Used by 0 functions | Uses 2 functions
get_usermeta()
Function: Retrieve user metadata.
Source: wp-includes/deprecated.php:2322
Used by 0 functions | Uses 4 functions
get_usernumposts()
Function: Number of posts user has written.
Source: wp-includes/deprecated.php:2484
Used by 0 functions | Uses 2 functions
get_users()
Function: Retrieve list of users matching criteria.
Source: wp-includes/user.php:1000
Used by 9 functions | Uses 1 function
get_users_drafts()
Function: Retrieve the users drafts.
Source: wp-admin/includes/user.php:242
Used by 0 functions | Uses 4 functions
get_users_of_blog()
Function: Get users for the blog.
get_user_by()
Function: Retrieve user info by a given field
Source: wp-includes/pluggable.php:151
Used by 17 functions | Uses 1 function
get_user_by_email()
Function: Retrieve user info by email.
Source: wp-includes/pluggable-deprecated.php:67
Used by 0 functions | Uses 2 functions
get_user_count()
Function: The number of active users in your
installation.
Source: wp-includes/ms-functions.php:123
Used by 5 functions | Uses 1 function
get_user_details()
Function:
Source: wp-includes/ms-deprecated.php:121
Used by 0 functions | Uses 2 functions
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:303
Used by 0 functions | Uses 3 functions
get_user_meta()
Function: Retrieve user meta field for a user.
Source: wp-includes/user.php:1184
Used by 14 functions | Uses 1 function

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:2647
Used by 0 functions | Uses 2 functions
get_user_option()
Function: Retrieve user option that can be either per
Site or per Network.
Source: wp-includes/user.php:351
Used by 27 functions | Uses 6 functions
get_user_setting()
Function: Retrieve user interface setting value based on
setting name.
Source: wp-includes/option.php:762
Used by 15 functions | Uses 1 function
get_user_to_edit()
Function: Retrieve user data and filter it.
get_weekstartend()
Function: Get the week start and end from the datetime
or date string from MySQL.
Source: wp-includes/functions.php:227
Used by 1 function | Uses 1 function
get_wp_title_rss()
Function: Retrieve the blog title for the feed title.
Source: wp-includes/feed.php:98
Used by 1 function | Uses 4 functions
get_year_link()
Function: Retrieve the permalink for the year archives.
Source: wp-includes/link-template.php:441
Used by 2 functions | Uses 6 functions
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:1772
Used by 1 function | Uses 10 functions
global_terms_enabled()
Function: Determine whether global terms are enabled.
Source: wp-includes/functions.php:3875
Used by 5 functions | Uses 4 functions
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
got_url_rewrite()
Function: Returns whether the server supports URL
rewriting.
Source: wp-admin/includes/misc.php:43
Used by 0 functions | Uses 4 functions
graceful_fail()
Function:
Source: wp-includes/ms-deprecated.php:84
Used by 0 functions | Uses 4 functions
grant_super_admin()
Function: Grants Super Admin privileges.
Source: wp-admin/includes/ms.php:835
Used by 0 functions | Uses 6 functions
gzip_compression()
Function: Unused function.
hash_equals()
Function: Compare two strings in constant time.
Source: wp-includes/compat.php:111
Used by 3 functions | Uses 0 functions
hash_hmac()
Function:
Source: wp-includes/compat.php:36
Used by 4 functions | Uses 1 function
has_action()
Function: Check if any action has been registered for a
hook.
Source: wp-includes/plugin.php:594
Used by 3 functions | Uses 1 function
has_category()

Function: Check if the current post has any of given


category.
Source: wp-includes/category-template.php:1355
Used by 1 function | Uses 1 function
has_excerpt()
Function: Whether post has excerpt.
Source: wp-includes/post-template.php:369
Used by 1 function | Uses 1 function
has_filter()
Function: Check if any filter has been registered for a
hook.
Source: wp-includes/plugin.php:106
Used by 8 functions | Uses 1 function
has_image_size()
Function: Check if an image size exists.
Source: wp-includes/media.php:245
Used by 0 functions | Uses 0 functions
has_meta()
Function:
Source: wp-admin/includes/post.php:827
Used by 2 functions | Uses 2 functions
has_nav_menu()
Function: Whether a registered nav menu location has a
menu assigned to it.
Source: wp-includes/nav-menu.php:140
Used by 0 functions | Uses 2 functions
has_post_format()
Function: Check if a post has any of the given formats,
or any format.
has_post_thumbnail()
Function: Check if post has an image attached.
Source: wp-includes/post-thumbnail-template.php:20
Used by 2 functions | Uses 1 function
has_shortcode()
Function: Whether the passed content contains the
specified shortcode
Source: wp-includes/shortcodes.php:151
Used by 3 functions | Uses 3 functions
has_tag()
Function: Check if the current post has any of given
tags.
Source: wp-includes/category-template.php:1376
Used by 0 functions | Uses 1 function
has_term()
Function: Check if the current post has any of given
terms.
Source: wp-includes/category-template.php:1394
Used by 3 functions | Uses 3 functions
have_comments()
Function: Whether there are comments to loop over.
Source: wp-includes/query.php:807
Used by 0 functions | Uses 1 function
have_posts()
Function: Whether current WordPress query has results
to loop over.
Source: wp-includes/query.php:746
Used by 4 functions | Uses 1 function
header_image()
Function: Display header image URL.
Source: wp-includes/theme.php:1144
Used by 0 functions | Uses 2 functions
header_textcolor()
Function: Display text color for custom header.
Source: wp-includes/theme.php:1018
Used by 0 functions | Uses 1 function
heartbeat_autosave()
Function: Autosave with heartbeat
Source: wp-admin/includes/misc.php:809
Used by 0 functions | Uses 4 functions
hello_dolly()
Function:
hello_dolly_get_lyric()
Function:

Source: wp-content/plugins/hello.php:15
Used by 0 functions | Uses 0 functions
home_url()
Function: Retrieve the home url for the current site.
Source: wp-includes/link-template.php:2603
Used by 65 functions | Uses 1 function
htmlentities2()
Function: Convert entities, while preserving alreadyencoded entities.
Source: wp-includes/formatting.php:3106
Used by 0 functions | Uses 0 functions
html_type_rss()
Function: Display the HTML type based on the blog
setting.
Source: wp-includes/feed.php:429
Used by 0 functions | Uses 1 function
human_time_diff()
Function: Determines the difference between two
timestamps.
Source: wp-includes/formatting.php:2474
Used by 6 functions | Uses 3 functions
iframe_footer()
Function: Generic Iframe footer for use with Thickbox
Source: wp-admin/includes/template.php:1611
Used by 2 functions | Uses 3 functions
iframe_header()
Function: Generic Iframe header for use with Thickbox
Source: wp-admin/includes/template.php:1532
Used by 2 functions | Uses 21 functions
iis7_add_rewrite_rule()
Function: Add WordPress rewrite rule to the IIS 7+
configuration file.
Source: wp-admin/includes/misc.php:505
Used by 1 function | Uses 1 function
iis7_delete_rewrite_rule()
Function: Delete WordPress rewrite rule from web.config
file if it exists there
Source: wp-admin/includes/misc.php:471
Used by 1 function | Uses 1 function
iis7_rewrite_rule_exists()
Function: Check if rewrite rule for WordPress already
exists in the IIS 7+ configuration file
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:188
Used by 1 function | Uses 8 functions
iis7_supports_permalinks()
Function: Check if IIS 7+ supports pretty permalinks.
Source: wp-includes/functions.php:3605
Used by 4 functions | Uses 2 functions
image_add_caption()
Function: Adds image shortcode with caption to editor
Source: wp-admin/includes/media.php:159
Used by 0 functions | Uses 4 functions
image_align_input_fields()
Function: Retrieve HTML for the image alignment radio
buttons with the specified one checked.
Source: wp-admin/includes/media.php:923
Used by 1 function | Uses 3 functions
image_attachment_fields_to_edit()
Function:
Source: wp-admin/includes/media.php:1061
Used by 0 functions | Uses 0 functions
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:1106
Used by 0 functions | Uses 2 functions
image_constrain_size_for_editor()
Function: Scale down the default size of an image.
Source: wp-includes/media.php:37

Used by 3 functions | Uses 5 functions


image_downsize()
Function: Scale an image to fit a particular size (such as
thumb or medium).
Source: wp-includes/media.php:147
Used by 5 functions | Uses 9 functions
image_edit_apply_changes()
Function: Performs group of changes on Editor
specified.
Source: wp-admin/includes/image-edit.php:412
Used by 2 functions | Uses 9 functions
image_get_intermediate_size()
Function: Retrieve the images intermediate size
(resized) path, width, and height.
image_hwstring()
Function: Retrieve width and height attributes using
given width and height values.
Source: wp-includes/media.php:116
Used by 2 functions | Uses 0 functions
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:1023
Used by 1 function | Uses 5 functions
image_make_intermediate_size()
Function: Resize an image to make a thumbnail or
intermediate size.
Source: wp-includes/media.php:540
Used by 0 functions | Uses 2 functions
image_media_send_to_editor()
Function:
Source: wp-admin/includes/media.php:1130
Used by 0 functions | Uses 3 functions
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:3262
Used by 1 function | Uses 3 functions
image_resize_dimensions()
Function: Retrieve calculated resize dimensions for use
in WP_Image_Editor.
Source: wp-includes/media.php:435
Used by 3 functions | Uses 3 functions
image_size_input_fields()
Function: Retrieve HTML for the size radio buttons with
the specified one checked.
Source: wp-admin/includes/media.php:951
Used by 1 function | Uses 6 functions
img_caption_shortcode()
Function: The Caption shortcode.
Source: wp-includes/media.php:809
Used by 0 functions | Uses 7 functions
includes_url()
Function: Retrieve the url to the includes directory.
Source: wp-includes/link-template.php:2772
Used by 12 functions | Uses 3 functions
index_rel_link()
Function: Display relational link for the site index.
init()
Function: Set up constants with default values, unless
user overrides.
Source: wp-includes/rss.php:632
Used by 1 function | Uses 0 functions
insert_blog()
Function: Store basic site info in the blogs table.
Source: wp-includes/ms-functions.php:1306
Used by 2 functions | Uses 5 functions
insert_with_markers()
Function:
Source: wp-admin/includes/misc.php:102
Used by 1 function | Uses 0 functions
install_blog()
Function: Install an empty blog.

Source: wp-includes/ms-functions.php:1336
Used by 2 functions | Uses 15 functions
install_blog_defaults()
Function: Set blog defaults.
Source: wp-includes/ms-functions.php:1390
Used by 0 functions | Uses 2 functions
install_dashboard()
Function:
Source: wp-admin/includes/plugin-install.php:133
Used by 0 functions | Uses 9 functions
install_global_terms()
Function:
Source: wp-admin/includes/upgrade.php:2207
Used by 0 functions | Uses 1 function
install_network()
Function:
Source: wp-admin/includes/schema.php:845
Used by 0 functions | Uses 2 functions
install_plugins_favorites_form()
Function: Show a username form for the favorites page
Source: wp-admin/includes/plugin-install.php:221
Used by 0 functions | Uses 5 functions
install_plugins_upload()
Function: Upload from zip
install_plugin_information()
Function: Display plugin information in dialog box form.
Source: wp-admin/includes/plugin-install.php:340
Used by 0 functions | Uses 23 functions
install_plugin_install_status()
Function: Determine the status we can perform on a
plugin.
Source: wp-admin/includes/plugin-install.php:273
Used by 3 functions | Uses 9 functions
install_popular_tags()
Function: Retrieve popular WordPress plugin tags.
Source: wp-admin/includes/plugin-install.php:118
Used by 1 function | Uses 4 functions
install_search_form()
Function: Display search form for searching plugins.
Source: wp-admin/includes/plugin-install.php:168
Used by 1 function | Uses 8 functions
install_themes_dashboard()
Function: Display tags filter for themes.
Source: wp-admin/includes/theme-install.php:96
Used by 0 functions | Uses 7 functions
install_themes_feature_list()
Function: Retrieve list of WordPress theme features (aka
theme tags)
Source: wp-admin/includes/theme-install.php:31
Used by 0 functions | Uses 5 functions
install_themes_upload()
Function:
Source: wp-admin/includes/theme-install.php:137
Used by 0 functions | Uses 5 functions
install_theme_information()
Function: Display theme information in dialog box form.
Source: wp-admin/includes/theme-install.php:189
Used by 0 functions | Uses 8 functions
install_theme_search_form()
Function: Display search form for searching themes.
Source: wp-admin/includes/theme-install.php:54
Used by 1 function | Uses 7 functions
in_category()
Function: Check if the current post in within any of the
given categories.
in_the_loop()
Function: Whether the caller is in the Loop.
Source: wp-includes/query.php:760
Used by 1 function | Uses 0 functions
iso8601_timezone_to_offset()
Function: Computes an offset in seconds from an
iso8601 timezone.
Source: wp-includes/formatting.php:2298

Used by 1 function | Uses 0 functions


iso8601_to_datetime()
Function: Converts an iso8601 date to MySQL DateTime
format used by post_date[_gmt].
Source: wp-includes/formatting.php:2320
Used by 4 functions | Uses 2 functions
is_404()
Function: Is the query a 404 (returns no results)?
Source: wp-includes/query.php:704
Used by 8 functions | Uses 3 functions
is_active_sidebar()
Function: Whether a sidebar is in use.
Source: wp-includes/widgets.php:1375
Used by 0 functions | Uses 4 functions
is_active_widget()
Function: Whether widget is displayed on the front-end.
Source: wp-includes/widgets.php:1323
Used by 3 functions | Uses 2 functions
is_admin()
Function: Whether the current request is for an
administrative interface page.
Source: wp-includes/load.php:642
Used by 46 functions | Uses 0 functions
is_admin_bar_showing()
Function: Determine whether the admin bar should be
showing.
Source: wp-includes/admin-bar.php:869
Used by 4 functions | Uses 5 functions
is_allowed_http_origin()
Function: Determines if the HTTP origin is an authorized
one.
Source: wp-includes/http.php:387
Used by 1 function | Uses 4 functions
is_archive()
Function: Is the query for an existing archive page?
is_archived()
Function: Check if a particular blog is archived.
Source: wp-includes/ms-blogs.php:728
Used by 0 functions | Uses 1 function
is_attachment()
Function: Is the query for an existing attachment page?
Source: wp-includes/query.php:182
Used by 8 functions | Uses 3 functions
is_author()
Function: Is the query for an existing author archive
page?
Source: wp-includes/query.php:206
Used by 7 functions | Uses 3 functions
is_blog_admin()
Function: Whether the current request is for a sites
admininstrative interface.
Source: wp-includes/load.php:663
Used by 4 functions | Uses 0 functions
is_blog_installed()
Function: Test whether blog is already installed.
Source: wp-includes/functions.php:1260
Used by 3 functions | Uses 10 functions
is_blog_user()
Function: Checks if the current user belong to a given
blog.
Source: wp-includes/deprecated.php:2866
Used by 0 functions | Uses 3 functions
is_category()
Function: Is the query for an existing category archive
page?
Source: wp-includes/query.php:230
Used by 10 functions | Uses 3 functions
is_child_theme()
Function: Whether a child theme is in use.
Source: wp-includes/theme.php:130
Used by 2 functions | Uses 0 functions
is_client_error()
Function:

Source: wp-includes/rss.php:699
Used by 0 functions | Uses 0 functions
is_comments_popup()
Function: Whether the current URL is within the
comments popup window.
is_comment_feed()
Function: Is the query for a comments feed?
Source: wp-includes/query.php:384
Used by 0 functions | Uses 3 functions
is_customize_preview()
Function: Whether the site is being previewed in the
Customizer.
Source: wp-includes/theme.php:2032
Used by 0 functions | Uses 0 functions
is_date()
Function: Is the query for an existing date archive?
Source: wp-includes/query.php:323
Used by 1 function | Uses 3 functions
is_day()
Function: Is the query for an existing day archive?
Source: wp-includes/query.php:343
Used by 2 functions | Uses 3 functions
is_dynamic_sidebar()
Function: Whether the dynamic sidebar is enabled and
used by theme.
Source: wp-includes/widgets.php:1354
Used by 0 functions | Uses 1 function
is_email()
Function: Verifies that an email is valid.
Source: wp-includes/formatting.php:2115
Used by 12 functions | Uses 3 functions
is_email_address_unsafe()
Function: Checks an email address against a list of
banned domains.
Source: wp-includes/ms-functions.php:395
Used by 1 function | Uses 3 functions
is_error()
Function:
Source: wp-includes/rss.php:695
Used by 0 functions | Uses 0 functions
is_feed()
Function: Is the query for a feed?
Source: wp-includes/query.php:364
Used by 5 functions | Uses 3 functions
is_front_page()
Function: Is the query for the front page of the site?
is_home()
Function: Is the query for the blog homepage?
Source: wp-includes/query.php:441
Used by 5 functions | Uses 3 functions
is_info()
Function:
Source: wp-includes/rss.php:683
Used by 0 functions | Uses 0 functions
is_lighttpd_before_150()
Function: Is the server running earlier than 1.5.0
version of lighttpd?
Source: wp-includes/functions.php:3563
Used by 0 functions | Uses 0 functions
is_local_attachment()
Function: Check if the attachment URI is local one and
is really an attachment.
Source: wp-includes/post.php:4682
Used by 1 function | Uses 3 functions
is_main_blog()
Function:
Source: wp-includes/ms-deprecated.php:142
Used by 0 functions | Uses 2 functions
is_main_network()
Function: Determine whether a network is the main
network of the Multisite install.
Source: wp-includes/functions.php:3839
Used by 5 functions | Uses 5 functions

is_main_query()
Function: Is the query the main query?
Source: wp-includes/query.php:722
Used by 0 functions | Uses 4 functions
is_main_site()
Function: Determine whether a site is the main site of
the current network.
Source: wp-includes/functions.php:3818
Used by 16 functions | Uses 2 functions
is_month()
Function: Is the query for an existing month archive?
Source: wp-includes/query.php:461
Used by 2 functions | Uses 3 functions
is_multisite()
Function: If Multisite is enabled.
is_multi_author()
Function: Does this site have more than one author
Source: wp-includes/author-template.php:427
Used by 1 function | Uses 5 functions
is_nav_menu()
Function: Check if the given ID is a navigation menu.
Source: wp-includes/nav-menu.php:46
Used by 2 functions | Uses 2 functions
is_nav_menu_item()
Function: Determine whether the given ID is a nav
menu item.
Source: wp-includes/nav-menu.php:158
Used by 3 functions | Uses 2 functions
is_network_admin()
Function: Whether the current request is for the
network administrative interface.
Source: wp-includes/load.php:684
Used by 14 functions | Uses 0 functions
is_network_only_plugin()
Function: Checks for Network: true in the plugin
header to see if this should be activated only as a
network wide plugin. The plugin would also work when
Multisite is not enabled.
Source: wp-admin/includes/plugin.php:487
Used by 3 functions | Uses 1 function
is_new_day()
Function: Whether the publish date of the current post
in the loop is different from the publish date of the
previous post in the loop.
Source: wp-includes/functions.php:646
Used by 0 functions | Uses 0 functions
is_object_in_taxonomy()
Function: Determine if the given object type is
associated with the given taxonomy.
Source: wp-includes/taxonomy.php:4281
Used by 8 functions | Uses 1 function
is_object_in_term()
Function: Determine if the given object is associated
with any of the given terms.
Source: wp-includes/taxonomy.php:4229
Used by 2 functions | Uses 4 functions
is_page()
Function: Is the query for an existing single page?
Source: wp-includes/query.php:488
Used by 6 functions | Uses 3 functions
is_paged()
Function: Is the query for paged result and not for the
first page?
is_page_template()
Function: Whether currently in a page template.
Source: wp-includes/post-template.php:1606
Used by 1 function | Uses 3 functions
is_plugin_active()
Function: Check whether the plugin is active by
checking the active_plugins list.
Source: wp-admin/includes/plugin.php:437
Used by 7 functions | Uses 2 functions
is_plugin_active_for_network()

Function: Check whether the plugin is active for the


entire network.
Source: wp-admin/includes/plugin.php:464
Used by 5 functions | Uses 2 functions
is_plugin_inactive()
Function: Check whether the plugin is inactive.
Source: wp-admin/includes/plugin.php:452
Used by 0 functions | Uses 1 function
is_plugin_page()
Function: Is the current admin page generated by a
plugin?
Source: wp-includes/deprecated.php:2574
Used by 0 functions | Uses 1 function
is_post_type_archive()
Function: Is the query for an existing post type archive
page?
Source: wp-includes/query.php:161
Used by 6 functions | Uses 3 functions
is_post_type_hierarchical()
Function: Whether the post type is hierarchical.
Source: wp-includes/post.php:1099
Used by 14 functions | Uses 2 functions
is_preview()
Function: Is the query for a post or page preview?
Source: wp-includes/query.php:528
Used by 2 functions | Uses 3 functions
is_protected_meta()
Function: Determine whether a meta key is protected.
Source: wp-includes/meta.php:1553
Used by 9 functions | Uses 2 functions
is_random_header_image()
Function: Check if random header image is in use.
is_redirect()
Function:
Source: wp-includes/rss.php:691
Used by 0 functions | Uses 0 functions
is_robots()
Function: Is the query for the robots file?
Source: wp-includes/query.php:548
Used by 2 functions | Uses 3 functions
is_rtl()
Function: Checks if current locale is RTL.
Source: wp-includes/locale.php:370
Used by 20 functions | Uses 1 function
is_search()
Function: Is the query for a search?
Source: wp-includes/query.php:568
Used by 5 functions | Uses 3 functions
is_serialized()
Function: Check value to find if it was serialized.
Source: wp-includes/functions.php:283
Used by 3 functions | Uses 0 functions
is_serialized_string()
Function: Check whether serialized data is of string
type.
Source: wp-includes/functions.php:346
Used by 1 function | Uses 0 functions
is_server_error()
Function:
Source: wp-includes/rss.php:703
Used by 0 functions | Uses 0 functions
is_single()
Function: Is the query for an existing single post?
Source: wp-includes/query.php:597
Used by 10 functions | Uses 3 functions
is_singular()
Function: Is the query for an existing single post of any
post type (post, attachment, page, .
Source: wp-includes/query.php:624
Used by 11 functions | Uses 3 functions
is_site_admin()
Function: Determine if user is a site admin.
is_ssl()

Function: Determine if SSL is used.


Source: wp-includes/functions.php:3669
Used by 18 functions | Uses 0 functions
is_sticky()
Function: Check if post is sticky.
Source: wp-includes/post.php:2046
Used by 9 functions | Uses 3 functions
is_subdomain_install()
Function: Whether a subdomain configuration is
enabled.
Source: wp-includes/ms-load.php:18
Used by 14 functions | Uses 0 functions
is_success()
Function:
Source: wp-includes/rss.php:687
Used by 1 function | Uses 0 functions
is_super_admin()
Function: Determine if user is a site admin.
Source: wp-includes/capabilities.php:1523
Used by 18 functions | Uses 5 functions
is_tag()
Function: Is the query for an existing tag archive page?
Source: wp-includes/query.php:254
Used by 9 functions | Uses 3 functions
is_tax()
Function: Is the query for an existing taxonomy archive
page?
Source: wp-includes/query.php:283
Used by 8 functions | Uses 3 functions
is_taxonomy()
Function: Checks that the taxonomy name exists.
Source: wp-includes/deprecated.php:2540
Used by 0 functions | Uses 2 functions
is_taxonomy_hierarchical()
Function: Whether the taxonomy object is hierarchical.
Source: wp-includes/taxonomy.php:246
Used by 15 functions | Uses 2 functions
is_term()
Function: Check if Term exists.
is_textdomain_loaded()
Function: Whether there are translations for the text
domain.
Source: wp-includes/l10n.php:726
Used by 1 function | Uses 0 functions
is_time()
Function: Is the query for a specific time?
Source: wp-includes/query.php:644
Used by 0 functions | Uses 3 functions
is_trackback()
Function: Is the query for a trackback endpoint call?
Source: wp-includes/query.php:664
Used by 1 function | Uses 3 functions
is_uninstallable_plugin()
Function: Whether the plugin can be uninstalled.
Source: wp-admin/includes/plugin.php:932
Used by 1 function | Uses 2 functions
is_upload_space_available()
Function: Determines if there is any upload space left in
the current blogs quota.
Source: wp-includes/ms-functions.php:2311
Used by 4 functions | Uses 2 functions
is_user_admin()
Function: Whether the current request is for a user
admin screen.
Source: wp-includes/load.php:706
Used by 7 functions | Uses 0 functions
is_user_logged_in()
Function: Checks if the current visitor is a logged in
user.
Source: wp-includes/pluggable.php:969
Used by 28 functions | Uses 1 function
is_user_member_of_blog()

Function: Find out whether a user is a member of a


given blog.
Source: wp-includes/user.php:1121
Used by 5 functions | Uses 3 functions
is_user_option_local()
Function: Check whether a usermeta key has to do with
the current blog.
Source: wp-includes/ms-functions.php:2043
Used by 0 functions | Uses 2 functions
is_user_spammy()
Function: Check to see whether a user is marked as a
spammer, based on user login.
is_wpmu_sitewide_plugin()
Function:
Source: wp-admin/includes/ms-deprecated.php:63
Used by 0 functions | Uses 2 functions
is_wp_error()
Function: Check whether variable is a WordPress Error.
Source: wp-includes/class-wp-error.php:272
Used by 236 functions | Uses 0 functions
is_year()
Function: Is the query for an existing year archive?
Source: wp-includes/query.php:684
Used by 2 functions | Uses 3 functions
json_decode()
Function:
Source: wp-includes/compat.php:78
Used by 14 functions | Uses 1 function
json_encode()
Function:
Source: wp-includes/compat.php:65
Used by 0 functions | Uses 0 functions
js_escape()
Function: Escape single quotes, specialchar double
quotes, and fix line endings.
Source: wp-includes/deprecated.php:2108
Used by 0 functions | Uses 2 functions
kses_init()
Function: Sets up most of the Kses filters for input form
content.
Source: wp-includes/kses.php:1448
Used by 0 functions | Uses 3 functions
kses_init_filters()
Function: Adds all Kses input form content filters.
Source: wp-includes/kses.php:1393
Used by 2 functions | Uses 2 functions
kses_remove_filters()
Function: Removes all Kses input form content filters.
Source: wp-includes/kses.php:1421
Used by 2 functions | Uses 1 function
language_attributes()
Function: Display the language attributes for the html
tag.
like_escape()
Function: Formerly used to escape strings before
searching the DB. It was poorly documented and never
worked as described.
Source: wp-includes/deprecated.php:3464
Used by 1 function | Uses 1 function
links_add_base_url()
Function: Add a Base url to relative links in passed
content.
Source: wp-includes/formatting.php:3675
Used by 1 function | Uses 0 functions
links_add_target()
Function: Adds a Target attribute to all links in passed
content.
Source: wp-includes/formatting.php:3717
Used by 1 function | Uses 0 functions
links_popup_script()
Function: Show the link to the links popup and the
number of links.
Source: wp-includes/deprecated.php:1086

Used by 0 functions | Uses 1 function


link_advanced_meta_box()
Function: Display advanced link options form fields.
Source: wp-admin/includes/meta-boxes.php:1065
Used by 0 functions | Uses 2 functions
link_categories_meta_box()
Function: Display link categories form fields.
Source: wp-admin/includes/meta-boxes.php:848
Used by 0 functions | Uses 5 functions
link_pages()
Function: Print list of pages based on arguments.
Source: wp-includes/deprecated.php:827
Used by 0 functions | Uses 2 functions
link_submit_meta_box()
Function: Display link create form fields.
Source: wp-admin/includes/meta-boxes.php:779
Used by 0 functions | Uses 11 functions
link_target_meta_box()
Function: Display form fields for changing link target.
Source: wp-admin/includes/meta-boxes.php:894
Used by 0 functions | Uses 1 function
link_xfn_meta_box()
Function: Display xfn form fields.
list_authors()
Function: List authors.
Source: wp-includes/deprecated.php:727
Used by 0 functions | Uses 2 functions
list_cats()
Function:
Source: wp-includes/deprecated.php:632
Used by 0 functions | Uses 2 functions
list_core_update()
Function:
Source: wp-admin/update-core.php:25
Used by 2 functions | Uses 8 functions
list_files()
Function: Returns a listing of all files in the specified
folder and all subdirectories up to 100 levels deep.
Source: wp-admin/includes/file.php:104
Used by 1 function | Uses 1 function
list_meta()
Function:
Source: wp-admin/includes/template.php:531
Used by 1 function | Uses 5 functions
list_plugin_updates()
Function:
Source: wp-admin/update-core.php:201
Used by 0 functions | Uses 11 functions
list_theme_updates()
Function:
Source: wp-admin/update-core.php:291
Used by 0 functions | Uses 7 functions
list_translation_updates()
Function:
Source: wp-admin/update-core.php:339
Used by 0 functions | Uses 7 functions
load_child_theme_textdomain()
Function: Load the child themes translated strings.
Source: wp-includes/l10n.php:694
Used by 0 functions | Uses 2 functions
load_default_textdomain()
Function: Load default translated strings based on
locale.
load_image_to_edit()
Function: Load an image resource for editing.
Source: wp-admin/includes/image.php:477
Used by 0 functions | Uses 3 functions
load_muplugin_textdomain()
Function: Load the translated strings for a plugin
residing in the mu-plugins directory.
Source: wp-includes/l10n.php:624
Used by 0 functions | Uses 5 functions
load_plugin_textdomain()

Function: Load a plugins translated strings.


Source: wp-includes/l10n.php:583
Used by 1 function | Uses 5 functions
load_template()
Function: Require the template file with WordPress
environment.
Source: wp-includes/template.php:494
Used by 8 functions | Uses 0 functions
load_textdomain()
Function: Load a .mo file into the text domain $domain.
Source: wp-includes/l10n.php:438
Used by 6 functions | Uses 6 functions
load_theme_textdomain()
Function: Load the themes translated strings.
Source: wp-includes/l10n.php:654
Used by 2 functions | Uses 6 functions
locale_stylesheet()
Function: Display localized stylesheet link element.
Source: wp-includes/theme.php:633
Used by 0 functions | Uses 1 function
locate_template()
Function: Retrieve the name of the highest priority
template file that exists.
Source: wp-includes/template.php:462
Used by 6 functions | Uses 1 function
login_footer()
Function: Outputs the footer for the login page.
Source: wp-login.php:214
Used by 0 functions | Uses 7 functions
login_header()
Function: Output the login page header.
logIO()
Function: logIO() Writes logging info to a file.
Source: xmlrpc.php:97
Used by 0 functions | Uses 1 function
lowercase_octets()
Function:
Source: wp-includes/canonical.php:451
Used by 0 functions | Uses 67 functions
maintenance_nag()
Function:
Source: wp-admin/includes/update.php:400
Used by 0 functions | Uses 3 functions
make_clickable()
Function: Convert plaintext URI to HTML links.
Source: wp-includes/formatting.php:1869
Used by 1 function | Uses 2 functions
make_db_current()
Function:
Source: wp-admin/includes/upgrade.php:1868
Used by 0 functions | Uses 1 function
make_db_current_silent()
Function:
Source: wp-admin/includes/upgrade.php:1882
Used by 3 functions | Uses 1 function
make_site_theme()
Function:
Source: wp-admin/includes/upgrade.php:2044
Used by 1 function | Uses 5 functions
make_site_theme_from_default()
Function:
Source: wp-admin/includes/upgrade.php:1980
Used by 1 function | Uses 1 function
make_site_theme_from_oldschool()
Function:
Source: wp-admin/includes/upgrade.php:1897
Used by 1 function | Uses 2 functions
make_url_footnote()
Function: Strip HTML and put links at the bottom of
stripped content.
map_meta_cap()
Function: Map meta capabilities to primitive
capabilities.

Source: wp-includes/capabilities.php:1050
Used by 1 function | Uses 16 functions
maybe_add_column()
Function: * maybe_add_column() * Add column to db
table if it doesnt exist.
Source: wp-admin/includes/upgrade.php:1510
Used by 0 functions | Uses 2 functions
maybe_add_existing_user_to_blog()
Function: Add a new user to a blog by visiting
/newbloguser/username/.
Source: wp-includes/ms-functions.php:1921
Used by 0 functions | Uses 8 functions
maybe_create_table()
Function:
Source: wp-admin/includes/upgrade.php:1444
Used by 0 functions | Uses 5 functions
maybe_disable_automattic_widgets()
Function: Disables the Automattic widgets plugin, which
was merged into core.
Source: wp-admin/includes/upgrade.php:2133
Used by 1 function | Uses 2 functions
maybe_disable_link_manager()
Function: Disables the Link Manager on upgrade, if at
the time of upgrade, no links exist in the DB.
Source: wp-admin/includes/upgrade.php:2150
Used by 1 function | Uses 3 functions
maybe_drop_column()
Function: Drop column from database table, if it exists.
Source: wp-admin/install-helper.php:119
Used by 0 functions | Uses 2 functions
maybe_hash_hex_color()
Function: Ensures that any hex color is properly hashed.
Source: wp-includes/class-wp-customizemanager.php:1315
Used by 0 functions | Uses 1 function
maybe_redirect_404()
Function: Correct 404 redirects when NOBLOGREDIRECT
is defined.
Source: wp-includes/ms-functions.php:1894
Used by 0 functions | Uses 6 functions
maybe_serialize()
Function: Serialize data, if needed.
maybe_unserialize()
Function: Unserialize value only if it was serialized.
Source: wp-includes/functions.php:265
Used by 11 functions | Uses 1 function
mbstring_binary_safe_encoding()
Function: Set the mbstring internal encoding to a binary
safe encoding when func_overload is enabled.
Source: wp-includes/functions.php:4758
Used by 11 functions | Uses 0 functions
mb_substr()
Function:
Source: wp-includes/compat.php:17
Used by 3 functions | Uses 1 function
media_buttons()
Function: Adds the media button to the editor
Source: wp-admin/includes/media.php:533
Used by 0 functions | Uses 7 functions
media_handle_sideload()
Function: This handles a sideloaded file in the same
way as an uploaded file is handled by {@link
media_handle_upload()}
Source: wp-admin/includes/media.php:379
Used by 1 function | Uses 9 functions
media_handle_upload()
Function: This handles the file upload POST itself,
creating the attachment post.
Source: wp-admin/includes/media.php:262
Used by 2 functions | Uses 12 functions
media_post_single_attachment_fields_to_edit()
Function:
Source: wp-admin/includes/media.php:1088

Used by 0 functions | Uses 0 functions


media_send_to_editor()
Function: Adds image html to editor
Source: wp-admin/includes/media.php:239
Used by 2 functions | Uses 0 functions
media_sideload_image()
Function: Download an image from the specified URL
and attach it to a post.
Source: wp-admin/includes/media.php:835
Used by 1 function | Uses 5 functions
media_single_attachment_fields_to_edit()
Function:
media_upload_audio()
Function:
Source: wp-admin/includes/deprecated.php:857
Used by 0 functions | Uses 2 functions
media_upload_file()
Function:
Source: wp-admin/includes/deprecated.php:867
Used by 0 functions | Uses 2 functions
media_upload_flash_bypass()
Function: Displays the multi-file uploader message.
Source: wp-admin/includes/media.php:2557
Used by 0 functions | Uses 3 functions
media_upload_form()
Function:
Source: wp-admin/includes/media.php:1725
Used by 1 function | Uses 30 functions
media_upload_form_handler()
Function:
Source: wp-admin/includes/media.php:617
Used by 3 functions | Uses 17 functions
media_upload_gallery()
Function:
Source: wp-admin/includes/media.php:877
Used by 1 function | Uses 3 functions
media_upload_gallery_form()
Function: Adds gallery form to upload iframe
Source: wp-admin/includes/media.php:2129
Used by 0 functions | Uses 15 functions
media_upload_header()
Function:
Source: wp-admin/includes/media.php:1708
Used by 4 functions | Uses 1 function
media_upload_html_bypass()
Function: Displays the browsers built-in uploader
message.
Source: wp-admin/includes/media.php:2578
Used by 0 functions | Uses 1 function
media_upload_image()
Function:
media_upload_library()
Function:
Source: wp-admin/includes/media.php:900
Used by 0 functions | Uses 2 functions
media_upload_library_form()
Function:
Source: wp-admin/includes/media.php:2274
Used by 0 functions | Uses 27 functions
media_upload_max_image_resize()
Function: Displays the checkbox to scale images.
Source: wp-admin/includes/media.php:2599
Used by 0 functions | Uses 6 functions
media_upload_tabs()
Function: Defines the default media upload tabs
Source: wp-admin/includes/media.php:16
Used by 1 function | Uses 3 functions
media_upload_text_after()
Function: Used to display a After a file has been
uploaded.
Source: wp-admin/includes/media.php:2592
Used by 0 functions | Uses 0 functions
media_upload_type_form()

Function:
Source: wp-admin/includes/media.php:1914
Used by 0 functions | Uses 15 functions
media_upload_type_url_form()
Function:
Source: wp-admin/includes/media.php:1986
Used by 0 functions | Uses 11 functions
media_upload_video()
Function:
Source: wp-admin/includes/deprecated.php:862
Used by 0 functions | Uses 2 functions
menu_page_url()
Function: Get the url to access a particular menu page
based on the slug it was registered with.
Source: wp-admin/includes/plugin.php:1468
Used by 0 functions | Uses 3 functions
metadata_exists()
Function: Determine if a meta key is set for a given
object
meta_box_prefs()
Function: Prints the meta box preferences for screen
meta.
Source: wp-admin/includes/screen.php:65
Used by 1 function | Uses 2 functions
meta_form()
Function: Prints the form in the Custom Fields meta box.
Source: wp-admin/includes/template.php:631
Used by 1 function | Uses 15 functions
ms_allowed_http_request_hosts()
Function: Whitelists any domain in a multisite
installation for safe HTTP requests.
Source: wp-includes/http.php:541
Used by 0 functions | Uses 3 functions
ms_cookie_constants()
Function: Defines Multisite cookie constants.
Source: wp-includes/ms-default-constants.php:47
Used by 0 functions | Uses 3 functions
ms_deprecated_blogs_file()
Function:
Source: wp-admin/includes/ms-deprecated.php:78
Used by 0 functions | Uses 0 functions
ms_file_constants()
Function: Defines Multisite file constants.
Source: wp-includes/ms-default-constants.php:92
Used by 0 functions | Uses 0 functions
ms_is_switched()
Function: Determines if switch_to_blog() is in effect
Source: wp-includes/ms-blogs.php:716
Used by 1 function | Uses 0 functions
ms_not_installed()
Function: Displays a failure message.
Source: wp-includes/ms-load.php:393
Used by 0 functions | Uses 8 functions
ms_site_check()
Function: Checks status of current blog.
Source: wp-includes/ms-load.php:73
Used by 0 functions | Uses 8 functions
ms_subdomain_constants()
Function: Defines Multisite subdomain constants and
handles warnings and notices.
ms_upload_constants()
Function: Defines Multisite upload constants.
Source: wp-includes/ms-default-constants.php:18
Used by 0 functions | Uses 2 functions
multisite_over_quota_message()
Function: Displays the out of storage quota message in
Multisite.
Source: wp-admin/includes/media.php:2623
Used by 0 functions | Uses 2 functions
mu_dropdown_languages()
Function: Generates and displays a drop-down of
available languages.
Source: wp-admin/includes/ms.php:673

Used by 0 functions | Uses 7 functions


mu_options()
Function:
Source: wp-admin/includes/ms-deprecated.php:36
Used by 0 functions | Uses 1 function
mysql2date()
Function: Convert given date string into a different
format.
Source: wp-includes/functions.php:26
Used by 36 functions | Uses 1 function
network_admin_url()
Function: Retrieve the url to the admin area for the
network.
Source: wp-includes/link-template.php:2963
Used by 20 functions | Uses 5 functions
network_domain_check()
Function: Check for an existing network.
Source: wp-admin/network.php:40
Used by 1 function | Uses 3 functions
network_home_url()
Function: Retrieves the home url for the current
network.
Source: wp-includes/link-template.php:2922
Used by 9 functions | Uses 8 functions
network_settings_add_js()
Function: Print JavaScript in the header on the Network
Settings screen.
Source: wp-admin/network/settings.php:30
Used by 0 functions | Uses 0 functions
network_site_url()
Function: Retrieve the site url for the current network.
network_step1()
Function: Prints step 1 for Network installation process.
Source: wp-admin/network.php:153
Used by 0 functions | Uses 17 functions
network_step2()
Function: Prints step 2 for Network installation process.
Source: wp-admin/network.php:322
Used by 0 functions | Uses 22 functions
newblog_notify_siteadmin()
Function: Notifies the network admin that a new site
has been activated.
Source: wp-includes/ms-functions.php:1186
Used by 0 functions | Uses 13 functions
newuser_notify_siteadmin()
Function: Notifies the network admin that a new user
has been activated.
Source: wp-includes/ms-functions.php:1231
Used by 0 functions | Uses 10 functions
new_user_email_admin_notice()
Function: Adds an admin notice alerting the user to
check for confirmation email after email address change.
Source: wp-admin/includes/ms.php:381
Used by 0 functions | Uses 3 functions
next_comments_link()
Function: Display the link to next comments page.
Source: wp-includes/link-template.php:2465
Used by 0 functions | Uses 1 function
next_image_link()
Function: Display next image link that has the same
post parent.
Source: wp-includes/media.php:1912
Used by 0 functions | Uses 1 function
next_post()
Function: Prints link to the next post.
Source: wp-includes/deprecated.php:173
Used by 0 functions | Uses 5 functions
next_posts()
Function: Display or return the next posts page link.
Source: wp-includes/link-template.php:2000
Used by 1 function | Uses 2 functions
next_posts_link()
Function: Display the next posts page link.

next_post_link()
Function: Display next post link that is adjacent to the
current post.
Source: wp-includes/link-template.php:1812
Used by 0 functions | Uses 1 function
next_post_rel_link()
Function: Display relational link for the next post
adjacent to the current post.
Source: wp-includes/link-template.php:1676
Used by 0 functions | Uses 1 function
next_widget_id_number()
Function:
Source: wp-admin/includes/widgets.php:126
Used by 2 functions | Uses 0 functions
nocache_headers()
Function: Set the headers to prevent caching for the
different browsers.
Source: wp-includes/functions.php:1049
Used by 5 functions | Uses 1 function
noindex()
Function: Display a noindex meta tag if required by the
blog configuration.
Source: wp-includes/general-template.php:2348
Used by 0 functions | Uses 2 functions
normalize_whitespace()
Function: Normalize EOL characters and strip duplicate
whitespace.
Source: wp-includes/formatting.php:3748
Used by 3 functions | Uses 0 functions
number_format_i18n()
Function: Convert integer number to format based on
the locale.
Source: wp-includes/functions.php:168
Used by 35 functions | Uses 3 functions
options_general_add_js()
Function: Display JavaScript on the page.
Source: wp-admin/options-general.php:28
Used by 0 functions | Uses 2 functions
options_permalink_add_js()
Function: Display JavaScript on the page.
Source: wp-admin/options-permalink.php:54
Used by 0 functions | Uses 0 functions
options_reading_add_js()
Function: Display JavaScript on the page.
options_reading_blog_charset()
Function: Render the blog charset setting.
Source: wp-admin/options-reading.php:48
Used by 0 functions | Uses 3 functions
option_update_filter()
Function:
Source: wp-admin/includes/plugin.php:1804
Used by 0 functions | Uses 1 function
page_attributes_meta_box()
Function: Display page attributes form fields.
Source: wp-admin/includes/meta-boxes.php:709
Used by 0 functions | Uses 11 functions
page_template_dropdown()
Function: Print out option HTML elements for the page
templates drop-down.
Source: wp-admin/includes/template.php:798
Used by 2 functions | Uses 3 functions
paginate_comments_links()
Function: Create pagination links for the comments on
the current post.
Source: wp-includes/link-template.php:2521
Used by 0 functions | Uses 11 functions
paginate_links()
Function: Retrieve paginated link for archive post
pages.
Source: wp-includes/general-template.php:2587
Used by 6 functions | Uses 16 functions
parent_dropdown()

Function: Print out option HTML elements for the page


parents drop-down.
Source: wp-admin/includes/template.php:818
Used by 1 function | Uses 6 functions
parent_post_rel_link()
Function: Display relational link for parent item
Source: wp-includes/deprecated.php:2828
Used by 0 functions | Uses 2 functions
parse_w3cdtf()
Function:
Source: wp-includes/rss.php:826
Used by 0 functions | Uses 0 functions
path_is_absolute()
Function: Test if a give filesystem path is absolute.
path_join()
Function: Join two filesystem paths together.
Source: wp-includes/functions.php:1568
Used by 7 functions | Uses 1 function
permalink_anchor()
Function: Display permalink anchor for current post.
Source: wp-includes/link-template.php:72
Used by 0 functions | Uses 2 functions
permalink_link()
Function: Print the permalink of the current post in the
loop.
Source: wp-includes/deprecated.php:860
Used by 0 functions | Uses 2 functions
permalink_single_rss()
Function: Print the permalink to the RSS feed.
Source: wp-includes/deprecated.php:875
Used by 0 functions | Uses 2 functions
pingback()
Function: Pings back the links found in a post.
Source: wp-includes/comment.php:2549
Used by 1 function | Uses 11 functions
pingback_ping_source_uri()
Function: Default filter attached to
pingback_ping_source_uri to validate the pingbacks
Source URI
Source: wp-includes/comment.php:2718
Used by 0 functions | Uses 1 function
pings_open()
Function: Whether the current post is open for pings.
Source: wp-includes/comment-template.php:1061
Used by 4 functions | Uses 3 functions
plugins_api()
Function: Retrieve plugin installer pages from
WordPress Plugins API.
Source: wp-admin/includes/plugin-install.php:29
Used by 4 functions | Uses 12 functions
plugins_url()
Function: Retrieve a URL within the plugins or muplugins directory.
Source: wp-includes/link-template.php:2830
Used by 2 functions | Uses 5 functions
plugin_basename()
Function: Gets the basename of a plugin.
plugin_dir_path()
Function: Get the filesystem directory path (with trailing
slash) for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:705
Used by 0 functions | Uses 1 function
plugin_dir_url()
Function: Get the URL directory path (with trailing slash)
for the plugin __FILE__ passed in.
Source: wp-includes/plugin.php:717
Used by 0 functions | Uses 2 functions
plugin_sandbox_scrape()
Function:
Source: wp-admin/plugins.php:149
Used by 0 functions | Uses 1 function
populate_network()
Function: Populate network settings.

Source: wp-admin/includes/schema.php:862
Used by 0 functions | Uses 26 functions
populate_options()
Function: Create WordPress options and set the default
values.
Source: wp-admin/includes/schema.php:331
Used by 3 functions | Uses 17 functions
populate_roles()
Function: Execute WordPress role creation for the
various WordPress versions.
Source: wp-admin/includes/schema.php:582
Used by 2 functions | Uses 8 functions
populate_roles_160()
Function: Create the roles for WordPress 2.0
Source: wp-admin/includes/schema.php:598
Used by 2 functions | Uses 3 functions
populate_roles_210()
Function: Create and modify WordPress roles for
WordPress 2.1.
Source: wp-admin/includes/schema.php:703
Used by 2 functions | Uses 1 function
populate_roles_230()
Function: Create and modify WordPress roles for
WordPress 2.3.
Source: wp-admin/includes/schema.php:750
Used by 2 functions | Uses 1 function
populate_roles_250()
Function: Create and modify WordPress roles for
WordPress 2.5.
populate_roles_260()
Function: Create and modify WordPress roles for
WordPress 2.6.
Source: wp-admin/includes/schema.php:776
Used by 2 functions | Uses 1 function
populate_roles_270()
Function: Create and modify WordPress roles for
WordPress 2.7.
Source: wp-admin/includes/schema.php:790
Used by 2 functions | Uses 1 function
populate_roles_280()
Function: Create and modify WordPress roles for
WordPress 2.8.
Source: wp-admin/includes/schema.php:804
Used by 2 functions | Uses 1 function
populate_roles_300()
Function: Create and modify WordPress roles for
WordPress 3.0.
Source: wp-admin/includes/schema.php:817
Used by 2 functions | Uses 1 function
popuplinks()
Function: Adds a element attributes to open links in
new windows.
Source: wp-includes/formatting.php:2355
Used by 0 functions | Uses 0 functions
postbox_classes()
Function: Returns the list of classes to be used by a
metabox
Source: wp-admin/includes/post.php:1091
Used by 2 functions | Uses 3 functions
posts_nav_link()
Function: Display post pages link navigation for
previous and next pages.
Source: wp-includes/link-template.php:2183
Used by 0 functions | Uses 1 function
post_author_meta_box()
Function: Display form field with list of authors.
Source: wp-admin/includes/meta-boxes.php:676
Used by 0 functions | Uses 2 functions
post_categories_meta_box()
Function: Display post categories form fields.
Source: wp-admin/includes/meta-boxes.php:457
Used by 0 functions | Uses 10 functions
post_class()

Function: Display the classes for the post div.


post_comments_feed_link()
Function: Display the comment feed link for a post.
Source: wp-includes/link-template.php:670
Used by 1 function | Uses 5 functions
post_comment_meta_box()
Function: Display comments for post.
Source: wp-admin/includes/meta-boxes.php:627
Used by 0 functions | Uses 9 functions
post_comment_meta_box_thead()
Function: Display comments for post table header
Source: wp-admin/includes/meta-boxes.php:615
Used by 0 functions | Uses 0 functions
post_comment_status_meta_box()
Function: Display comments status form fields.
Source: wp-admin/includes/meta-boxes.php:587
Used by 0 functions | Uses 5 functions
post_custom()
Function: Retrieve post custom meta data field.
Source: wp-includes/post-template.php:893
Used by 0 functions | Uses 1 function
post_custom_meta_box()
Function: Display custom fields form fields.
Source: wp-admin/includes/meta-boxes.php:563
Used by 0 functions | Uses 6 functions
post_excerpt_meta_box()
Function: Display post excerpt form fields.
Source: wp-admin/includes/meta-boxes.php:523
Used by 0 functions | Uses 1 function
post_exists()
Function: Determine if a post exists based on title,
content, and date
Source: wp-admin/includes/post.php:616
Used by 0 functions | Uses 4 functions
post_format_meta_box()
Function: Display post format form elements.
Source: wp-admin/includes/meta-boxes.php:358
Used by 0 functions | Uses 8 functions
post_form_autocomplete_off()
Function: Disables autocomplete on the post form
(Add/Edit Post screens) for WebKit browsers, as they
disregard the autocomplete setting on the editor
textarea. That can break the editor when the user
navigates to it with the browsers Back button. See
#28037
post_password_required()
Function: Whether post requires password and correct
password has been provided.
Source: wp-includes/post-template.php:699
Used by 6 functions | Uses 2 functions
post_permalink()
Function: Retrieve permalink from post ID.
Source: wp-includes/link-template.php:299
Used by 4 functions | Uses 2 functions
post_preview()
Function: Save draft or manually autosave for showing
preview.
Source: wp-admin/includes/post.php:1586
Used by 0 functions | Uses 15 functions
post_reply_link()
Function: Displays the HTML content for reply to post
link.
Source: wp-includes/comment-template.php:1529
Used by 0 functions | Uses 1 function
post_revisions_meta_box()
Function: Display list of revisions.
Source: wp-admin/includes/meta-boxes.php:696
Used by 0 functions | Uses 1 function
post_slug_meta_box()
Function: Display slug form fields.
Source: wp-admin/includes/meta-boxes.php:662
Used by 0 functions | Uses 4 functions
post_submit_meta_box()

Function: Display post submit form fields.


Source: wp-admin/includes/meta-boxes.php:12
Used by 0 functions | Uses 28 functions
post_tags_meta_box()
Function: Display post tags form fields.
Source: wp-admin/includes/meta-boxes.php:400
Used by 0 functions | Uses 8 functions
post_thumbnail_meta_box()
Function: Display post thumbnail meta box.
Source: wp-admin/includes/meta-boxes.php:1102
Used by 0 functions | Uses 2 functions
post_trackback_meta_box()
Function: Display trackback links form fields.
post_type_archive_title()
Function: Display or retrieve title for a post type
archive.
Source: wp-includes/general-template.php:942
Used by 3 functions | Uses 5 functions
post_type_exists()
Function: Check if a post type is registered.
Source: wp-includes/post.php:1117
Used by 7 functions | Uses 1 function
post_type_supports()
Function: Check a post types support for a given
feature.
Source: wp-includes/post.php:1779
Used by 18 functions | Uses 0 functions
prepend_attachment()
Function: Wrap attachment in paragraph tag before
content.
Source: wp-includes/post-template.php:1520
Used by 0 functions | Uses 11 functions
prep_atom_text_construct()
Function: Determine the type of a string of data with
the data formatted.
Source: wp-includes/feed.php:529
Used by 0 functions | Uses 0 functions
press_it()
Function: Press It form handler.
Source: wp-admin/press-this.php:26
Used by 0 functions | Uses 11 functions
press_this_media_buttons()
Function:
Source: wp-admin/press-this.php:651
Used by 0 functions | Uses 5 functions
preview_theme()
Function: Start preview theme output buffer.
Source: wp-includes/theme.php:648
Used by 0 functions | Uses 5 functions
preview_theme_ob_filter()
Function: Callback function for ob_start() to capture all
links in the theme.
Source: wp-includes/theme.php:713
Used by 0 functions | Uses 0 functions
preview_theme_ob_filter_callback()
Function: Manipulates preview theme links in order to
control and maintain location.
previous_comments_link()
Function: Display the previous comments page link.
Source: wp-includes/link-template.php:2508
Used by 0 functions | Uses 1 function
previous_image_link()
Function: Display previous image link that has the same
post parent.
Source: wp-includes/media.php:1900
Used by 0 functions | Uses 1 function
previous_post()
Function: Prints link to the previous post.
Source: wp-includes/deprecated.php:136
Used by 0 functions | Uses 5 functions
previous_posts()
Function: Display or return the previous posts page link.
Source: wp-includes/link-template.php:2088

Used by 1 function | Uses 2 functions


previous_posts_link()
Function: Display the previous posts page link.
Source: wp-includes/link-template.php:2131
Used by 0 functions | Uses 1 function
previous_post_link()
Function: Display previous post link that is adjacent to
the current post.
Source: wp-includes/link-template.php:1780
Used by 0 functions | Uses 1 function
prev_post_rel_link()
Function: Display relational link for the previous post
adjacent to the current post.
Source: wp-includes/link-template.php:1690
Used by 0 functions | Uses 1 function
pre_schema_upgrade()
Function: Runs before the schema is upgraded.
Source: wp-admin/includes/upgrade.php:2162
Used by 1 function | Uses 3 functions
print_admin_styles()
Function: Prints the styles queue in the HTML head on
admin pages.
Source: wp-includes/script-loader.php:931
Used by 0 functions | Uses 4 functions
print_column_headers()
Function: Prints column headers for a particular screen.
print_footer_scripts()
Function: Prints the scripts that were queued for the
footer or too late for the HTML head.
Source: wp-includes/script-loader.php:807
Used by 1 function | Uses 5 functions
print_head_scripts()
Function: Prints the script queue in the HTML head on
admin pages.
Source: wp-includes/script-loader.php:772
Used by 1 function | Uses 8 functions
print_late_styles()
Function: Prints the styles that were queued too late for
the HTML head.
Source: wp-includes/script-loader.php:961
Used by 1 function | Uses 4 functions
privacy_ping_filter()
Function: Check whether blog is public before returning
sites.
Source: wp-includes/comment.php:2637
Used by 0 functions | Uses 1 function
query_posts()
Function: Set up The Loop with query parameters.
Source: wp-includes/query.php:90
Used by 1 function | Uses 0 functions
rawurlencode_deep()
Function: Navigates through an array and raw encodes
the values to be used in a URL.
Source: wp-includes/formatting.php:1745
Used by 1 function | Uses 0 functions
recurse_dirsize()
Function: Get the size of a directory recursively.
Source: wp-includes/ms-functions.php:1680
Used by 2 functions | Uses 2 functions
redirect_canonical()
Function: Redirects incoming links to the proper URL
based on the site url.
Source: wp-includes/canonical.php:39
Used by 1 function | Uses 4 functions
redirect_guess_404_permalink()
Function: Attempts to guess the correct URL based on
query vars
Source: wp-includes/canonical.php:523
Used by 1 function | Uses 9 functions
redirect_post()
Function: Redirect to previous page.
redirect_this_site()

Function: Ensure that the current sites domain is listed


in the allowed redirect host list.
Source: wp-includes/ms-functions.php:1838
Used by 0 functions | Uses 1 function
refresh_blog_details()
Function: Clear the blog details cache.
Source: wp-includes/ms-blogs.php:240
Used by 5 functions | Uses 5 functions
refresh_user_details()
Function: Cleans the user cache for a specific user.
Source: wp-admin/includes/ms.php:537
Used by 0 functions | Uses 2 functions
register_activation_hook()
Function: Set the activation hook for a plugin.
Source: wp-includes/plugin.php:739
Used by 0 functions | Uses 2 functions
register_admin_color_schemes()
Function: Registers the default Admin color schemes
Source: wp-includes/general-template.php:2748
Used by 0 functions | Uses 4 functions
register_column_headers()
Function: Register column headers for a particular
screen.
Source: wp-admin/includes/list-table.php:66
Used by 0 functions | Uses 0 functions
register_deactivation_hook()
Function: Set the deactivation hook for a plugin.
Source: wp-includes/plugin.php:762
Used by 0 functions | Uses 2 functions
register_default_headers()
Function: Register a selection of default headers to be
displayed by the custom header admin UI.
Source: wp-includes/theme.php:1229
Used by 0 functions | Uses 0 functions
register_importer()
Function: Register importer for WordPress.
Source: wp-admin/includes/import.php:51
Used by 0 functions | Uses 1 function
register_meta()
Function: Register meta key
register_nav_menu()
Function: Register a navigation menu for a theme.
Source: wp-includes/nav-menu.php:105
Used by 0 functions | Uses 1 function
register_nav_menus()
Function: Register navigation menus for a theme.
Source: wp-includes/nav-menu.php:70
Used by 1 function | Uses 1 function
register_new_user()
Function: Handles registering a new user.
Source: wp-includes/user.php:2199
Used by 0 functions | Uses 17 functions
register_post_status()
Function: Register a post status. Do not use before init.
Source: wp-includes/post.php:976
Used by 1 function | Uses 2 functions
register_post_type()
Function: Register a post type. Do not use before init.
Source: wp-includes/post.php:1296
Used by 1 function | Uses 18 functions
register_setting()
Function: Register a setting and its sanitization callback
Source: wp-admin/includes/plugin.php:1749
Used by 1 function | Uses 3 functions
register_sidebar()
Function: Builds the definition for a single sidebar and
returns the ID.
Source: wp-includes/widgets.php:801
Used by 1 function | Uses 5 functions
register_sidebars()
Function: Creates multiple sidebars.
Source: wp-includes/widgets.php:728
Used by 0 functions | Uses 2 functions

register_sidebar_widget()
Function: Register widget for sidebar with backwards
compatibility.
Source: wp-includes/deprecated.php:2166
Used by 0 functions | Uses 2 functions
register_taxonomy()
Function: Create or modify a taxonomy object. Do not
use before init.
register_taxonomy_for_object_type()
Function: Add an already registered taxonomy to an
object type.
Source: wp-includes/taxonomy.php:504
Used by 1 function | Uses 1 function
register_theme_directory()
Function: Register a directory that contains themes.
Source: wp-includes/theme.php:365
Used by 0 functions | Uses 1 function
register_uninstall_hook()
Function: Set the uninstallation hook for a plugin.
Source: wp-includes/plugin.php:793
Used by 0 functions | Uses 5 functions
register_widget()
Function: Register a widget
Source: wp-includes/widgets.php:678
Used by 1 function | Uses 1 function
register_widget_control()
Function: Registers widget control callback for
customizing options.
Source: wp-includes/deprecated.php:2223
Used by 0 functions | Uses 2 functions
rel_canonical()
Function: Output rel=canonical for singular queries.
Source: wp-includes/link-template.php:3161
Used by 0 functions | Uses 4 functions
remove_accents()
Function: Converts all accent characters to ASCII
characters.
Source: wp-includes/formatting.php:822
Used by 2 functions | Uses 2 functions
remove_action()
Function: Removes a function from a specified action
hook.
Source: wp-includes/plugin.php:612
Used by 9 functions | Uses 1 function
remove_all_actions()
Function: Remove all of the hooks from an action.
Source: wp-includes/plugin.php:625
Used by 0 functions | Uses 1 function
remove_all_filters()
Function: Remove all of the hooks from a filter.
remove_all_shortcodes()
Function: Clear all shortcodes.
Source: wp-includes/shortcodes.php:122
Used by 1 function | Uses 0 functions
remove_custom_background()
Function: Remove custom background support.
Source: wp-includes/deprecated.php:3083
Used by 0 functions | Uses 2 functions
remove_custom_image_header()
Function: Remove image header support.
Source: wp-includes/deprecated.php:3046
Used by 0 functions | Uses 2 functions
remove_editor_styles()
Function: Removes all visual editor stylesheets.
Source: wp-includes/theme.php:1395
Used by 0 functions | Uses 3 functions
remove_filter()
Function: Removes a function from a specified filter
hook.
Source: wp-includes/plugin.php:296
Used by 18 functions | Uses 1 function
remove_image_size()
Function: Remove a new image size.

Source: wp-includes/media.php:259
Used by 0 functions | Uses 0 functions
remove_menu_page()
Function: Remove a top level admin menu
Source: wp-admin/includes/plugin.php:1419
Used by 0 functions | Uses 0 functions
remove_meta_box()
Function: Remove a meta box from an edit form.
Source: wp-admin/includes/template.php:1067
Used by 0 functions | Uses 2 functions
remove_option_update_handler()
Function: Unregister a setting
Source: wp-admin/includes/deprecated.php:192
Used by 0 functions | Uses 2 functions
remove_option_whitelist()
Function:
remove_post_type_support()
Function: Remove support for a feature from a post
type.
Source: wp-includes/post.php:1746
Used by 0 functions | Uses 0 functions
remove_query_arg()
Function: Removes an item or list from the query string.
Source: wp-includes/functions.php:809
Used by 14 functions | Uses 1 function
remove_role()
Function: Remove role, if it exists.
Source: wp-includes/capabilities.php:1488
Used by 0 functions | Uses 1 function
remove_shortcode()
Function: Removes hook for shortcode.
Source: wp-includes/shortcodes.php:105
Used by 0 functions | Uses 0 functions
remove_submenu_page()
Function: Remove an admin submenu
Source: wp-admin/includes/plugin.php:1441
Used by 0 functions | Uses 0 functions
remove_theme_mod()
Function: Remove theme modification name from
current theme list.
Source: wp-includes/theme.php:972
Used by 6 functions | Uses 4 functions
remove_theme_mods()
Function: Remove theme modifications option for
current theme.
Source: wp-includes/theme.php:992
Used by 1 function | Uses 4 functions
remove_theme_support()
Function: Allows a theme to de-register its support of a
certain feature
Source: wp-includes/theme.php:1707
Used by 2 functions | Uses 1 function
remove_user_from_blog()
Function: Remove a user from a blog.
Source: wp-includes/ms-functions.php:223
Used by 4 functions | Uses 12 functions
request_filesystem_credentials()
Function: Displays a form to the user to request for their
FTP/SSH details in order to connect to the filesystem.
require_if_theme_supports()
Function: Checks a themes support for a given feature
before loading the functions which implement it.
Source: wp-includes/theme.php:1844
Used by 0 functions | Uses 1 function
require_wp_db()
Function: Load the database class file and instantiate
the `$wpdb` global.
Source: wp-includes/load.php:342
Used by 0 functions | Uses 0 functions
reset_mbstring_encoding()
Function: Reset the mbstring internal encoding to a
users previously set encoding.
Source: wp-includes/functions.php:4787

Used by 10 functions | Uses 1 function


reset_password()
Function: Handles resetting the users password.
Source: wp-includes/user.php:2175
Used by 0 functions | Uses 5 functions
restore_current_blog()
Function: Restore the current blog, after calling
switch_to_blog()
Source: wp-includes/ms-blogs.php:652
Used by 24 functions | Uses 11 functions
retrieve_password()
Function: Handles sending password retrieval email to
user.
Source: wp-login.php:272
Used by 0 functions | Uses 21 functions
retrieve_widgets()
Function: Look for lost widgets, this has to run at least
on each theme change.
Source: wp-includes/widgets.php:1610
Used by 3 functions | Uses 3 functions
revoke_super_admin()
Function: Revokes Super Admin privileges.
Source: wp-admin/includes/ms.php:880
Used by 0 functions | Uses 6 functions
rewind_posts()
Function: Rewind the loop posts.
Source: wp-includes/query.php:775
Used by 0 functions | Uses 1 function
rich_edit_exists()
Function: Determine if TinyMCE is available.
rsd_link()
Function: Display the link to the Really Simple Discovery
service endpoint.
Source: wp-includes/general-template.php:2322
Used by 0 functions | Uses 1 function
rss_enclosure()
Function: Display the rss enclosure for the current post.
Source: wp-includes/feed.php:452
Used by 0 functions | Uses 4 functions
safecss_filter_attr()
Function: Inline CSS filter
Source: wp-includes/kses.php:1463
Used by 1 function | Uses 4 functions
sanitize_bookmark()
Function: Sanitizes all bookmark fields
Source: wp-includes/bookmark.php:305
Used by 3 functions | Uses 1 function
sanitize_bookmark_field()
Function: Sanitizes a bookmark field
Source: wp-includes/bookmark.php:355
Used by 5 functions | Uses 7 functions
sanitize_category()
Function: Sanitizes category data based on context.
Source: wp-includes/category.php:218
Used by 0 functions | Uses 1 function
sanitize_category_field()
Function: Sanitizes data in single category key field.
Source: wp-includes/category.php:233
Used by 0 functions | Uses 1 function
sanitize_comment_cookies()
Function: Sanitizes the cookies sent to the user already.
Source: wp-includes/comment.php:1039
Used by 0 functions | Uses 6 functions
sanitize_email()
Function: Strips out all characters that are not allowable
in an email.
Source: wp-includes/formatting.php:2368
Used by 3 functions | Uses 2 functions
sanitize_file_name()
Function: Sanitizes a filename, replacing whitespace
with dashes.
sanitize_hex_color()
Function: Sanitizes a hex color.

Source: wp-includes/class-wp-customizemanager.php:1270
Used by 1 function | Uses 0 functions
sanitize_hex_color_no_hash()
Function: Sanitizes a hex color without a hash. Use
sanitize_hex_color() when possible.
Source: wp-includes/class-wp-customizemanager.php:1295
Used by 2 functions | Uses 1 function
sanitize_html_class()
Function: Sanitizes an HTML classname to ensure it only
contains valid characters.
Source: wp-includes/formatting.php:1344
Used by 12 functions | Uses 2 functions
sanitize_key()
Function: Sanitizes a string key.
Source: wp-includes/formatting.php:1178
Used by 38 functions | Uses 2 functions
sanitize_meta()
Function: Sanitize meta value.
Source: wp-includes/meta.php:1578
Used by 3 functions | Uses 2 functions
sanitize_mime_type()
Function: Sanitize a mime type
Source: wp-includes/formatting.php:3869
Used by 1 function | Uses 2 functions
sanitize_option()
Function: Sanitises various option values based on the
nature of the option.
Source: wp-includes/formatting.php:3264
Used by 7 functions | Uses 15 functions
sanitize_post()
Function: Sanitize every post field.
Source: wp-includes/post.php:2080
Used by 7 functions | Uses 1 function
sanitize_post_field()
Function: Sanitize post field based on context.
Source: wp-includes/post.php:2119
Used by 5 functions | Uses 14 functions
sanitize_sql_orderby()
Function: Ensures a string is a valid SQL order by
clause.
sanitize_term()
Function: Sanitize Term all fields.
Source: wp-includes/taxonomy.php:2105
Used by 8 functions | Uses 1 function
sanitize_term_field()
Function: Cleanse the field value in the term based on
the context.
Source: wp-includes/taxonomy.php:2155
Used by 8 functions | Uses 13 functions
sanitize_text_field()
Function: Sanitize a string from user input or from the
db
Source: wp-includes/formatting.php:3792
Used by 3 functions | Uses 5 functions
sanitize_title()
Function: Sanitizes a title, or returns a fallback title.
Source: wp-includes/formatting.php:1208
Used by 29 functions | Uses 3 functions
sanitize_title_for_query()
Function: Sanitizes a title with the query context.
Source: wp-includes/formatting.php:1241
Used by 1 function | Uses 1 function
sanitize_title_with_dashes()
Function: Sanitizes a title, replacing whitespace and a
few other characters with dashes.
Source: wp-includes/formatting.php:1258
Used by 4 functions | Uses 2 functions
sanitize_trackback_urls()
Function: Sanitize space or carriage return separated
URLs that are used to send trackbacks.
Source: wp-includes/formatting.php:3890

Used by 2 functions | Uses 2 functions


sanitize_url()
Function: Performs esc_url() for database or redirect
usage.
Source: wp-includes/deprecated.php:2065
Used by 0 functions | Uses 2 functions
sanitize_user()
Function: Sanitizes a username, stripping out unsafe
characters.
Source: wp-includes/formatting.php:1140
Used by 12 functions | Uses 4 functions
sanitize_user_field()
Function: Sanitize user field based on context.
sanitize_user_object()
Function: Sanitize every user field.
Source: wp-includes/deprecated.php:2681
Used by 0 functions | Uses 2 functions
saveDomDocument()
Function: Saves the XML document into a file
Source: wp-admin/includes/misc.php:584
Used by 2 functions | Uses 0 functions
save_mod_rewrite_rules()
Function: Updates the htaccess file with the current
rules if it is writable.
Source: wp-admin/includes/misc.php:157
Used by 1 function | Uses 6 functions
screen_icon()
Function:
Source: wp-admin/includes/deprecated.php:1142
Used by 0 functions | Uses 1 function
screen_layout()
Function: Returns the screen layout options.
Source: wp-admin/includes/deprecated.php:795
Used by 0 functions | Uses 2 functions
screen_meta()
Function: Renders the screens help.
Source: wp-admin/includes/deprecated.php:837
Used by 0 functions | Uses 1 function
screen_options()
Function: Returns the screens per-page options.
Source: wp-admin/includes/deprecated.php:816
Used by 0 functions | Uses 2 functions
script_concat_settings()
Function: Determine the concatenation and
compression settings for scripts and styles.
Source: wp-includes/script-loader.php:1017
Used by 4 functions | Uses 2 functions
search_theme_directories()
Function: Search all registered theme directories for
complete and valid themes.
Source: wp-includes/theme.php:397
Used by 4 functions | Uses 4 functions
seems_utf8()
Function: Checks to see if a string is utf8 encoded.
selected()
Function: Outputs the html selected attribute.
Source: wp-includes/general-template.php:3051
Used by 21 functions | Uses 1 function
self_admin_url()
Function: Retrieve the url to the admin area for either
the current blog or the network depending on context.
Source: wp-includes/link-template.php:3020
Used by 23 functions | Uses 5 functions
self_link()
Function: Display the link for the currently displayed
feed in a XSS safe way.
Source: wp-includes/feed.php:562
Used by 0 functions | Uses 6 functions
send_confirmation_on_profile_email()
Function: Sends an email when an email address
change is requested.
Source: wp-admin/includes/ms.php:305
Used by 0 functions | Uses 16 functions

send_frame_options_header()
Function: Send a HTTP header to limit rendering of
pages to same origin iframes.
Source: wp-includes/functions.php:4418
Used by 0 functions | Uses 0 functions
send_nosniff_header()
Function: Send a HTTP header to disable content type
sniffing in browsers which support it.
Source: wp-includes/functions.php:4313
Used by 0 functions | Uses 0 functions
send_origin_headers()
Function: Send Access-Control-Allow-Origin and related
headers if the current request is from an allowed origin.
Source: wp-includes/http.php:420
Used by 1 function | Uses 3 functions
separate_comments()
Function: Separates an array of comments into an array
keyed by comment_type.
Source: wp-includes/comment.php:1265
Used by 2 functions | Uses 0 functions
settings_errors()
Function: Display settings errors registered by {@see
add_settings_error()}.
Source: wp-admin/includes/template.php:1421
Used by 0 functions | Uses 1 function
settings_fields()
Function: Output nonce, action, and option_page fields
for a settings page.
setup_postdata()
Function: Set up global post data.
Source: wp-includes/query.php:4693
Used by 6 functions | Uses 1 function
setup_userdata()
Function: Set up global user vars.
Source: wp-includes/user.php:1307
Used by 1 function | Uses 2 functions
set_current_screen()
Function: Set the current screen object
Source: wp-admin/includes/screen.php:184
Used by 1 function | Uses 1 function
set_current_user()
Function: Changes the current user by ID or name.
Source: wp-includes/pluggable-deprecated.php:33
Used by 0 functions | Uses 2 functions
set_post_format()
Function: Assign a format to a post
Source: wp-includes/post-formats.php:64
Used by 7 functions | Uses 5 functions
set_post_thumbnail()
Function: Set a post thumbnail.
Source: wp-includes/post.php:5759
Used by 5 functions | Uses 5 functions
set_post_thumbnail_size()
Function: Registers an image size for the post
thumbnail.
Source: wp-includes/media.php:282
Used by 0 functions | Uses 1 function
set_post_type()
Function: Update the post type for the post ID.
Source: wp-includes/post.php:1799
Used by 0 functions | Uses 3 functions
set_query_var()
Function: Set query variable.
Source: wp-includes/query.php:72
Used by 2 functions | Uses 1 function
set_screen_options()
Function: Saves option for number of rows when listing
posts, pages, comments, etc.
set_site_transient()
Function: Set/update the value of a site transient.
Source: wp-includes/option.php:1382
Used by 11 functions | Uses 10 functions
set_theme_mod()

Function: Update theme modification value for the


current theme.
Source: wp-includes/theme.php:939
Used by 10 functions | Uses 5 functions
set_transient()
Function: Set/update the value of a transient.
Source: wp-includes/option.php:628
Used by 12 functions | Uses 11 functions
set_url_scheme()
Function: Set the scheme for a URL
Source: wp-includes/link-template.php:3038
Used by 35 functions | Uses 4 functions
set_user_setting()
Function: Add or update user interface setting.
Source: wp-includes/option.php:780
Used by 1 function | Uses 2 functions
shortcode_atts()
Function: Combine user attributes with known
attributes and fill in defaults when needed.
Source: wp-includes/shortcodes.php:342
Used by 5 functions | Uses 2 functions
shortcode_exists()
Function: Whether a registered shortcode exists named
$tag
Source: wp-includes/shortcodes.php:137
Used by 1 function | Uses 0 functions
shortcode_parse_atts()
Function: Retrieve all attributes from the shortcodes
tag.
Source: wp-includes/shortcodes.php:302
Used by 3 functions | Uses 0 functions
shortcode_unautop()
Function: Dont auto-p wrap shortcodes that stand
alone
Source: wp-includes/formatting.php:490
Used by 0 functions | Uses 1 function
show_admin_bar()
Function: Set the display status of the admin bar.
show_blog_form()
Function: Generates and displays the Signup and Create
Site forms
Source: wp-signup.php:90
Used by 2 functions | Uses 8 functions
show_message()
Function:
Source: wp-admin/includes/misc.php:299
Used by 3 functions | Uses 2 functions
show_user_form()
Function: Display user registration form
Source: wp-signup.php:175
Used by 1 function | Uses 5 functions
shutdown_action_hook()
Function: Runs just before PHP shuts down execution.
Source: wp-includes/load.php:607
Used by 0 functions | Uses 3 functions
signup_another_blog()
Function: Allow returning users to sign up for another
site
Source: wp-signup.php:224
Used by 1 function | Uses 14 functions
signup_blog()
Function: Setup the new site signup
Source: wp-signup.php:518
Used by 2 functions | Uses 8 functions
signup_nonce_check()
Function: Process the signup nonce created in
signup_nonce_fields().
Source: wp-includes/ms-functions.php:1879
Used by 0 functions | Uses 3 functions
signup_nonce_fields()
Function: Add a nonce field to the signup page.
Source: wp-includes/ms-functions.php:1865
Used by 0 functions | Uses 1 function

signup_user()
Function: Setup the new user signup process
Source: wp-signup.php:396
Used by 2 functions | Uses 12 functions
single_cat_title()
Function: Display or retrieve page title for category
archive.
single_month_title()
Function: Display or retrieve page title for post archive
based on date.
Source: wp-includes/general-template.php:1091
Used by 0 functions | Uses 2 functions
single_post_title()
Function: Display or retrieve page title for post.
Source: wp-includes/general-template.php:909
Used by 1 function | Uses 3 functions
single_tag_title()
Function: Display or retrieve page title for tag post
archive.
Source: wp-includes/general-template.php:1006
Used by 1 function | Uses 1 function
single_term_title()
Function: Display or retrieve page title for taxonomy
term archive.
Source: wp-includes/general-template.php:1027
Used by 4 functions | Uses 8 functions
site_admin_notice()
Function: Displays an admin notice to upgrade all sites
after a core upgrade.
Source: wp-admin/includes/ms.php:722
Used by 0 functions | Uses 5 functions
site_url()
Function: Retrieve the site url for the current site.
Source: wp-includes/link-template.php:2672
Used by 25 functions | Uses 1 function
size_format()
Function: Convert number of bytes largest unit bytes
will fit into.
Source: wp-includes/functions.php:202
Used by 5 functions | Uses 1 function
smilies_init()
Function: Convert smiley code to the icon graphic file
equivalent.
Source: wp-includes/functions.php:2934
Used by 0 functions | Uses 2 functions
sort_menu()
Function:
Source: wp-admin/includes/menu.php:282
Used by 0 functions | Uses 0 functions
spawn_cron()
Function: Send request to run cron through HTTP
request that doesnt halt page loading.
startElement()
Function: XML callback function for the start of a new
XML tag.
Source: wp-admin/link-parse-opml.php:30
Used by 0 functions | Uses 0 functions
start_post_rel_link()
Function: Display relational link for the first post.
Source: wp-includes/deprecated.php:2758
Used by 0 functions | Uses 2 functions
start_wp()
Function: Sets up the WordPress Loop.
Source: wp-includes/deprecated.php:59
Used by 0 functions | Uses 5 functions
status_header()
Function: Set HTTP status header.
Source: wp-includes/functions.php:972
Used by 7 functions | Uses 3 functions
sticky_class()
Function: Display sticky CSS class, if a post is sticky.
Source: wp-includes/deprecated.php:3186
Used by 0 functions | Uses 2 functions

stick_post()
Function: Make a post sticky.
Source: wp-includes/post.php:2265
Used by 5 functions | Uses 2 functions
stream_preview_image()
Function: Streams image in post to browser, along with
enqueued changes in $_REQUEST[history]
Source: wp-admin/includes/image-edit.php:533
Used by 1 function | Uses 11 functions
stripslashes_deep()
Function: Navigates through an array and removes
slashes from the values.
Source: wp-includes/formatting.php:1708
Used by 6 functions | Uses 1 function
strip_shortcodes()
Function: Remove all shortcode tags from the given
content.
Source: wp-includes/shortcodes.php:379
Used by 1 function | Uses 1 function
strip_shortcode_tag()
Function:
submit_button()
Function: Echoes a submit button, with provided text
and appropriate class(es).
Source: wp-admin/includes/template.php:1801
Used by 37 functions | Uses 1 function
switch_theme()
Function: Switches the theme.
Source: wp-includes/theme.php:761
Used by 3 functions | Uses 12 functions
switch_to_blog()
Function: Switch the current blog.
Source: wp-includes/ms-blogs.php:578
Used by 25 functions | Uses 11 functions
sync_category_tag_slugs()
Function: Synchronize category and post tag slugs
when global terms are enabled.
Source: wp-admin/includes/ms.php:596
Used by 0 functions | Uses 2 functions
tag_description()
Function: Retrieve tag description.
Source: wp-includes/category-template.php:1209
Used by 0 functions | Uses 1 function
tag_escape()
Function: Escape an HTML tag name.
Source: wp-includes/formatting.php:3223
Used by 2 functions | Uses 2 functions
tag_exists()
Function:
Source: wp-admin/includes/taxonomy.php:196
Used by 0 functions | Uses 1 function
taxonomy_exists()
Function: Checks that the taxonomy name exists.
Source: wp-includes/taxonomy.php:227
Used by 27 functions | Uses 0 functions
term_description()
Function: Retrieve term description.
Source: wp-includes/category-template.php:1222
Used by 3 functions | Uses 6 functions
term_exists()
Function: Check if Term exists.
term_is_ancestor_of()
Function: Check if a term is an ancestor of another
term.
Source: wp-includes/taxonomy.php:2075
Used by 3 functions | Uses 2 functions
themes_api()
Function: Retrieve theme installer pages from
WordPress Themes API.
Source: wp-admin/includes/theme.php:317
Used by 6 functions | Uses 12 functions
theme_update_available()

Function: Check if there is an update for a theme


available.
Source: wp-admin/includes/theme.php:129
Used by 1 function | Uses 1 function
the_archive_description()
Function: Display category, tag, or term description.
Source: wp-includes/general-template.php:1204
Used by 0 functions | Uses 1 function
the_archive_title()
Function: Display the archive title based on the queried
object.
Source: wp-includes/general-template.php:1126
Used by 0 functions | Uses 1 function
the_attachment_link()
Function: Display an attachment page link using an
image or icon.
Source: wp-includes/post-template.php:1453
Used by 0 functions | Uses 2 functions
the_attachment_links()
Function: This was once used to display attachment
links. Now it is deprecated and stubbed.
Source: wp-admin/includes/deprecated.php:1131
Used by 0 functions | Uses 1 function
the_author()
Function: Display the name of the author of the current
post.
Source: wp-includes/author-template.php:58
Used by 0 functions | Uses 3 functions
the_author_aim()
Function: Display the AIM address of the author of the
current post.
Source: wp-includes/deprecated.php:1603
Used by 0 functions | Uses 2 functions
the_author_description()
Function: Display the description of the author of the
current post.
the_author_email()
Function: Display the email of the author of the current
post.
Source: wp-includes/deprecated.php:1491
Used by 0 functions | Uses 2 functions
the_author_firstname()
Function: Display the first name of the author of the
current post.
Source: wp-includes/deprecated.php:1407
Used by 0 functions | Uses 2 functions
the_author_icq()
Function: Display the ICQ number of the author of the
current post.
Source: wp-includes/deprecated.php:1519
Used by 0 functions | Uses 2 functions
the_author_ID()
Function: Display the ID of the author of the current
post.
Source: wp-includes/deprecated.php:1675
Used by 0 functions | Uses 2 functions
the_author_lastname()
Function: Display the last name of the author of the
current post.
Source: wp-includes/deprecated.php:1435
Used by 0 functions | Uses 2 functions
the_author_link()
Function: Display either authors link or authors name.
Source: wp-includes/author-template.php:184
Used by 0 functions | Uses 1 function
the_author_login()
Function: Display the login name of the author of the
current post.
Source: wp-includes/deprecated.php:1379
Used by 0 functions | Uses 2 functions
the_author_meta()
Function: Retrieve the requested data of the author of
the current post.

Source: wp-includes/author-template.php:144
Used by 12 functions | Uses 3 functions
the_author_msn()
Function: Display the MSN address of the author of the
current post.
Source: wp-includes/deprecated.php:1575
Used by 0 functions | Uses 2 functions
the_author_nickname()
Function: Display the nickname of the author of the
current post.
the_author_posts()
Function: Display the number of posts by the author of
the current post.
Source: wp-includes/author-template.php:209
Used by 0 functions | Uses 1 function
the_author_posts_link()
Function: Display an HTML link to the author page of
the author of the current post.
Source: wp-includes/author-template.php:224
Used by 0 functions | Uses 8 functions
the_author_url()
Function: Display the URL to the home page of the
author of the current post.
Source: wp-includes/deprecated.php:1647
Used by 0 functions | Uses 2 functions
the_author_yim()
Function: Display the Yahoo! IM name of the author of
the current post.
Source: wp-includes/deprecated.php:1547
Used by 0 functions | Uses 2 functions
the_category()
Function: Display the category list for the post.
Source: wp-includes/category-template.php:271
Used by 0 functions | Uses 1 function
the_category_head()
Function: Print category with optional text before and
after.
Source: wp-includes/deprecated.php:105
Used by 0 functions | Uses 3 functions
the_category_ID()
Function: Return or Print Category ID.
Source: wp-includes/deprecated.php:81
Used by 0 functions | Uses 2 functions
the_category_rss()
Function: Display the post categories in the feed.
Source: wp-includes/feed.php:418
Used by 0 functions | Uses 1 function
the_comment()
Function: Iterate comment index in the comment loop.
Source: wp-includes/query.php:821
Used by 0 functions | Uses 1 function
the_content()
Function: Display the post content.
the_content_feed()
Function: Display the post content for feeds.
Source: wp-includes/feed.php:207
Used by 0 functions | Uses 1 function
the_content_rss()
Function: Display the post content for the feed.
Source: wp-includes/deprecated.php:1709
Used by 0 functions | Uses 6 functions
the_date()
Function: Display or Retrieve the date the current post
was written (once per date)
Source: wp-includes/general-template.php:1822
Used by 0 functions | Uses 3 functions
the_date_xml()
Function: Outputs the date in iso8601 format for xml
files.
Source: wp-includes/general-template.php:1798
Used by 0 functions | Uses 2 functions
the_editor()
Function: Display editor: TinyMCE, HTML, or both.

Source: wp-includes/deprecated.php:2631
Used by 0 functions | Uses 2 functions
the_excerpt()
Function: Display the post excerpt.
Source: wp-includes/post-template.php:316
Used by 1 function | Uses 3 functions
the_excerpt_rss()
Function: Display the post excerpt for the feed.
Source: wp-includes/feed.php:216
Used by 0 functions | Uses 3 functions
the_feed_link()
Function: Display the permalink for the feed type.
Source: wp-includes/link-template.php:550
Used by 0 functions | Uses 4 functions
the_generator()
Function: Display the generator XML or Comment for
RSS, ATOM, etc.
Source: wp-includes/general-template.php:2933
Used by 2 functions | Uses 3 functions
the_guid()
Function: Display the Post Global Unique Identifier
(guid).
the_ID()
Function: Display the ID of the current item in the
WordPress Loop.
Source: wp-includes/post-template.php:16
Used by 3 functions | Uses 1 function
the_media_upload_tabs()
Function:
Source: wp-admin/includes/media.php:71
Used by 1 function | Uses 6 functions
the_modified_author()
Function: Display the name of the author who last
edited the current post.
Source: wp-includes/author-template.php:98
Used by 0 functions | Uses 1 function
the_modified_date()
Function: Display the date on which the post was last
modified.
Source: wp-includes/general-template.php:1900
Used by 0 functions | Uses 3 functions
the_modified_time()
Function: Display the time at which the post was last
modified.
Source: wp-includes/general-template.php:2053
Used by 0 functions | Uses 3 functions
the_permalink()
Function: Display the permalink for the current post.
Source: wp-includes/link-template.php:14
Used by 3 functions | Uses 4 functions
the_permalink_rss()
Function: Display the permalink to the post for use in
feeds.
Source: wp-includes/feed.php:233
Used by 2 functions | Uses 4 functions
the_post()
Function: Iterate the post index in the loop.
Source: wp-includes/query.php:788
Used by 2 functions | Uses 1 function
the_posts_navigation()
Function: Display navigation to next/previous set of
posts when applicable.
Source: wp-includes/link-template.php:2288
Used by 0 functions | Uses 1 function
the_posts_pagination()
Function: Display a paginated navigation to
next/previous set of posts, when applicable.
the_post_navigation()
Function: Display navigation to next/previous post when
applicable.
Source: wp-includes/link-template.php:2229
Used by 0 functions | Uses 1 function
the_post_password()

Function: Display the post password.


Source: wp-admin/includes/template.php:1487
Used by 0 functions | Uses 2 functions
the_post_thumbnail()
Function: Display Post Thumbnail.
Source: wp-includes/post-thumbnail-template.php:45
Used by 0 functions | Uses 1 function
the_search_query()
Function: Display the contents of the search query
variable.
Source: wp-includes/general-template.php:2489
Used by 1 function | Uses 4 functions
the_shortlink()
Function: Display the Short Link for a Post
Source: wp-includes/link-template.php:3297
Used by 0 functions | Uses 7 functions
the_tags()
Function: Retrieve the tags for a post.
Source: wp-includes/category-template.php:1195
Used by 0 functions | Uses 2 functions
the_taxonomies()
Function: Display the taxonomies of a post with
available options.
Source: wp-includes/taxonomy.php:4123
Used by 0 functions | Uses 2 functions
the_terms()
Function: Display the terms in a list.
Source: wp-includes/category-template.php:1326
Used by 0 functions | Uses 4 functions
the_time()
Function: Display the time at which the post was
written.
Source: wp-includes/general-template.php:1957
Used by 0 functions | Uses 3 functions
the_title()
Function: Display or retrieve the current post title with
optional content.
the_title_attribute()
Function: Sanitize the current title when retrieving or
displaying.
Source: wp-includes/post-template.php:78
Used by 4 functions | Uses 4 functions
the_title_rss()
Function: Display the post title in the feed.
Source: wp-includes/feed.php:168
Used by 0 functions | Uses 1 function
the_weekday()
Function: Display the weekday on which the post was
written.
Source: wp-includes/general-template.php:2137
Used by 0 functions | Uses 5 functions
the_weekday_date()
Function: Display the weekday on which the post was
written.
Source: wp-includes/general-template.php:2163
Used by 0 functions | Uses 5 functions
the_widget()
Function: Output an arbitrary widget as a template tag.
Source: wp-includes/widgets.php:1551
Used by 0 functions | Uses 3 functions
timer_start()
Function: Start the WordPress micro-timer.
Source: wp-includes/load.php:209
Used by 0 functions | Uses 0 functions
timer_stop()
Function: Retrieve or display the time from the page
start to when function is called.
Source: wp-includes/load.php:230
Used by 0 functions | Uses 1 function
tinymce_include()
Function:
Source: wp-admin/includes/deprecated.php:21
Used by 0 functions | Uses 2 functions

touch_time()
Function: Print out HTML form date elements for editing
post or comment publish date.
Source: wp-admin/includes/template.php:716
Used by 2 functions | Uses 9 functions
trackback()
Function: Send a Trackback.
trackback_rdf()
Function: Generate and display the RDF for the
trackback information of current post.
Source: wp-includes/comment-template.php:1005
Used by 0 functions | Uses 5 functions
trackback_response()
Function: Response to a trackback.
Source: wp-trackback.php:27
Used by 0 functions | Uses 1 function
trackback_url()
Function: Display the current posts trackback URL.
Source: wp-includes/comment-template.php:987
Used by 0 functions | Uses 3 functions
trackback_url_list()
Function: Do trackbacks for a list of URLs.
Source: wp-includes/post.php:4094
Used by 0 functions | Uses 3 functions
trailingslashit()
Function: Appends a trailing slash.
Source: wp-includes/formatting.php:1660
Used by 57 functions | Uses 1 function
translate()
Function: Retrieve the translation of $text.
Source: wp-includes/l10n.php:87
Used by 12 functions | Uses 4 functions
translate_level_to_role()
Function: Translate user level to user role name.
Source: wp-admin/includes/upgrade.php:2093
Used by 1 function | Uses 0 functions
translate_nooped_plural()
Function: Translate the result of _n_noop() or
_nx_noop().
Source: wp-includes/l10n.php:413
Used by 5 functions | Uses 2 functions
translate_smiley()
Function: Convert one smiley code to the icon graphic
file equivalent.
Source: wp-includes/formatting.php:2030
Used by 0 functions | Uses 6 functions
translate_user_role()
Function: Translates role name.
translate_with_context()
Function: Translates $text like translate(), but assumes
that the text contains a context after its last vertical bar.
Source: wp-includes/deprecated.php:1813
Used by 0 functions | Uses 3 functions
translate_with_gettext_context()
Function: Retrieve the translation of $text in the context
defined in $context.
Source: wp-includes/l10n.php:135
Used by 4 functions | Uses 4 functions
translations_api()
Function: Retrieve translations from WordPress
Translation API.
Source: wp-admin/includes/translation-install.php:19
Used by 1 function | Uses 11 functions
twentyeleven_admin_enqueue_scripts()
Function: Properly enqueue styles and scripts for our
theme options page.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:19
Used by 0 functions | Uses 0 functions
twentyeleven_admin_header_image()
Function: Custom header image markup displayed on
the Appearance > Header admin panel.

Source: wpcontent/themes/twentyeleven/functions.php:330
Used by 0 functions | Uses 0 functions
twentyeleven_admin_header_style()
Function: Styles the header image displayed on the
Appearance > Header admin panel.
Source: wpcontent/themes/twentyeleven/functions.php:280
Used by 0 functions | Uses 0 functions
twentyeleven_auto_excerpt_more()
Function: Replace [.
Source: wpcontent/themes/twentyeleven/functions.php:392
Used by 0 functions | Uses 0 functions
twentyeleven_body_classes()
Function: Add two classes to the array of body classes.
Source: wpcontent/themes/twentyeleven/functions.php:689
Used by 0 functions | Uses 0 functions
twentyeleven_color_schemes()
Function: Return an array of color schemes registered
for Twenty Eleven.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:146
Used by 0 functions | Uses 0 functions
twentyeleven_comment()
Function: Template for comments and pingbacks.
twentyeleven_content_nav()
Function: Display navigation to next/previous pages
when applicable.
Source: wpcontent/themes/twentyeleven/functions.php:501
Used by 0 functions | Uses 0 functions
twentyeleven_continue_reading_link()
Function: Return a Continue Reading link for excerpts
Source: wpcontent/themes/twentyeleven/functions.php:374
Used by 0 functions | Uses 0 functions
twentyeleven_customize_preview_js()
Function: Bind JS handlers to make Theme Customizer
preview reload changes asynchronously.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:583
Used by 0 functions | Uses 0 functions
twentyeleven_customize_register()
Function: Implements Twenty Eleven theme options into
Theme Customizer
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:508
Used by 0 functions | Uses 0 functions
twentyeleven_custom_excerpt_more()
Function: Add a pretty Continue Reading link to
custom post excerpts.
Source: wpcontent/themes/twentyeleven/functions.php:408
Used by 0 functions | Uses 0 functions
twentyeleven_enqueue_color_scheme()
Function: Enqueue the styles for the current color
scheme.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:398
Used by 0 functions | Uses 0 functions
twentyeleven_excerpt_length()
Function: Set the post excerpt length to 40 words.
Source: wpcontent/themes/twentyeleven/functions.php:361
Used by 0 functions | Uses 0 functions
twentyeleven_footer_sidebar_class()
Function: Count the number of footer sidebars to enable
dynamic classes for the footer.
Source: wpcontent/themes/twentyeleven/functions.php:554
Used by 0 functions | Uses 0 functions

twentyeleven_get_default_link_color()
Function: Return the default link color for Twenty
Eleven, based on color scheme.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:242
Used by 0 functions | Uses 0 functions
twentyeleven_get_default_theme_options()
Function: Return the default options for Twenty Eleven.
twentyeleven_get_first_url()
Function: Return the first link from the post content. If
none found, the post permalink is used as a fallback.
Source: wpcontent/themes/twentyeleven/functions.php:524
Used by 0 functions | Uses 0 functions
twentyeleven_get_gallery_images()
Function: Retrieve the IDs for images in a gallery.
Source: wpcontent/themes/twentyeleven/functions.php:711
Used by 0 functions | Uses 0 functions
twentyeleven_get_theme_options()
Function: Return the options array for Twenty Eleven.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:260
Used by 0 functions | Uses 0 functions
twentyeleven_header_style()
Function: Styles the header image and text displayed
on the blog.
Source: wpcontent/themes/twentyeleven/functions.php:238
Used by 0 functions | Uses 0 functions
twentyeleven_layouts()
Function: Return an array of layout options registered
for Twenty Eleven.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:177
Used by 0 functions | Uses 0 functions
twentyeleven_layout_classes()
Function: Add Twenty Eleven layout classes to the array
of body classes.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:471
Used by 0 functions | Uses 0 functions
twentyeleven_option_page_capability()
Function: Change the capability required to save the
twentyeleven_options options group.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:81
Used by 0 functions | Uses 0 functions
twentyeleven_page_menu_args()
Function: Show a home link for the wp_nav_menu()
fallback, wp_page_menu().
Source: wpcontent/themes/twentyeleven/functions.php:424
Used by 0 functions | Uses 0 functions
twentyeleven_posted_on()
Function: Print HTML with meta information for the
current post-date/time and author.
Source: wpcontent/themes/twentyeleven/functions.php:665
Used by 0 functions | Uses 0 functions
twentyeleven_print_link_color_style()
Function: Add a style block to the theme for the current
link color.
twentyeleven_settings_field_color_scheme()
Function: Render the Color Scheme setting field.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:269
Used by 0 functions | Uses 0 functions
twentyeleven_settings_field_layout()
Function: Render the Layout setting field.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:310
Used by 0 functions | Uses 0 functions

twentyeleven_settings_field_link_color()
Function: Render the Link Color setting field.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:293
Used by 0 functions | Uses 0 functions
twentyeleven_setup()
Function: Set up theme defaults and registers support
for various WordPress features.
Source: wpcontent/themes/twentyeleven/functions.php:71
Used by 0 functions | Uses 0 functions
twentyeleven_theme_options_add_page()
Function: Add a theme options page to the admin
menu, including some help documentation.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:93
Used by 0 functions | Uses 0 functions
twentyeleven_theme_options_help()
Function:
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:109
Used by 0 functions | Uses 0 functions
twentyeleven_theme_options_init()
Function: Register the form setting for our
twentyeleven_options array.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:37
Used by 0 functions | Uses 0 functions
twentyeleven_theme_options_render_page()
Function: Render the theme options page for Twenty
Eleven.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:332
Used by 0 functions | Uses 0 functions
twentyeleven_theme_options_validate()
Function: Sanitize and validate form input.
Source: wp-content/themes/twentyeleven/inc/themeoptions.php:363
Used by 0 functions | Uses 0 functions
twentyeleven_url_grabber()
Function: Return the URL for the first link found in the
post content.
twentyeleven_widgets_init()
Function: Register sidebars and widgetized areas.
Source: wpcontent/themes/twentyeleven/functions.php:438
Used by 0 functions | Uses 0 functions
twentyfourteen_admin_fonts()
Function: Enqueue Google fonts style to admin screen
for custom header display.
Source: wpcontent/themes/twentyfourteen/functions.php:268
Used by 0 functions | Uses 0 functions
twentyfourteen_admin_header_image()
Function: Create the custom header image markup
displayed on the Appearance > Header screen.
Source: wp-content/themes/twentyfourteen/inc/customheader.php:137
Used by 0 functions | Uses 0 functions
twentyfourteen_admin_header_style()
Function: Style the header image displayed on the
Appearance > Header screen.
Source: wp-content/themes/twentyfourteen/inc/customheader.php:99
Used by 0 functions | Uses 0 functions
twentyfourteen_body_classes()
Function: Extend the default WordPress body classes.
Source: wpcontent/themes/twentyfourteen/functions.php:400
Used by 0 functions | Uses 0 functions
twentyfourteen_categorized_blog()
Function: Find out if blog has more than one category.

Source: wp-content/themes/twentyfourteen/inc/templatetags.php:130
Used by 0 functions | Uses 0 functions
twentyfourteen_category_transient_flusher()
Function: Flush out the transients used in
twentyfourteen_categorized_blog.
Source: wp-content/themes/twentyfourteen/inc/templatetags.php:157
Used by 0 functions | Uses 0 functions
twentyfourteen_content_width()
Function: Adjust content_width value for image
attachment template.
Source: wpcontent/themes/twentyfourteen/functions.php:125
Used by 0 functions | Uses 0 functions
twentyfourteen_contextual_help()
Function: Add contextual help to the Themes and Post
edit screens.
Source: wpcontent/themes/twentyfourteen/inc/customizer.php:92
Used by 0 functions | Uses 0 functions
twentyfourteen_customize()
Function: Prevent the Theme Customizer from being
loaded on WordPress versions prior to 3.6.
twentyfourteen_customize_preview_js()
Function: Bind JS handlers to make Theme Customizer
preview reload changes asynchronously.
Source: wpcontent/themes/twentyfourteen/inc/customizer.php:82
Used by 0 functions | Uses 0 functions
twentyfourteen_customize_register()
Function: Implement Theme Customizer additions and
adjustments.
Source: wpcontent/themes/twentyfourteen/inc/customizer.php:17
Used by 0 functions | Uses 0 functions
twentyfourteen_custom_header_setup()
Function: Set up the WordPress core custom header
settings.
Source: wp-content/themes/twentyfourteen/inc/customheader.php:19
Used by 0 functions | Uses 0 functions
twentyfourteen_font_url()
Function: Register Lato Google font for Twenty Fourteen.
Source: wpcontent/themes/twentyfourteen/functions.php:207
Used by 0 functions | Uses 0 functions
twentyfourteen_get_featured_posts()
Function: Getter function for Featured Content Plugin.
Source: wpcontent/themes/twentyfourteen/functions.php:139
Used by 0 functions | Uses 0 functions
twentyfourteen_has_featured_posts()
Function: A helper conditional function that returns a
boolean value.
Source: wpcontent/themes/twentyfourteen/functions.php:157
Used by 0 functions | Uses 0 functions
twentyfourteen_header_style()
Function: Styles the header image and text displayed
on the blog
Source: wp-content/themes/twentyfourteen/inc/customheader.php:57
Used by 0 functions | Uses 0 functions
twentyfourteen_list_authors()
Function: Print a list of all site contributors who
published at least one post.
Source: wpcontent/themes/twentyfourteen/functions.php:346
Used by 0 functions | Uses 0 functions
twentyfourteen_paging_nav()
Function: Display navigation to next/previous set of
posts when applicable.

Source: wp-content/themes/twentyfourteen/inc/templatetags.php:19
Used by 0 functions | Uses 0 functions
twentyfourteen_posted_on()
Function: Print HTML with meta information for the
current post-date/time and author.
twentyfourteen_post_classes()
Function: Extend the default WordPress post classes.
Source: wpcontent/themes/twentyfourteen/functions.php:451
Used by 0 functions | Uses 0 functions
twentyfourteen_post_nav()
Function: Display navigation to next/previous post when
applicable.
Source: wp-content/themes/twentyfourteen/inc/templatetags.php:74
Used by 0 functions | Uses 0 functions
twentyfourteen_post_thumbnail()
Function: Display an optional post thumbnail.
Source: wp-content/themes/twentyfourteen/inc/templatetags.php:172
Used by 0 functions | Uses 0 functions
twentyfourteen_preview()
Function: Prevent the Theme Preview from being loaded
on WordPress versions prior to 3.4.
Source: wp-content/themes/twentyfourteen/inc/backcompat.php:58
Used by 0 functions | Uses 0 functions
twentyfourteen_sanitize_layout()
Function: Sanitize the Featured Content layout value.
Source: wpcontent/themes/twentyfourteen/inc/customizer.php:69
Used by 0 functions | Uses 0 functions
twentyfourteen_scripts()
Function: Enqueue scripts and styles for the front end.
Source: wpcontent/themes/twentyfourteen/functions.php:225
Used by 0 functions | Uses 0 functions
twentyfourteen_setup()
Function: Twenty Fourteen setup.
Source: wpcontent/themes/twentyfourteen/functions.php:58
Used by 0 functions | Uses 0 functions
twentyfourteen_switch_theme()
Function: Prevent switching to Twenty Fourteen on old
versions of WordPress.
Source: wp-content/themes/twentyfourteen/inc/backcompat.php:21
Used by 0 functions | Uses 0 functions
twentyfourteen_the_attached_image()
Function: Print the attached image with a link to the
next attached image.
Source: wpcontent/themes/twentyfourteen/functions.php:279
Used by 0 functions | Uses 0 functions
twentyfourteen_upgrade_notice()
Function: Add message for unsuccessful theme switch.
twentyfourteen_widgets_init()
Function: Register three Twenty Fourteen widget areas.
Source: wpcontent/themes/twentyfourteen/functions.php:166
Used by 0 functions | Uses 0 functions
twentyfourteen_wp_title()
Function: Create a nicely formatted and more specific
title element text for output in head of document, based
on current view.
Source: wpcontent/themes/twentyfourteen/functions.php:473
Used by 0 functions | Uses 0 functions
twentyten_admin_header_style()
Function: Style the header image displayed on the
Appearance > Header admin panel.
Source: wp-content/themes/twentyten/functions.php:221

Used by 0 functions | Uses 0 functions


twentyten_auto_excerpt_more()
Function: Replace [.
Source: wp-content/themes/twentyten/functions.php:297
Used by 0 functions | Uses 0 functions
twentyten_comment()
Function: Template for comments and pingbacks.
Source: wp-content/themes/twentyten/functions.php:364
Used by 0 functions | Uses 0 functions
twentyten_continue_reading_link()
Function: Return a Continue Reading link for excerpts.
Source: wp-content/themes/twentyten/functions.php:279
Used by 0 functions | Uses 0 functions
twentyten_custom_excerpt_more()
Function: Add a pretty Continue Reading link to
custom post excerpts.
Source: wp-content/themes/twentyten/functions.php:313
Used by 0 functions | Uses 0 functions
twentyten_excerpt_length()
Function: Set the post excerpt length to 40 characters.
Source: wp-content/themes/twentyten/functions.php:266
Used by 0 functions | Uses 0 functions
twentyten_get_gallery_images()
Function: Retrieve the IDs for images in a gallery.
Source: wp-content/themes/twentyten/functions.php:564
Used by 0 functions | Uses 0 functions
twentyten_page_menu_args()
Function: Show a home link for our wp_nav_menu()
fallback, wp_page_menu().
twentyten_posted_in()
Function: Print HTML with meta information for the
current post (category, tags and permalink).
Source: wp-content/themes/twentyten/functions.php:533
Used by 0 functions | Uses 0 functions
twentyten_posted_on()
Function: Print HTML with meta information for the
current post-date/time and author.
Source: wp-content/themes/twentyten/functions.php:510
Used by 0 functions | Uses 0 functions
twentyten_remove_gallery_css()
Function: Deprecated way to remove inline styles
printed when the gallery shortcode is used.
Source: wp-content/themes/twentyten/functions.php:342
Used by 0 functions | Uses 0 functions
twentyten_remove_recent_comments_style()
Function: Remove the default styles that are packaged
with the Recent Comments widget.
Source: wp-content/themes/twentyten/functions.php:499
Used by 0 functions | Uses 0 functions
twentyten_setup()
Function: Set up theme defaults and registers support
for various WordPress features.
Source: wp-content/themes/twentyten/functions.php:73
Used by 0 functions | Uses 0 functions
twentyten_widgets_init()
Function: Register widgetized areas, including two
sidebars and four widget-ready columns in the footer.
Source: wp-content/themes/twentyten/functions.php:417
Used by 0 functions | Uses 0 functions
twentythirteen_admin_header_image()
Function: Output markup to be displayed on the
Appearance > Header admin panel.
Source: wp-content/themes/twentythirteen/inc/customheader.php:218
Used by 0 functions | Uses 0 functions
twentythirteen_admin_header_style()
Function: Style the header image displayed on the
Appearance > Header admin panel.
Source: wp-content/themes/twentythirteen/inc/customheader.php:152
Used by 0 functions | Uses 0 functions
twentythirteen_body_class()
Function: Extend the default WordPress body classes.

Source: wpcontent/themes/twentythirteen/functions.php:477
Used by 0 functions | Uses 0 functions
twentythirteen_content_width()
Function: Adjust content_width value for video post
formats and attachment templates.
twentythirteen_customize()
Function: Prevent the Theme Customizer from being
loaded on WordPress versions prior to 3.6.
Source: wp-content/themes/twentythirteen/inc/backcompat.php:46
Used by 0 functions | Uses 0 functions
twentythirteen_customize_preview_js()
Function: Enqueue Javascript postMessage handlers for
the Customizer.
Source: wpcontent/themes/twentythirteen/functions.php:528
Used by 0 functions | Uses 0 functions
twentythirteen_customize_register()
Function: Add postMessage support for site title and
description for the Customizer.
Source: wpcontent/themes/twentythirteen/functions.php:513
Used by 0 functions | Uses 0 functions
twentythirteen_custom_header_fonts()
Function: Load our special font CSS files.
Source: wp-content/themes/twentythirteen/inc/customheader.php:70
Used by 0 functions | Uses 0 functions
twentythirteen_custom_header_setup()
Function: Set up the WordPress core custom header
arguments and settings.
Source: wp-content/themes/twentythirteen/inc/customheader.php:23
Used by 0 functions | Uses 0 functions
twentythirteen_entry_date()
Function: Print HTML with date information for current
post.
Source: wpcontent/themes/twentythirteen/functions.php:361
Used by 0 functions | Uses 0 functions
twentythirteen_entry_meta()
Function: Print HTML with meta information for current
post: categories, tags, permalink, author, and date.
Source: wpcontent/themes/twentythirteen/functions.php:320
Used by 0 functions | Uses 0 functions
twentythirteen_fonts_url()
Function: Return the Google font stylesheet URL, if
available.
Source: wpcontent/themes/twentythirteen/functions.php:121
Used by 0 functions | Uses 0 functions
twentythirteen_get_link_url()
Function: Return the post URL.
Source: wpcontent/themes/twentythirteen/functions.php:457
Used by 0 functions | Uses 0 functions
twentythirteen_header_style()
Function: Style the header text displayed on the blog.
twentythirteen_paging_nav()
Function: Display navigation to next/previous set of
posts when applicable.
Source: wpcontent/themes/twentythirteen/functions.php:258
Used by 0 functions | Uses 0 functions
twentythirteen_post_nav()
Function: Display navigation to next/previous post when
applicable.
Source: wpcontent/themes/twentythirteen/functions.php:289
Used by 0 functions | Uses 0 functions
twentythirteen_preview()

Function: Prevent the Theme Preview from being loaded


on WordPress versions prior to 3.4.
Source: wp-content/themes/twentythirteen/inc/backcompat.php:58
Used by 0 functions | Uses 0 functions
twentythirteen_scripts_styles()
Function: Enqueue scripts and styles for the front end.
Source: wpcontent/themes/twentythirteen/functions.php:160
Used by 0 functions | Uses 0 functions
twentythirteen_setup()
Function: Twenty Thirteen setup.
Source: wpcontent/themes/twentythirteen/functions.php:60
Used by 0 functions | Uses 0 functions
twentythirteen_switch_theme()
Function: Prevent switching to Twenty Thirteen on old
versions of WordPress.
Source: wp-content/themes/twentythirteen/inc/backcompat.php:21
Used by 0 functions | Uses 0 functions
twentythirteen_the_attached_image()
Function: Print the attached image with a link to the
next attached image.
Source: wpcontent/themes/twentythirteen/functions.php:387
Used by 0 functions | Uses 0 functions
twentythirteen_upgrade_notice()
Function: Add message for unsuccessful theme switch.
Source: wp-content/themes/twentythirteen/inc/backcompat.php:36
Used by 0 functions | Uses 0 functions
twentythirteen_widgets_init()
Function: Register two widget areas.
Source: wpcontent/themes/twentythirteen/functions.php:229
Used by 0 functions | Uses 0 functions
twentythirteen_wp_title()
Function: Filter the page title.
twentytwelve_admin_header_image()
Function: Output markup to be displayed on the
Appearance > Header admin panel.
Source: wp-content/themes/twentytwelve/inc/customheader.php:149
Used by 0 functions | Uses 0 functions
twentytwelve_admin_header_style()
Function: Style the header image displayed on the
Appearance > Header admin panel.
Source: wp-content/themes/twentytwelve/inc/customheader.php:107
Used by 0 functions | Uses 0 functions
twentytwelve_body_class()
Function: Extend the default WordPress body classes.
Source: wpcontent/themes/twentytwelve/functions.php:424
Used by 0 functions | Uses 0 functions
twentytwelve_comment()
Function: Template for comments and pingbacks.
Source: wpcontent/themes/twentytwelve/functions.php:305
Used by 0 functions | Uses 0 functions
twentytwelve_content_nav()
Function: Displays navigation to next/previous pages
when applicable.
Source: wpcontent/themes/twentytwelve/functions.php:279
Used by 0 functions | Uses 0 functions
twentytwelve_content_width()
Function: Adjust content width in certain contexts.
Source: wpcontent/themes/twentytwelve/functions.php:465
Used by 0 functions | Uses 0 functions
twentytwelve_customize_preview_js()

Function: Enqueue Javascript postMessage handlers for


the Customizer.
Source: wpcontent/themes/twentytwelve/functions.php:496
Used by 0 functions | Uses 0 functions
twentytwelve_customize_register()
Function: Register postMessage support.
Source: wpcontent/themes/twentytwelve/functions.php:482
Used by 0 functions | Uses 0 functions
twentytwelve_custom_header_fonts()
Function: Load our special font CSS file.
Source: wp-content/themes/twentytwelve/inc/customheader.php:55
Used by 0 functions | Uses 0 functions
twentytwelve_custom_header_setup()
Function: Set up the WordPress core custom header
arguments and settings.
twentytwelve_entry_meta()
Function: Set up post entry meta.
Source: wpcontent/themes/twentytwelve/functions.php:368
Used by 0 functions | Uses 0 functions
twentytwelve_get_font_url()
Function: Return the Google font stylesheet URL if
available.
Source: wpcontent/themes/twentytwelve/functions.php:95
Used by 0 functions | Uses 0 functions
twentytwelve_header_style()
Function: Style the header text displayed on the blog.
Source: wp-content/themes/twentytwelve/inc/customheader.php:69
Used by 0 functions | Uses 0 functions
twentytwelve_mce_css()
Function: Filter TinyMCE CSS path to include Google
Fonts.
Source: wpcontent/themes/twentytwelve/functions.php:170
Used by 0 functions | Uses 0 functions
twentytwelve_page_menu_args()
Function: Filter the page menu arguments.
Source: wpcontent/themes/twentytwelve/functions.php:226
Used by 0 functions | Uses 0 functions
twentytwelve_scripts_styles()
Function: Enqueue scripts and styles for front-end.
Source: wpcontent/themes/twentytwelve/functions.php:132
Used by 0 functions | Uses 0 functions
twentytwelve_setup()
Function: Twenty Twelve setup.
Source: wpcontent/themes/twentytwelve/functions.php:44
Used by 0 functions | Uses 0 functions
twentytwelve_widgets_init()
Function: Register sidebars.
Source: wpcontent/themes/twentytwelve/functions.php:240
Used by 0 functions | Uses 0 functions
twentytwelve_wp_title()
Function: Filter the page title.
Source: wpcontent/themes/twentytwelve/functions.php:197
Used by 0 functions | Uses 0 functions
type_url_form_audio()
Function:
type_url_form_file()
Function:
Source: wp-admin/includes/deprecated.php:887
Used by 0 functions | Uses 2 functions
type_url_form_image()
Function:

Source: wp-admin/includes/deprecated.php:872
Used by 0 functions | Uses 2 functions
type_url_form_video()
Function:
Source: wp-admin/includes/deprecated.php:882
Used by 0 functions | Uses 2 functions
undismiss_core_update()
Function:
Source: wp-admin/includes/update.php:137
Used by 1 function | Uses 2 functions
uninstall_plugin()
Function: Uninstall a single plugin.
Source: wp-admin/includes/plugin.php:951
Used by 1 function | Uses 7 functions
unload_textdomain()
Function: Unload translations for a text domain.
Source: wp-includes/l10n.php:497
Used by 1 function | Uses 4 functions
unregister_default_headers()
Function: Unregister default headers.
Source: wp-includes/theme.php:1248
Used by 0 functions | Uses 0 functions
unregister_nav_menu()
Function: Unregisters a navigation menu for a theme.
Source: wp-includes/nav-menu.php:84
Used by 0 functions | Uses 1 function
unregister_setting()
Function: Unregister a setting
Source: wp-admin/includes/plugin.php:1776
Used by 1 function | Uses 3 functions
unregister_sidebar()
Function: Removes a sidebar from the list.
unregister_sidebar_widget()
Function: Alias of {@link
wp_unregister_sidebar_widget()}.
Source: wp-includes/deprecated.php:2198
Used by 0 functions | Uses 2 functions
unregister_taxonomy_for_object_type()
Function: Remove an already registered taxonomy from
an object type.
Source: wp-includes/taxonomy.php:528
Used by 0 functions | Uses 1 function
unregister_widget()
Function: Unregister a widget
Source: wp-includes/widgets.php:698
Used by 0 functions | Uses 1 function
unregister_widget_control()
Function: Alias of {@link
wp_unregister_widget_control()}.
Source: wp-includes/deprecated.php:2257
Used by 0 functions | Uses 2 functions
unstick_post()
Function: Un-stick a post.
Source: wp-includes/post.php:2286
Used by 6 functions | Uses 2 functions
untrailingslashit()
Function: Removes trailing forward slashes and
backslashes if they exist.
Source: wp-includes/formatting.php:1675
Used by 26 functions | Uses 0 functions
unzip_file()
Function: Unzips a specified ZIP file to a location on the
Filesystem via the WordPress Filesystem Abstraction.
Source: wp-admin/includes/file.php:512
Used by 1 function | Uses 9 functions
update_archived()
Function: Update the archived status of a particular
blog.
Source: wp-includes/ms-blogs.php:741
Used by 0 functions | Uses 1 function
update_attached_file()
Function: Update attachment file path based on
attachment ID.

Source: wp-includes/post.php:218
Used by 4 functions | Uses 6 functions
update_blog_details()
Function: Update the details for a blog. Updates the
blogs table for a given blog id.
update_blog_option()
Function: Update an option for a particular blog.
Source: wp-includes/ms-blogs.php:543
Used by 0 functions | Uses 6 functions
update_blog_public()
Function: Update this blogs public setting in the
global blogs table.
Source: wp-includes/ms-functions.php:2028
Used by 0 functions | Uses 2 functions
update_blog_status()
Function: Update a blog details field.
Source: wp-includes/ms-blogs.php:756
Used by 4 functions | Uses 14 functions
update_category_cache()
Function: Update the categories cache.
Source: wp-includes/deprecated.php:2597
Used by 0 functions | Uses 1 function
update_comment_cache()
Function: Updates the comment cache of given
comments.
Source: wp-includes/comment.php:2769
Used by 2 functions | Uses 1 function
update_comment_meta()
Function: Update comment meta field based on
comment ID.
Source: wp-includes/comment.php:1000
Used by 0 functions | Uses 1 function
update_core()
Function: Upgrade the core of WordPress.
Source: wp-admin/includes/update-core.php:774
Used by 1 function | Uses 17 functions
update_gallery_tab()
Function: Adds the gallery tab back to the tabs array if
post has image attachments
Source: wp-admin/includes/media.php:42
Used by 0 functions | Uses 3 functions
update_home_siteurl()
Function: If siteurl, home or page_on_front changed,
flush rewrite rules.
Source: wp-admin/includes/misc.php:239
Used by 0 functions | Uses 1 function
update_meta()
Function:
update_metadata()
Function: Update metadata for the specified object. If
no value already exists for the specified object ID and
metadata key, the metadata will be added.
Source: wp-includes/meta.php:143
Used by 3 functions | Uses 19 functions
update_metadata_by_mid()
Function: Update meta data by meta ID
Source: wp-includes/meta.php:600
Used by 3 functions | Uses 13 functions
update_meta_cache()
Function: Update the metadata cache for the specified
objects.
Source: wp-includes/meta.php:776
Used by 5 functions | Uses 5 functions
update_nag()
Function:
Source: wp-admin/includes/update.php:193
Used by 0 functions | Uses 5 functions
update_object_term_cache()
Function: Updates the cache for Term ID(s).
Source: wp-includes/taxonomy.php:3713
Used by 1 function | Uses 4 functions
update_option()

Function: Update the value of an option that was


already added.
Source: wp-includes/option.php:229
Used by 62 functions | Uses 16 functions
update_option_new_admin_email()
Function: Sends an email when a site administrator
email address is changed.
Source: wp-admin/includes/ms.php:244
Used by 0 functions | Uses 12 functions
update_page_cache()
Function: Alias of update_post_cache().
Source: wp-includes/deprecated.php:3135
Used by 0 functions | Uses 2 functions
update_postmeta_cache()
Function: Updates metadata cache for list of post IDs.
Source: wp-includes/post.php:5545
Used by 1 function | Uses 1 function
update_posts_count()
Function: Update a blogs post count.
update_post_cache()
Function: Updates posts in cache.
Source: wp-includes/post.php:5422
Used by 3 functions | Uses 1 function
update_post_caches()
Function: Call major cache updating functions for list of
Post objects.
Source: wp-includes/post.php:5498
Used by 2 functions | Uses 3 functions
update_post_meta()
Function: Update post meta field based on post ID.
Source: wp-includes/post.php:1954
Used by 22 functions | Uses 2 functions
update_post_thumbnail_cache()
Function: Update cache for thumbnails in the current
loop
Source: wp-includes/post-thumbnail-template.php:56
Used by 1 function | Uses 2 functions
update_recently_edited()
Function:
Source: wp-admin/includes/misc.php:216
Used by 0 functions | Uses 2 functions
update_right_now_message()
Function:
Source: wp-admin/includes/update.php:218
Used by 1 function | Uses 6 functions
update_site_option()
Function: Update the value of a site option that was
already added.
Source: wp-includes/option.php:1176
Used by 15 functions | Uses 15 functions
update_term_cache()
Function: Updates Terms to Taxonomy in cache.
Source: wp-includes/taxonomy.php:3768
Used by 2 functions | Uses 1 function
update_usermeta()
Function: Update metadata of user.
Source: wp-includes/deprecated.php:2376
Used by 0 functions | Uses 13 functions
update_user_caches()
Function: Update all user caches
update_user_meta()
Function: Update user meta field based on user ID.
Source: wp-includes/user.php:1205
Used by 24 functions | Uses 1 function
update_user_option()
Function: Update user option with global blog capability.
Source: wp-includes/user.php:406
Used by 14 functions | Uses 2 functions
update_user_status()
Function: Update the status of a user in the database.
Source: wp-admin/includes/ms.php:493
Used by 0 functions | Uses 7 functions
upgrade_100()

Function: Execute changes made in WordPress 1.0.


Source: wp-admin/includes/upgrade.php:458
Used by 1 function | Uses 8 functions
upgrade_101()
Function: Execute changes made in WordPress 1.0.1.
Source: wp-admin/includes/upgrade.php:513
Used by 1 function | Uses 1 function
upgrade_110()
Function: Execute changes made in WordPress 1.2.
Source: wp-admin/includes/upgrade.php:531
Used by 1 function | Uses 7 functions
upgrade_130()
Function: Execute changes made in WordPress 1.5.
Source: wp-admin/includes/upgrade.php:591
Used by 1 function | Uses 10 functions
upgrade_160()
Function: Execute changes made in WordPress 2.0.
Source: wp-admin/includes/upgrade.php:675
Used by 1 function | Uses 12 functions
upgrade_210()
Function: Execute changes made in WordPress 2.1.
Source: wp-admin/includes/upgrade.php:758
Used by 1 function | Uses 6 functions
upgrade_230()
Function: Execute changes made in WordPress 2.3.
upgrade_230_old_tables()
Function: Remove old categories, link2cat, and post2cat
database tables.
Source: wp-admin/includes/upgrade.php:992
Used by 1 function | Uses 1 function
upgrade_230_options_table()
Function: Remove old options from the database.
Source: wp-admin/includes/upgrade.php:978
Used by 1 function | Uses 3 functions
upgrade_250()
Function: Execute changes made in WordPress 2.5.0.
Source: wp-admin/includes/upgrade.php:1015
Used by 1 function | Uses 1 function
upgrade_252()
Function: Execute changes made in WordPress 2.5.2.
Source: wp-admin/includes/upgrade.php:1029
Used by 1 function | Uses 1 function
upgrade_260()
Function: Execute changes made in WordPress 2.6.
Source: wp-admin/includes/upgrade.php:1040
Used by 1 function | Uses 1 function
upgrade_270()
Function: Execute changes made in WordPress 2.7.
Source: wp-admin/includes/upgrade.php:1052
Used by 1 function | Uses 2 functions
upgrade_280()
Function: Execute changes made in WordPress 2.8.
Source: wp-admin/includes/upgrade.php:1068
Used by 1 function | Uses 5 functions
upgrade_290()
Function: Execute changes made in WordPress 2.9.
Source: wp-admin/includes/upgrade.php:1095
Used by 1 function | Uses 2 functions
upgrade_300()
Function: Execute changes made in WordPress 3.0.
Source: wp-admin/includes/upgrade.php:1112
Used by 1 function | Uses 8 functions
upgrade_330()
Function: Execute changes made in WordPress 3.3.
upgrade_340()
Function: Execute changes made in WordPress 3.4.
Source: wp-admin/includes/upgrade.php:1223
Used by 1 function | Uses 8 functions
upgrade_350()
Function: Execute changes made in WordPress 3.5.
Source: wp-admin/includes/upgrade.php:1256
Used by 1 function | Uses 8 functions
upgrade_370()

Function: Execute changes made in WordPress 3.7.


Source: wp-admin/includes/upgrade.php:1283
Used by 1 function | Uses 1 function
upgrade_372()
Function: Execute changes made in WordPress 3.7.2.
Source: wp-admin/includes/upgrade.php:1295
Used by 1 function | Uses 1 function
upgrade_380()
Function: Execute changes made in WordPress 3.8.0.
Source: wp-admin/includes/upgrade.php:1306
Used by 1 function | Uses 1 function
upgrade_400()
Function: Execute changes made in WordPress 4.0.0.
Source: wp-admin/includes/upgrade.php:1318
Used by 1 function | Uses 4 functions
upgrade_all()
Function: Functions to be called in install and upgrade
scripts.
Source: wp-admin/includes/upgrade.php:358
Used by 1 function | Uses 29 functions
upgrade_network()
Function: Execute network level changes
Source: wp-admin/includes/upgrade.php:1336
Used by 1 function | Uses 9 functions
upgrade_old_slugs()
Function: Upgrade old slugs made in version 2.2.
Source: wp-admin/includes/upgrade.php:1004
Used by 1 function | Uses 1 function
upload_is_file_too_big()
Function: Check whether an upload is too big.
upload_is_user_over_quota()
Function: Check whether a blog has used its allotted
upload space.
Source: wp-admin/includes/ms.php:395
Used by 3 functions | Uses 4 functions
upload_size_limit_filter()
Function:
Source: wp-includes/ms-functions.php:2323
Used by 0 functions | Uses 2 functions
upload_space_setting()
Function: Displays the edit blog upload space setting
form on the Edit Blog screen.
Source: wp-admin/includes/ms.php:462
Used by 0 functions | Uses 4 functions
urlencode_deep()
Function: Navigates through an array and encodes the
values to be used in a URL.
Source: wp-includes/formatting.php:1732
Used by 2 functions | Uses 0 functions
url_is_accessable_via_ssl()
Function: Determines if the URL can be accessed over
SSL.
Source: wp-includes/deprecated.php:3481
Used by 0 functions | Uses 5 functions
url_shorten()
Function: Shorten an URL, to be used as link text
Source: wp-admin/includes/misc.php:259
Used by 1 function | Uses 1 function
url_to_postid()
Function: Examine a url and try to determine the post
ID it represents.
Source: wp-includes/rewrite.php:287
Used by 5 functions | Uses 10 functions
username_exists()
Function: Checks whether the given username exists.
Source: wp-includes/user.php:1612
Used by 8 functions | Uses 1 function
users_can_register_signup_filter()
Function: Check whether users can self-register, based
on Network settings.
Source: wp-includes/ms-functions.php:2065
Used by 0 functions | Uses 1 function
user_admin_url()

Function: Retrieve the url to the admin area for the


current user.
user_can()
Function: Whether a particular user has capability or
role.
Source: wp-includes/capabilities.php:1429
Used by 3 functions | Uses 1 function
user_can_access_admin_page()
Function:
Source: wp-admin/includes/plugin.php:1664
Used by 0 functions | Uses 3 functions
user_can_create_draft()
Function: Whether user can create a post.
Source: wp-includes/deprecated.php:227
Used by 0 functions | Uses 2 functions
user_can_create_post()
Function: Whether user can create a post.
Source: wp-includes/deprecated.php:207
Used by 1 function | Uses 2 functions
user_can_delete_post()
Function: Whether user can delete a post.
Source: wp-includes/deprecated.php:276
Used by 0 functions | Uses 2 functions
user_can_delete_post_comments()
Function: Whether user can delete a post.
Source: wp-includes/deprecated.php:356
Used by 0 functions | Uses 2 functions
user_can_edit_post()
Function: Whether user can edit a post.
Source: wp-includes/deprecated.php:247
Used by 3 functions | Uses 3 functions
user_can_edit_post_comments()
Function: Whether user can delete a post.
Source: wp-includes/deprecated.php:336
Used by 1 function | Uses 2 functions
user_can_edit_post_date()
Function: Whether user can delete a post.
Source: wp-includes/deprecated.php:316
Used by 0 functions | Uses 3 functions
user_can_edit_user()
Function: Can user can edit other user.
user_can_richedit()
Function: Whether the user should have a WYSIWIG
editor.
Source: wp-includes/general-template.php:2376
Used by 5 functions | Uses 5 functions
user_can_set_post_date()
Function: Whether user can set new posts dates.
Source: wp-includes/deprecated.php:296
Used by 0 functions | Uses 3 functions
user_pass_ok()
Function: Check that the user login name and password
is correct.
Source: wp-includes/deprecated.php:3314
Used by 0 functions | Uses 3 functions
user_trailingslashit()
Function: Retrieve trailing slash string, if blog set for
adding trailing slashes.
Source: wp-includes/link-template.php:40
Used by 25 functions | Uses 4 functions
use_codepress()
Function: Determine whether to use CodePress.
Source: wp-admin/includes/deprecated.php:227
Used by 0 functions | Uses 1 function
use_ssl_preference()
Function: Optional SSL preference that can be turned on
by hooking to the personal_options action.
Source: wp-admin/user-edit.php:69
Used by 0 functions | Uses 2 functions
utf8_uri_encode()
Function: Encode the Unicode values to be used in the
URI.
Source: wp-includes/formatting.php:768

Used by 2 functions | Uses 2 functions


validate_active_plugins()
Function: Validate active plugins
Source: wp-admin/includes/plugin.php:873
Used by 0 functions | Uses 8 functions
validate_another_blog_signup()
Function: Validate a new blog signup
Source: wp-signup.php:305
Used by 0 functions | Uses 9 functions
validate_blog_form()
Function: Validate the new site signup
validate_blog_signup()
Function: Validate new site signup
Source: wp-signup.php:577
Used by 0 functions | Uses 8 functions
validate_current_theme()
Function: Checks that current theme files index.php
and style.css exists.
Source: wp-includes/theme.php:840
Used by 1 function | Uses 8 functions
validate_email()
Function:
Source: wp-includes/ms-deprecated.php:153
Used by 0 functions | Uses 2 functions
validate_file()
Function: File validates against allowed set of defined
rules.

Source: wp-includes/functions.php:3646
Used by 6 functions | Uses 0 functions
validate_file_to_edit()
Function: Make sure that the file that was requested to
edit, is allowed to be edited
Source: wp-admin/includes/file.php:168
Used by 0 functions | Uses 3 functions
validate_plugin()
Function: Validate the plugin path.
Source: wp-admin/includes/plugin.php:912
Used by 2 functions | Uses 3 functions
validate_username()
Function: Checks whether an username is valid.
Source: wp-includes/user.php:1643
Used by 2 functions | Uses 3 functions
validate_user_form()
Function: Validate user signup name and email
Source: wp-signup.php:211
Used by 1 function | Uses 1 function
validate_user_signup()
Function: Validate the new user signup
Source: wp-signup.php:465
Used by 0 functions | Uses 7 functions
valid_unicode()
Function: Helper function to determine if a Unicode
value is valid.

You might also like