Open
Description
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).
rocket-lazy-load/src/Dependencies/RocketLazyload/Image.php
Lines 259 to 275 in 4332a0d