Advertisement
srikat

Untitled

Mar 16th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Enqueue JS for home hero video
  2. add_action( 'wp_enqueue_scripts', 'sk_enqueue_coverr' );
  3. function sk_enqueue_coverr() {
  4.  
  5. wp_enqueue_script( 'homepage', get_stylesheet_directory_uri() . '/js/home.js', array( 'jquery' ), CHILD_THEME_VERSION, true );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement