BBP_Skip_Children::restore_cache_invalidation()

Restore the cache invalidation to its previous value.


Description Description


Source Source

File: includes/core/cache.php

	public function restore_cache_invalidation() {
		wp_suspend_cache_invalidation( $this->original_cache_invalidation );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.