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
12 Ways To Reduce Total Blocking Time In WordPress -PSI
Need to reduce your total blocking time in WordPress? Total blocking time is caused…
How much does Google Adsense pay you
Learn how much money you can realistically make from Google Ads. How…
WordPress Plugin and Cloudflare Worker
In order to create great User Experience (UX), websites should always load…
How to avoid an excessive dom size in wordpress
If you’re reading this article, chances are you’ve run into an “Avoid…
