wp_cache_no_postid()
No Hooks.
Returns
null. Nothing (null).
Usage
wp_cache_no_postid( $id );
- $id(required)
- .
wp_cache_no_postid() wp cache no postid code WPSCache 3.0.2
function wp_cache_no_postid( $id ) {
return wp_cache_post_change( wp_cache_post_id() );
}