Skip to content

Instantly share code, notes, and snippets.

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