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
10 BEST Gutenberg block libraries for WordPress
Here are the best Gutenberg block plugins to redesign your WordPress site!…
How to Choose a Good WordPress Theme
Ahhh, they keep making WordPress themes more and more complicated! Which one…
How to Choose a Good WordPress Theme
Ahhh, they keep making WordPress themes more and more complicated! Which one…
What is SEO And Why Is It Important?
An introduction to SEO for beginners. Learn what Search Engine Optimization is,…
