wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



clear_global_post_cache › WordPress Function

Depuis
Dépréciée3.0.0
clear_global_post_cache ( $post_id )
Paramètres:
  • (int) $post_id Post ID.
    Requis: Oui
Voir:
Défini(e) dans:
Codex:
Changelog:
  • 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()' );
}