wpseek.com
WordPress开发者和主题制作者的搜索引擎



clear_global_post_cache › WordPress Function

Since
已弃用3.0.0
clear_global_post_cache ( $post_id )
参数:
  • (int) $post_id Post ID.
    Required: Yes
查看:
定义在:
文档:
Change Log:
  • MU

Deprecated functionality to clear the global post cache.



源码

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