Skip to content

Instantly share code, notes, and snippets.

@markonikolic985
Created April 5, 2017 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markonikolic985/7548f2cd3863f8757349552492697065 to your computer and use it in GitHub Desktop.
Save markonikolic985/7548f2cd3863f8757349552492697065 to your computer and use it in GitHub Desktop.
<?php // Remove the opening tag
remove_filter( 'the_content', 'rocket_lazyload_images', PHP_INT_MAX );
remove_filter( 'widget_text', 'rocket_lazyload_images', PHP_INT_MAX );
remove_filter( 'get_image_tag', 'rocket_lazyload_images', PHP_INT_MAX );
remove_filter( 'post_thumbnail_html', 'rocket_lazyload_images', PHP_INT_MAX );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment