Avoid modifications if gin is not active

Created on 15 August 2023, over 1 year ago

Problem/Motivation

To avoid unnecessary/conflicting changes, Gin Toolbar returns early in all its preprocessors if the gin theme is not active, e.g.:

function gin_toolbar_preprocess_html(&$variables) {
  // Are we relevant?
  if (!_gin_toolbar_gin_is_active()) {
    return;
  }

Now that we depend on gin_toolbar πŸ› Add gin_toolbar dependency Fixed , let's use _gin_toolbar_gin_is_active() to do the same.

Proposed resolution

Update all preprocessor logic to return early if gin isn't 'active'.

✨ Feature request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States justcaldwell Austin, Texas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024