Skip to content

Instantly share code, notes, and snippets.

@jbma
Created December 15, 2015 11:16
Show Gist options
  • Save jbma/709f77ebebc4608c8b7b to your computer and use it in GitHub Desktop.
Save jbma/709f77ebebc4608c8b7b to your computer and use it in GitHub Desktop.
<?php
if ( wp_is_mobile() ) {
add_filter( 'do_rocket_lazyload', '__return_false' );
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment