Filter for Cache Busting?
-
Hello, was curious if there was a filter for the url that is set in https://s3.amazonaws.com/pramadillo/pramadillo-2024-06-04-10-22-58.jpg
The issue we are having is when the user logs in to view protected content the page is still cached in their browser for them until they refresh. I would like to append a query string to that url via a filter something like
add_filter('ppress_ec_redirect_url', function($url){ return $url.'?cb='.time(); });
Is there some filter like that available?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.