Advertisement
srikat

Untitled

Apr 16th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Enqueue Global Scripts and Styles
  2. add_action( 'wp_enqueue_scripts', 'sk_enqueue_sitewide' );
  3. function sk_enqueue_sitewide() {
  4.  
  5. wp_enqueue_script( 'global', get_stylesheet_directory_uri() . '/js/general.js', array( 'jquery' ), CHILD_THEME_VERSION, true );
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement