Advertisement

wp_cache_replace

Replaces the contents of the cache with new data.

wp_cache_init

Sets up Object Cache Global and assigns it.

wp_cache_get

Retrieves the cache contents from the cache by key and group.

Advertisement

wp_cache_delete

Removes the cache contents matching key and group.

wp_cache_close

Closes the cache.

wp_cache_add

Adds data to the cache, if the cache key doesn’t already exist.

wp_delete_user

Remove user and optionally reassign posts and links to another user.

Advertisement

edit_user

Edit user settings based on contents of $_POST

add_user

Creates a new user from the “Users” form using $_POST information.

Advertisement

wp_import_upload_form

Outputs the form used by the importers to accept the data to be imported

wp_insert_category

Updates an existing Category or creates a new Category.