Disable Core Lazy Loading
Removes the native loading='lazy' attribute that WordPress automatically adds to images and iframes, useful when a theme or plugin manages its own lazy loading.
PHPby SnipCraft
php
<?php
add_filter( 'wp_lazy_loading_enabled', '__return_false' );#images#lazy-load#optimization#performance