関数 wp_cache_reset()
2015/01/10
関数 wp_cache_reset()
定義ファイル :/blog/wp-includes/cache.php
1 2 3 4 5 6 7 | function wp_cache_reset() { _deprecated_function( __FUNCTION__, '3.5' ); global $wp_object_cache; return $wp_object_cache->reset(); } |
WEBシステム SI屋の代表のブログです。
2015/01/10
1 2 3 4 5 6 7 | function wp_cache_reset() { _deprecated_function( __FUNCTION__, '3.5' ); global $wp_object_cache; return $wp_object_cache->reset(); } |