• Hello! Looks great plugin but not possible to turn off this notice in admin: Did you know Autoptimize includes on-the-fly image optimization and CDN via ShortPixel? Check out the Autoptimize Extra settings to activate this option.. Why?

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    hey pontkom;
    thanks for the 5 stars ??

    the notice normally can be dismissed, but for reasons which we have not yet been able to identify it does not work on some hosts (technically; the transient does not seem to get saved).

    you can however make the notice go away with this code snippet;

    
    add_filter('autoptimize_filter_main_imgopt_plug_notice','no_aosp_notice');
    function no_aosp_notice() {
        return '';
    }
    

    hope this helps,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Did you know Autoptimize includes on-the-fly image optimization and CDN via Shor’ is closed to new replies.