Skip to content

Instantly share code, notes, and snippets.

@jillmugge
Created April 22, 2014 14:52
Show Gist options
  • Save jillmugge/11182246 to your computer and use it in GitHub Desktop.
Save jillmugge/11182246 to your computer and use it in GitHub Desktop.
enqueue jquery.videoBG
<?php
function load_custom_scripts(){
wp_register_script( 'jquery.videoBG', get_stylesheet_directory_uri() . '/js/jquery.videoBG.js', array('jquery'));
wp_enqueue_script( 'jquery.videoBG' );
}
add_action( 'wp_enqueue_scripts', 'load_custom_scripts' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment