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); ?>