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
Best WordPress Hosting Reviews in 2024
All the WordPress web hosting companies I’ve personally tried or heard about…
SEO Tips For Beginners
In this guide, you’ll learn the best SEO tips for beginners. It…
Make Money With Google AdSense
Learn what does it take to make money online with Google Adsense…
How to Get AdSense Approval
In this guide, you’ll learn how to get approved by Google Adsense…