wp_cache_no_postid()WPSCache 1.0

No Hooks.

Returns

null. Nothing (null).

Usage

wp_cache_no_postid( $id );
$id(required)
.

wp_cache_no_postid() code WPSCache 3.0.2

function wp_cache_no_postid( $id ) {
	return wp_cache_post_change( wp_cache_post_id() );
}