Guest User

Untitled

a guest
Oct 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function web_script() {
  2. wp_register_script( 'web_script', 'main.js' );
  3. wp_enqueue_script('web_script');
  4. }
  5.  
  6. add_action( 'wp_enqueue_scripts', 'web_script' );
  7.  
  8. wp_register_script( 'web_script', get_template_directory_uri() . '/main.js';
Add Comment
Please, Sign In to add comment