Enqueue All Stylesheets Found In a Theme Folder
Is there a built-in Wordpress function that will allow you to enqueue all stylesheets for a particular theme?
I have a directory structure that looks like:
-my-custom-theme
-css
-header.css
-footer.css
-functions.php
I want to load all CSS files found in the my-custom-theme/css
folder
Topic wp-enqueue-script css themes Wordpress
Category Web