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
Cloudflare settings guide (best performance)
Configure your Cloudflare account for the best website performance (full explanations provided)…
How to Move Your WordPress Site from HTTP to HTTPS
Converting to HTTPS/SSL is one of the scariest tasks out there. It…
Make Money With Google AdSense
Learn what does it take to make money online with Google Adsense…
How To Use Cookie-Free Domains with Cloudflare in WordPress- CDN
Seeing “Use cookie-free domains” error at GTmetrix Yslow or Pingdom for your…
