Username Password (forgot?) or Register
wp-js
/wp-content/plugins/
/wp-js/
777
<?php wp_js('path/to/js/file.js'); ?>
i.e. <script src="<?php wp_js('path/to/js/file.js'); ?>" type="text/javascript"></script>
<script src="<?php wp_js('path/to/js/file.js'); ?>" type="text/javascript"></script>
Download
Log in to vote.