wpseek.com
A WordPress-centric search engine for devs and theme authors



clear_global_post_cache › WordPress Function

Since
Deprecated3.0.0
clear_global_post_cache ( $post_id )
Parameters:
  • (int) $post_id Post ID.
    Required: Yes
See:
Defined at:
Codex:
Change Log:
  • MU

Deprecated functionality to clear the global post cache.



Source

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