keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

add filter hook #233

Closed coreykn closed 3 years ago

coreykn commented 3 years ago

Add filter hook cache_enabler_mkdir_mode in Cache_Enabler_Disk::mkdir_p() to filter the mode assigned to directories on creation. The mode must be an octal number, which means it should have a leading zero. Default mode is 0755.

Closes #220