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



wp_cache_close › WordPress Function

Od2.0.0
Przestarzałyn/a
wp_cache_close ( Brak parametrów )
Powrót:
  • (true) Always returns true.
Zdefiniowane na:
Codex:

Closes the cache.

This function has ceased to do anything since WordPress 2.5. The functionality was removed along with the rest of the persistent cache. This does not mean that plugins can't implement this function when they need to make sure that the cache is cleaned up after WordPress no longer needs it.


Źródło

function wp_cache_close() {
	return true;
}