sinanisler logo

Disable WordPress LazyLoad Images

 

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

 

add this to the functions.php and it will disable the WordPress default lazy load settings.

 

 

 

Leave the first comment