WordPress.org

Codex

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

Function Reference/clean blog cache

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