You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined variable: lazy_sources in Image.php on line 273
We need to either move $lazy_sources = 0; outside of if ( preg_match_all()){} or move if ( 0 === $lazy_sources ){} inside of if ( preg_match_all()){} (like we do on WP Rocket).
Undefined variable: lazy_sources in Image.php on line 273
We need to either move
$lazy_sources = 0;
outside ofif ( preg_match_all()){}
or moveif ( 0 === $lazy_sources ){}
inside ofif ( preg_match_all()){}
(like we do on WP Rocket).rocket-lazy-load/src/Dependencies/RocketLazyload/Image.php
Lines 259 to 275 in 4332a0d
The text was updated successfully, but these errors were encountered: