Uses
| Uses | Description |
|---|---|
| wp-admin/includes/plugin.php: wp_clean_plugins_cache() | Clears the plugins cache used by get_plugins() and by default, the plugin updates cache. |
| wp-includes/theme.php: wp_clean_themes_cache() | Clears the cache held by get_theme_roots() and WP_Theme. |
| wp-includes/option.php: delete_site_transient() | Deletes a site transient. |