Added

  • Added the ability to disable pre-cache for presets.
    It may be necessary when calling Groovy Menu functions with custom preset and menu parameters

groovy_menu (['menu' => 111, 'gm_preset_id' => 222]);

in order to exclude overwriting the appearance of the preset from the pre-cache.

if (! defined ('GROOVY_MENU_DISABLE_STYLE_STORAGE_CACHE')) {
define ('GROOVY_MENU_DISABLE_STYLE_STORAGE_CACHE', true);
}