WP_Theme::delete_pattern_cache()

In this article

Clears block pattern cache.

Source

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

Changelog

VersionDescription
6.6.0Uses transients to cache regardless of site environment.
6.4.0Introduced.

User Contributed Notes

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