plausible / wordpress

Plausible Analytics WordPress plugin
https://plausible.io/wordpress-analytics-plugin
MIT License
52 stars 26 forks source link

Use the lightweight wp_get_upload_dir() instead of wp_upload_dir(). #138

Closed soderlind closed 1 year ago

soderlind commented 1 year ago

Using wp_upload_dir(), as in wp_upload_dir()['basedir'], without parameters will create a subfolder in your Uploads folder corresponding to the current month, if that folder is not already there.