clear_global_post_cache

函数


clear_global_post_cache ( $post_id )
参数
  • (int)
    $post_id
    Post ID.
    Required:
相关
  • clean_post_cache()
定义位置
  • wp-includes/ms-deprecated.php
    , line 143
引入
弃用
3.0.0

Deprecated functionality to clear the global post cache.

function clear_global_post_cache( $post_id ) {
	_deprecated_function( __FUNCTION__, '3.0.0', 'clean_post_cache()' );
}