Skip to content

Instantly share code, notes, and snippets.

@flymke
Created May 14, 2020 13:16
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 flymke/eafbdf972fc5ef6c173ece70ec1731ec to your computer and use it in GitHub Desktop.
Save flymke/eafbdf972fc5ef6c173ece70ec1731ec to your computer and use it in GitHub Desktop.
Include jQueryModal for SantaPress
function santapress_load_jquerymodal() {
wp_enqueue_script( 'jquery-modal-santapress', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.js', array(), '0.9.2', true );
}
add_action('wp_enqueue_scripts', 'santapress_load_jquerymodal');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment