Description
Cleans the cache objects of the blog.
Usage
<?php clean_blog_cache( $blog ); ?>
Parameters
- $blog
- (Object) (required) The blog details as returned from get_blog_details()
- Default: None
Examples
Notes
Change Log
Source File
clean_blog_cache() is located in wp-includes/ms-blogs.php
.
Related