Advertisement
Guest User

Untitled

a guest
May 8th, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php
  2.  
  3. function add_theme_scripts() {
  4.     wp_enqueue_script( 'script', get_template_directory_uri() . '/js/script.js', array ( 'javascript' ), 1.1, true);
  5. }
  6.  
  7. add_action('wp_enqueue_scripts', 'add_theme_scripts');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement