Clears block pattern cache.
Source
public function delete_pattern_cache() {
delete_site_transient( 'wp_theme_files_patterns-' . $this->cache_hash );
}
CARVIEW |
Clears block pattern cache.
public function delete_pattern_cache() {
delete_site_transient( 'wp_theme_files_patterns-' . $this->cache_hash );
}
Uses | Description |
---|---|
delete_site_transient()wp-includes/option.php | Deletes a site transient. |
Used by | Description |
---|---|
WP_Theme::get_block_patterns()wp-includes/class-wp-theme.php | Gets block pattern data for a specified theme. |
WP_Theme::cache_delete()wp-includes/class-wp-theme.php | Clears the cache for the theme. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.