WordPress.org

Codex

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

Function Reference/refresh blog details

Description

Clear the blog details cache.

Usage

<?php refresh_blog_details$blog_id ?>

Parameters

$blog_id
(integer) (required) Blog ID
Default: None

Return Value

Nothing is returned by this function.

Examples


Notes

Change Log

Since: 3.0.0

Source File

refresh_blog_details() is located in wp-includes/ms-blogs.php

Related

 

See also index of Function Reference and index of Template Tags.