Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@timersys
Created December 14, 2017 19:33
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 timersys/6493d8c9ab296c875b00a8294985924f to your computer and use it in GitHub Desktop.
Save timersys/6493d8c9ab296c875b00a8294985924f to your computer and use it in GitHub Desktop.
Disable Images Loaded plugin in Popups premium javascript
<?php // don't include opening tag if already exist
// Popups premium disable images loaded plugin
add_filter('spu/spuvar/imagesloaded', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment