• Resolved Maya

    (@tdgu)


    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)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Easiest solution would be to use autoptimize_html_after_minify and there replace wp-content/cache with whatever you want (and assuming you have your webserver rewriting whatever you want back into wp-content/cache) @tdgu ??

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘No Filter available for optimized content’ is closed to new replies.