Skip to content

Instantly share code, notes, and snippets.

@jbma
Created December 28, 2015 14:26
Show Gist options
  • Save jbma/7d8f8eae6230f99caf1c to your computer and use it in GitHub Desktop.
Save jbma/7d8f8eae6230f99caf1c to your computer and use it in GitHub Desktop.
<?php
add_action( 'wp_enqueue_scripts', 'test_register_script' );
function test_register_script(){
wp_enqueue_script( 'test', get_template_directory_uri().'/js/test.js', false, '2.10.3');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment