1.20.x theme.api.php hook_themes_disabled($theme_list)

Respond to themes being disabled.

Parameters

array $theme_list: Array containing the names of the themes being disabled.

See also

theme_disable()

File

modules/system/theme.api.php, line 185

Code

function hook_themes_disabled($theme_list) {
  // Clear all update module caches.
  _update_cache_clear();
}