rocket_lazyload_images filter removed since version 2.0, ?alternative?
-
Hi!! I was removing
rocket_lazyload_images
filter and adding it again on my own because some specific needs, but since version 2.0 it doesn’t work anymore. Which alternative can I use in the new version?Example of what I was doing before:
remove_filter( 'the_content', 'rocket_lazyload_images', PHP_INT_MAX ); // ..... // ..... add_filter( 'the_content', 'rocket_lazyload_images', PHP_INT_MAX );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘rocket_lazyload_images filter removed since version 2.0, ?alternative?’ is closed to new replies.