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