WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

WPMU Functions/refresh blog details

Description

Deletes various cached information using the wp_cache_delete function.

Parameters

$id
(integer) (required) The id of the blog to be refreshed.
Default: None

Return Values

(null)

Usage

<?php refresh_blog_details($id); ?>