refresh_blog_details

Advertisement

Summery Summery

Clear the blog details cache.

Syntax Syntax

refresh_blog_details( int $blog_id )

Parameters Parameters

$blog_id

(Optional) Blog ID. Defaults to current blog.

Source Source

File: wp-includes/ms-blogs.php

}

/**
 * Clear the blog details cache.
 *
 * @since MU (3.0.0)
 *
 * @param int $blog_id Optional. Blog ID. Defaults to current blog.

Advertisement

Changelog Changelog

Changelog
Version Description
MU (3.0.0) Introduced.

Advertisement

Leave a Reply