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
How to avoid an excessive dom size in wordpress
If you’re reading this article, chances are you’ve run into an “Avoid…
Make Money With Google AdSense
Learn what does it take to make money online with Google Adsense…
The BEST WordPress theme (for non-coders) – GeneratePress
I think I’m ready to crown GeneratePress as the best theme framework…
Top 10 Best WordPress Cache Plugins (2026 Detailed Comparison)
Let’s settle this “best cache plugin” thing once and for all. Your…
