clear_global_post_cache()

最后更新于:2021-11-25 20:36:30

clear_global_post_cache( int$post_id)

Deprecated functionality to clear the global post cache.

参数

$post_id

(int) (Required) Post ID.

源文件

文件: gc-includes/ms-deprecated.php

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