Skip to content

Instantly share code, notes, and snippets.

@timersys
Created March 3, 2016 16:43
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/a8568e1848a49ae2fe0c to your computer and use it in GitHub Desktop.
Save timersys/a8568e1848a49ae2fe0c to your computer and use it in GitHub Desktop.
Open a Popup programatically using Javascript
/**
* Function to open or close Popups programatically using Javascript
* Popup Plugin https://wordpress.org/plugins/popups/
*
**/
SPU.show(120);
SPU.hide(120, false, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment