wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



clear_global_post_cache › WordPress Function

Seit
Veraltet3.0.0
clear_global_post_cache ( $post_id )
Parameter:
  • (int) $post_id Post ID.
    Erforderlich: Ja
Siehe:
Definiert in:
Codex:
Changelog:
  • MU

Deprecated functionality to clear the global post cache.



Quellcode

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