You are here

function ultimate_cron_modules_disabled in Ultimate Cron 7.2

Implements hook_modules_disabled().

File

./ultimate_cron.module, line 847

Code

function ultimate_cron_modules_disabled() {

  // Clear ctools pluin cache for ultimate and rebuild menu,
  // so that Ultimate Cron won't end up in an inconsistent state.
  cache_clear_all('plugins:ultimate_cron:', 'cache', TRUE);
  menu_rebuild();
}