How to disable the native WordPress lazy load function.
Paste the snippet below into your theme functions.php file:
/**
* Disable WordPress default image lazy load
**/
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
For those wondering why I think most sites should disable image lazy load, read this:
Latest Guides
WordPress security plugins SUCK!
Do you really need a WordPress security plugin? My personal opinion? Yes…
Clean up wp_options table (autoloaded data)
My favorite commands for cleaning up autoloaded data from your wp_options table…
Best Niches For AdSense
Google AdSense allows bloggers and marketers to earn revenue by placing ads…
Is WordPress insecure? (no, it isn’t!)
I think it’s a silly question and often misinterpreted by newbies/non-coders for…
