cms.theme.getEditTheme

Overrides the edit theme code.

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

Event::listen('cms.theme.getEditTheme', function () {
    return "the-edit-theme-code";
});

Usage

Triggers

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