wp_cache_no_postid()WPSCache 1.0

No Hooks.

Return

null. Nothing (null).

Usage

wp_cache_no_postid( $id );
$id (required)
-

wp_cache_no_postid() code WPSCache 1.12.4

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