Skip to content

Instantly share code, notes, and snippets.

@rafpro
Forked from hasinhayder/enq-js.php
Last active August 29, 2015 14:09
Show Gist options
  • Save rafpro/b5a13d86ff81065ac6fd to your computer and use it in GitHub Desktop.
Save rafpro/b5a13d86ff81065ac6fd to your computer and use it in GitHub Desktop.
<?php
#!/usr/bin/env php
foreach(glob("*.js") as $js){
echo "wp_enqueue_script( 'wptheme-{$js}', get_template_directory_uri().'/js/{$js}', array('jquery'),'1.0',true);\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment