[Plugin: Lazy Load] Non-static methods being called Statically
-
In lazy-load.php, you care making a few static calls to some non-static PHP functions. You should add the “static” keyword to those functions.
LazyLoad_Images::add_image_placeholders()
LazyLoad_Images::init()
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Lazy Load] Non-static methods being called Statically’ is closed to new replies.