Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function my_theme_scripts_function() {
  2. wp_enqueue_script( 'myscript', get_stylesheet_directory_uri() . '/js/scripts.js');
  3. }
  4. add_action('wp_enqueue_scripts','my_theme_scripts_function');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement