Skip to content

Instantly share code, notes, and snippets.

@neilgee
Created December 19, 2015 05:50
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 neilgee/70003b2b1bfe11a332b0 to your computer and use it in GitHub Desktop.
Save neilgee/70003b2b1bfe11a332b0 to your computer and use it in GitHub Desktop.
Snowstorm Effect in WordPress
<?php // <~ dont add me in
// Enqueue snow script
add_action( 'wp_enqueue_scripts', 'wpb_snow_script' );
function wpb_snow_script() {
wp_enqueue_script( 'snowstorm', get_stylesheet_directory_uri() . '/js/snowstorm.js', array(), '1.4.4', false );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment