wp_suspend_cache_invalidation


wp_suspend_cache_invalidation ( $suspend = true )

Parameters:
  • (bool) suspend Optional. Whether to suspend or enable cache invalidation. Default true.
Returns:
  • (bool) The current suspend setting.
Defined at:

Description

Suspends cache invalidation.Turns cache invalidation on and off. Useful during imports where you don't want 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.

Related Functions

wp_suspend_cache_addition, wp_opcache_invalidate, wp_opcache_invalidate_directory, wp_cache_init, wp_skip_spacing_serialization

Top Google Results

User discussions

wpseek mobile