How to disable “Lazy Load” in WordPress 5.5 or + –

Since version 5.5 of WordPress, the Lazy Load technique is part of the native features of the platform, . This means that this technique will be used by default and that it is no longer necessary to install additional plugins for it.

Hosting Mautic QuickStart -50% with support in Spanish
24 hours and free training

Send up to 1,000,000 emails/year. Mautic Support in Spanish 24 hours, 365 days

However, some users are not very happy with it and prefer to disable it. The following filter helps us to deactivate this functionality:

add_filter(‘wp_lazy_loading_enabled’, ‘__return_false’);

We can add this small piece of code in the function.php of our theme (recommended in a) or through a plugin like

In the same way, if we do not want to add any code in the theme we can use the plugin

To use it, you only need to install and activate it, no additional configuration is needed.

Help us improve our content by sharing your opinion

.com content team
Support CMS

See also  Problems connecting Mailerlite and WooCommerce
Loading Facebook Comments ...
Loading Disqus Comments ...