Guest User

Untitled

a guest
Jan 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Custom JavaScript
  2. function nameofcustomjs() {
  3. wp_enqueue_script(
  4. 'handlerAos',
  5. get_stylesheet_directory_uri() . '/extensions/aos/aos.js',
  6. array('jquery')
  7. );
  8. }
  9.  
  10. add_action( 'wp_enqueue_scripts', 'nameofcustomjs' );
Add Comment
Please, Sign In to add comment