clean_site_details_cache

Advertisement

Summery Summery

Cleans the site details cache for a site.

Syntax Syntax

clean_site_details_cache( int $site_id )

Parameters Parameters

$site_id

(Optional) Site ID. Default is the current site ID.

Source Source

File: wp-includes/ms-blogs.php

}

/**
 * Cleans the site details cache for a site.
 *
 * @since 4.7.4
 *
 * @param int $site_id Optional. Site ID. Default is the current site ID.
 */

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.4 Introduced.

Advertisement

Leave a Reply