Created
August 1, 2014 19:45
-
-
Save timersys/8453614472d07122098b to your computer and use it in GitHub Desktop.
disable load of javascript for Facebook, Twitter and Goggle in Popups plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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