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
Block XML-RPC protocol in WordPress
If you’re not using XML-RPC, you should disable it from your site…
Best WordPress Hosting Reviews in 2026
Best WordPress Hosting Reviews in 2026 – Pro Speed Guy All the…
Google AMP Sucks for WordPress
Google AMP sucks. Creates more problems and doesn’t always solve the one…
Shopify Image Optimization
“Shopify Image Optimization: A Comprehensive Guide” Header Outline: Introduction: Image optimization is…
