tlovett1 / simple-cache

A simple caching plugin for WordPress.
https://wordpress.org/plugins/simple-cache/
129 stars 33 forks source link

Implements sc_get_cache_path() #98

Closed jaygooby closed 4 years ago

jaygooby commented 5 years ago

which wasn't added when the call was introduced in 7423cc23ab0c7de952c5522760e98dc63518d896

I've added it to inc/pre-wp-functions.php because that's where your other sc_get_ named functions live

tlovett1 commented 4 years ago

Merging but will have to remove untrailingslashit since that's a WP function.