wp_cache_close [ WordPress Function ]
| Returns: |
|
| 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.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- WordPress › Support » Removed ssl from site, can no longer access ...
... private * @since 1.2 */ function shutdown_action_hook() { do_action('shutdown '); wp_cache_close(); } register_shutdown_function('shutdown_action_hook'); ...
wordpress.org - Docs for page functions.wp-object-cache.php
wp_cache_close (line 46). Closes the cache. This function has ceased to do anything since WordPress 2.5. The functionality was removed along with the rest of ...
phpdoc.ftwr.co.uk - PHPXRef 0.7 : WordPress : Detail view of cache.php
wp_cache_close() wp_cache_decr() wp_cache_delete() wp_cache_flush() wp_cache_get() wp_cache_incr() wp_cache_init() wp_cache_replace() ...
phpxref.ftwr.co.uk - <?php $FORMCOUNT=$FORMCOUNT+1; $no = $noDISP ...
... flush the cache! ###if ( function_exists (wp_cache_close) ) { ### wp_cache_flush(); ### wp_cache_close(); ###} $cformsSettings['global'][' cforms_formcount'] ...
code.creativecommons.org