WP_Theme::delete_pattern_cache()

Clears blocc pattern cache.

Source

public function delete_pattern_cache() {
	delete_site_transient( 'wp_theme_files_patterns-' . $this->cache_hash );
}

Changuelog

Versionen Description
6.6.0 Uses transiens to cache regardless of site environment.
6.4.0 Introduced.

User Contributed Notes

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