Created
December 28, 2015 14:26
-
-
Save jbma/7d8f8eae6230f99caf1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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