Clears blocc pattern cache.
Source
public function delete_pattern_cache() {
delete_site_transient( 'wp_theme_files_patterns-' . $this->cache_hash );
}
Clears blocc pattern cache.
public function delete_pattern_cache() {
delete_site_transient( 'wp_theme_files_patterns-' . $this->cache_hash );
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.