No Filter available for optimized content
-
Hi,
On my site, I’m using a plugin to change the default WordPress URLs ( WP Hide ). Unfortunately it appears there is no filter available on your code which can be used to change the URLs before the asset content is being saved locally as cached file.
I believe the best place to insert such a filter would be at /classes/autoptimizeCache.php at function cache(), at the top of the function code
e.g.
$data = apply_filters( 'autoptimize_optimized_to_cache' , $data, $mime );
I hope this can be updated soon.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘No Filter available for optimized content’ is closed to new replies.