Exemple #1
0
 /**
  * Regenerate the CSS for the menu's. The generated CSS is then cached.
  *
  * @since 1.2
  */
 public function regenerate_css()
 {
     $style_manager = new Mega_Menu_Style_Manager();
     $style_manager->empty_cache();
 }