Skip to content

Instantly share code, notes, and snippets.

@jbma
Created February 7, 2016 10:05
Show Gist options
  • Save jbma/d962eb70594ab1bcaaf9 to your computer and use it in GitHub Desktop.
Save jbma/d962eb70594ab1bcaaf9 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'wp', '__rocket_lazyload_if_log' );
function __rocket_lazyload_if_log() {
if (is_user_logged_in ()){
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