wp_suspend_cache_invalidation [ WordPress Function ]
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Suspend cache invalidation.
Turns cache invalidation on and off. Useful during imports where you don't wont to do invalidations every time a post is inserted. Callers must be sure that what they are doing won't lead to an inconsistent cache when invalidation is suspended.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/wp suspend cache invalidation « WordPress ...
Description. Suspend cache invalidation. Turns cache invalidation on and off. Useful during imports where you don't wont to do invalidations every time a post is ...
codex.wordpress.org - <?php /* Plugin Name: WordPress Importer Plugin URI: http ...
... $this->process_tags(); $this->process_terms(); $this->process_posts(); wp_suspend_cache_invalidation( false ); // update incorrect/missing information in the ...
plugins.svn.wordpress.org - Docs for page post.php
See wp_suspend_cache_invalidation(). since: 3.0.0; uses: do_action() - Calls ' clean_attachment_cache' on $id. void clean_attachment_cache (int $id, [bool ...
phpdoc.wordpress.org - PHPXRef 0.7 : WordPress : Detail view of functions.php
force_ssl_login() force_ssl_admin() wp_guess_url() wp_suspend_cache_addition() wp_suspend_cache_invalidation() is_main_site() global_terms_enabled() ...
phpxref.ftwr.co.uk