wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_cache_switch_to_blog › WordPress Function

Desde3.5.0
Obsoleton/a
wp_cache_switch_to_blog ( $blog_id )
Parâmetros:
  • (int) $blog_id Site ID.
    Required: Yes
Ver:
Definido em:
Codex:

Switches the internal blog ID.

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


Fonte

function wp_cache_switch_to_blog( $blog_id ) {
	global $wp_object_cache;

	$wp_object_cache->switch_to_blog( $blog_id );
}