Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_cache_close [ WordPress Function ]

wp_cache_close ( No parameters )
Returns:
  • (bool) Always returns True
Defined at:



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.

Source


<?php
function wp_cache_close() {
    return 
true;
}
?>

Examples [ wp-snippets.com ]

Top Google zoekresultaten

Meer ...

Gebruikersdiscussies [ wordpress.org ]

0 User Note(s)

Nog geen één. Wees de eerste!

Nieuw toevoegen ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics