Guest User

Untitled

a guest
Jan 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Boostrap JavaScript
  2. function bootstrap() {
  3. wp_enqueue_script(
  4. 'handlerBootstrap',
  5. get_stylesheet_directory_uri() . '/dist/js/bootstrap.min.js',
  6. array('jquery')
  7. );
  8. }
Add Comment
Please, Sign In to add comment