Disable Lazy Load
Disable Lazy Load and avoid delaying the loading of images
<?php
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Disable Lazy Load and avoid delaying the loading of images
<?php
add_filter( 'wp_lazy_loading_enabled', '__return_false' );
Post Comment