wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



clear_global_post_cache › WordPress Function

Od
Przestarzały3.0.0
clear_global_post_cache ( $post_id )
Parametry:
  • (int) $post_id Post ID.
    Wymagane: Tak
Zobacz:
Zdefiniowane na:
Codex:
Dziennik zmian:
  • MU

Deprecated functionality to clear the global post cache.



Źródło

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