Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. //functions.php
  2.  
  3. function wpse101292_enqueue_script() {
  4.     wp_register_script( 'stickyheadergcm', get_template_directory_uri() . '/stickyheadergcm.js', array( 'jquery' ) );
  5.     wp_enqueue_script('stickyheadergcm');
  6. }
  7. add_action( 'wp_enqueue_scripts', 'wpse101292_enqueue_script', 8 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement