Is it possible to clean the WP Super Cache for a specific path?
-
I’m trying to create a api route to clean the WP Super Cache only for specifics paths, for example:
the path is “/javascript/*”
and i have a bunch of posts about javascript
https://www.my-website.com/javascript/beginners
https://www.my-website.com/javascript/mid
https://www.my-website.com/javascript/advanced
I want to just pass this path “/javascript/*”, or maybe a specific path like just the beginners route “/javascript/beginners”.
In a ideal world i would like to pass a array of strings (paths) and it would handle all of it.
It’s really important that this is exposed via a endpoint. Does anyone know how to help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Is it possible to clean the WP Super Cache for a specific path?’ is closed to new replies.