getScriptToEnqueue(); $style = $notice->getStyleToEnqueue(); if (($script || $style) && (new NoticeShouldRender($this->namespace))($notice)) { if ($script) { $script->enqueue("stellarwp-{$this->namespace}-{$notice->getId()}"); } if ($style) { $style->enqueue("stellarwp-{$this->namespace}-{$notice->getId()}"); } } } } }