WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wp clean themes cache

Description

Clears the cache held by get_theme_roots() and WP_Theme.

Usage

 <?php wp_clean_themes_cache() ?>

Parameters

This function does not accept parameters

Return Values

No value is returned

Examples

Change Log

Source File

wp_clean_themes_cache() is located in wp-includes/theme.php

Related