Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. wp_register_script( 'custom', get_stylesheet_directory_uri() . '/js/custom.min.js', array('jquery','modernizr'), filemtime( get_stylesheet_directory().'/js/custom.min.js' ), true );
  2.  
  3. <script type='text/javascript' src='http://example.com/app/themes/MyTheme/js/custom.min.js'></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement