Advertisement
Guest User

Untitled

a guest
May 15th, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function wpdocs_theme_name_scripts() {
  2.     wp_enqueue_script( 'intexplorer', get_stylesheet_directory_uri() . 'intexplorer.js', array(), '1.0.0', true );
  3. }
  4. add_action( 'wp_enqueue_scripts', 'wpdocs_theme_name_scripts' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement