wp-admin/includes/schema.php:
populate_network_meta()
|
Creates WordPress network meta and sets the default values.
|
wp-admin/includes/schema.php:
populate_site_meta()
|
Creates WordPress site meta and sets the default values.
|
wp-includes/taxonomy.php:
clean_taxonomy_cache()
|
Clean the caches for a taxonomy.
|
wp-includes/ms-blogs.php:
clean_site_details_cache()
|
Cleans the site details cache for a site.
|
wp-includes/comment.php:
_clear_modified_cache_on_transition_comment_status()
|
Clear the lastcommentmodified cached value when a comment status is changed.
|
wp-includes/ms-network.php:
clean_network_cache()
|
Removes a network from the object cache.
|
wp-includes/option.php:
delete_network_option()
|
Removes a network option by name.
|
wp-admin/includes/plugin.php:
wp_clean_plugins_cache()
|
Clears the Plugins cache used by get_plugins() and by default, the Plugin Update cache.
|
wp-admin/includes/update-core.php:
update_core()
|
Upgrades the core of WordPress.
|
wp-includes/general-template.php:
delete_get_calendar_cache()
|
Purge the cached results of get_calendar.
|
wp-includes/deprecated.php:
delete_usermeta()
|
Remove user meta data.
|
wp-includes/deprecated.php:
update_usermeta()
|
Update metadata of user.
|
wp-includes/class-wp-theme.php:
WP_Theme::cache_delete()
|
Clears the cache for the theme.
|
wp-includes/taxonomy.php:
clean_object_term_cache()
|
Removes the taxonomy relationship to terms from the cache.
|
wp-includes/taxonomy.php:
clean_term_cache()
|
Will remove all of the term ids from the cache.
|
wp-includes/taxonomy.php:
wp_set_object_terms()
|
Create Term and Taxonomy Relationships.
|
wp-includes/taxonomy.php:
wp_remove_object_terms()
|
Remove term(s) associated with a given object.
|
wp-includes/option.php:
delete_site_transient()
|
Delete a site transient.
|
wp-includes/option.php:
delete_option()
|
Removes option by name. Prevents removal of protected WordPress options.
|
wp-includes/option.php:
delete_transient()
|
Delete a transient.
|
wp-includes/user.php:
clean_user_cache()
|
Clean all user caches
|
wp-includes/post.php:
clean_post_cache()
|
Will clean the post in the cache.
|
wp-includes/post.php:
clean_attachment_cache()
|
Will clean the attachment in the cache.
|
wp-includes/post.php:
_transition_post_status()
|
Hook for managing future post transitions to published.
|
wp-includes/revision.php:
_wp_upgrade_revisions_of_post()
|
Upgrade the revisions author, add the current post as a revision and set the revisions version to 1
|
wp-includes/bookmark.php:
clean_bookmark_cache()
|
Deletes the bookmark cache.
|
wp-includes/ms-functions.php:
add_user_to_blog()
|
Adds a user to a blog.
|
wp-includes/ms-site.php:
clean_blog_cache()
|
Clean the blog cache
|
wp-includes/ms-blogs.php:
get_blog_details()
|
Retrieve the details for a blog from the blogs table and blog options.
|
wp-includes/comment.php:
clean_comment_cache()
|
Removes a comment from the object cache.
|
wp-includes/comment.php:
wp_update_comment_count_now()
|
Updates the comment count for the post.
|
wp-includes/comment.php:
wp_insert_comment()
|
Inserts a comment into the database.
|
wp-includes/meta.php:
delete_metadata()
|
Delete metadata for the specified object.
|
wp-includes/meta.php:
update_metadata_by_mid()
|
Update meta data by meta ID
|
wp-includes/meta.php:
delete_metadata_by_mid()
|
Delete meta data by meta ID
|
wp-includes/meta.php:
add_metadata()
|
Add metadata for the specified object.
|
wp-includes/meta.php:
update_metadata()
|
Update metadata for the specified object. If no value already exists for the specified object ID and metadata key, the metadata will be added.
|