Skip to content

Instantly share code, notes, and snippets.

@timersys
Created August 1, 2014 19:45
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/8453614472d07122098b to your computer and use it in GitHub Desktop.
Save timersys/8453614472d07122098b to your computer and use it in GitHub Desktop.
disable load of javascript for Facebook, Twitter and Goggle in Popups plugin
<?php
// disable load of javascript for Facebook, Twitter and Goggle in Popups plugin http://wordpress.org/plugins/popups/
define( 'SPU_UNLOAD_FB_JS', true );
define( 'SPU_UNLOAD_TW_JS', true );
define( 'SPU_UNLOAD_GO_JS', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment