WP Useful hooks and filters

By default WordPress provide lazy loading for image blocks. If you want to disable that you have to set false in wp_lazy_loading_enabled filter.

add_filter( 'wp_lazy_loading_enabled', '__return_false' );

Leave a comment

Your email address will not be published.