cms.theme.setActiveTheme

Fires when the active theme has been changed.

If a value is returned from this halting event, it will be used as the active theme code. Example usage:

Event::listen('cms.theme.setActiveTheme', function ($code) {
    \Log::info("Theme has been changed to $code");
});

Usage

Triggers

Class or file Line
Cms\Classes\Theme 256
Copyright © 2024 Winter CMS