Skip to content

Instantly share code, notes, and snippets.

@WebEndevSnippets
Created June 12, 2013 13:05
Show Gist options
  • Save WebEndevSnippets/5765057 to your computer and use it in GitHub Desktop.
Save WebEndevSnippets/5765057 to your computer and use it in GitHub Desktop.
Plugin: Do not load Lazy Load JS on Front Page
if ( is_front_page() ) // *************** WebEndev MOD to not load JS on Front Page ******************
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment