Codex

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

Function Reference/wp clean themes cache

This page redirects to an external site: https://developer.wordpress.org/reference/functions/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