WordPress Auto Lazy Loading

New wordpress (since?) Has an automatically lazy loading for images.. if that broke your site, you can disable it with the following code:
add_filter( 'wp_lazy_loading_enabled', '__return_false' );

AC.

This entry was posted in Uncategorized and tagged . Bookmark the permalink.

Comments are closed.