wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



clear_global_post_cache › WordPress Function

Da
Deprecato3.0.0
clear_global_post_cache ( $post_id )
Parametri:
  • (int) $post_id Post ID.
    Richiesto:
Vedi:
Definito a:
Codex:
ChangeLog:
  • MU

Deprecated functionality to clear the global post cache.



Sorgenti

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