Skip to content

Instantly share code, notes, and snippets.

@iamMonzurul
Forked from hasinhayder/enq-js.php
Last active June 10, 2016 22:44
Show Gist options
  • Save iamMonzurul/d3f9f919bc8fc9738b83 to your computer and use it in GitHub Desktop.
Save iamMonzurul/d3f9f919bc8fc9738b83 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