Skip to content

[FIX]Integrator: Deprecated: preg_replace(): Passing null to parameter #3 ()

This MR ensure that these variables $ts and $is are not null before using them in preg_replace(). check if $style and $rep["css_file"] are not null before using them in preg_replace(). If they are null, $ts and $is will be set null

Issue: https://app.glitchtip.com/evoludata/issues/82021

Merge request reports