ekandreas / bladerunner

WordPress plugin for Laravel Blade templating DEPRECATED
http://bladerunner.elseif.se
12 stars 1 forks source link

Add support for creating / deleting .cache folder on plugin activation / deactivation #2

Closed khromov closed 8 years ago

khromov commented 8 years ago

Unfortunately no great way in core to recursively delete a folder (Unless you want to initialize WP_Filesystem, which is a hassle) but this should be simple enough. :)