wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_cache_switch_to_blog › WordPress Function

Depuis3.5.0
Dépréciéen/a
wp_cache_switch_to_blog ( $blog_id )
Paramètres:
  • (int) $blog_id Site ID.
    Requis: Oui
Voir:
Défini(e) dans:
Codex:

Switches the internal blog ID.

This changes the blog id used to create keys in blog specific groups.


Source

function wp_cache_switch_to_blog( $blog_id ) {
	global $wp_object_cache;

	$wp_object_cache->switch_to_blog( $blog_id );
}