wp-includes/general-template.php:
wp_get_archives()
|
Display archive links based on type and format.
|
wp-includes/general-template.php:
get_calendar()
|
Display calendar with days that have posts as links.
|
wp-includes/comment.php:
clean_comment_cache()
|
Removes a comment from the object cache.
|
wp-includes/comment.php:
wp_count_comments()
|
Retrieve total comments for blog or single post.
|
wp-includes/comment.php:
update_comment_meta()
|
Update comment meta field based on comment ID.
|
wp-includes/comment.php:
get_lastcommentmodified()
|
The date the last comment was modified.
|
wp-includes/comment.php:
add_comment_meta()
|
Add meta data field to a comment.
|
wp-includes/comment.php:
delete_comment_meta()
|
Remove metadata matching criteria from a comment.
|
wp-includes/bookmark.php:
get_bookmarks()
|
Retrieves the list of bookmarks
|
wp-includes/class-wp-embed.php:
WP_Embed::find_oembed_post_id()
|
Find the oEmbed cache post ID for a given cache key.
|
wp-includes/link-template.php:
get_adjacent_post()
|
Retrieves the adjacent post.
|
wp-includes/class-wp-site.php:
WP_Site::get_details()
|
Retrieves the details for this site.
|
wp-includes/ms-blogs.php:
clean_network_cache()
|
Removes a network from the object cache.
|
wp-includes/ms-blogs.php:
get_blog_details()
|
Retrieve the details for a blog from the blogs table and blog options.
|
wp-includes/ms-blogs.php:
clean_blog_cache()
|
Clean the blog cache
|
wp-includes/option.php:
get_network_option()
|
Retrieve a network’s option value based on the option name.
|
wp-includes/option.php:
add_network_option()
|
Add a new network option.
|
wp-includes/option.php:
update_network_option()
|
Update the value of a network option that was already added.
|
wp-includes/option.php:
set_site_transient()
|
Set/update the value of a site transient.
|
wp-includes/option.php:
set_transient()
|
Set/update the value of a transient.
|
wp-includes/option.php:
wp_load_core_site_options()
|
Loads and caches certain often requested site options if is_multisite() and a persistent cache is not being used.
|
wp-includes/option.php:
update_option()
|
Update the value of an option that was already added.
|
wp-includes/option.php:
add_option()
|
Add a new option.
|
wp-includes/option.php:
delete_option()
|
Removes option by name. Prevents removal of protected ClassicPress options.
|
wp-includes/option.php:
get_option()
|
Retrieves an option value based on an option name.
|
wp-includes/class-wp-customize-manager.php:
WP_Customize_Manager::find_changeset_post_id()
|
Find the changeset post ID for a given changeset UUID.
|
wp-includes/class-wp-term-query.php:
WP_Term_Query::get_terms()
|
Get terms, based on query_vars.
|
wp-includes/post.php:
_get_last_post_time()
|
Get the timestamp of the last time any post was modified or published.
|
wp-includes/post.php:
clean_post_cache()
|
Will clean the post in the cache.
|
wp-includes/post.php:
get_pages()
|
Retrieve a list of pages (or hierarchical post type items).
|
wp-includes/post.php:
get_page_by_path()
|
Retrieves a page given its path.
|
wp-includes/post.php:
wp_count_posts()
|
Count number of posts of a post type and if user has permissions to view.
|
wp-includes/post.php:
update_post_meta()
|
Update post meta field based on post ID.
|
wp-includes/post.php:
delete_post_meta_by_key()
|
Delete everything from post meta matching meta key.
|
wp-includes/post.php:
add_post_meta()
|
Add meta data field to a post.
|
wp-includes/post.php:
delete_post_meta()
|
Remove metadata matching criteria from a post.
|
wp-includes/ms-functions.php:
wpmu_create_blog()
|
Create a site.
|
wp-includes/ms-functions.php:
get_blog_id_from_url()
|
Get a blog’s numeric ID from its URL.
|
wp-includes/class-wp-comment-query.php:
WP_Comment_Query::fill_descendants()
|
Fetch descendants for located comments.
|
wp-includes/taxonomy.php:
is_object_in_term()
|
Determine if the given object is associated with any of the given terms.
|
wp-includes/taxonomy.php:
clean_term_cache()
|
Will remove all of the term ids from the cache.
|
wp-includes/taxonomy.php:
delete_term_meta()
|
Removes metadata matching criteria from a term.
|
wp-includes/taxonomy.php:
update_term_meta()
|
Updates term metadata.
|
wp-includes/taxonomy.php:
get_objects_in_term()
|
Retrieve object_ids of valid taxonomy and term.
|
wp-includes/taxonomy.php:
add_term_meta()
|
Adds metadata to a term.
|
wp-includes/functions.php:
wp_cache_get_last_changed()
|
Get last changed date for the specified cache group.
|
wp-includes/functions.php:
is_blog_installed()
|
Test whether ClassicPress is already installed.
|
wp-admin/includes/user.php:
WP_Privacy_Requests_Table::get_request_counts()
|
Count number of requests for each status.
|
wp-admin/includes/plugin.php:
get_plugins()
|
Check the plugins directory and retrieve all plugin files with plugin data.
|
wp-admin/includes/class-wp-ms-sites-list-table.php:
WP_MS_Sites_List_Table::column_users()
|
Handles the users column output.
|