• Resolved jmslbam

    (@jmslbam)


    Your Troubleshooting page says to manually exlcude the JS file, but you as plugin author can do it by code yourself? Did you know that?

    function rc_rocket_exclude_js( $excluded_js ) {
    	$excluded_js[] = 'jquery.min.js';
    	return $excluded_js;
    }
    add_filter( 'rocket_exclude_js', 'rc_rocket_exclude_js' );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Auto exclude https://cdn.trustindex.io/* Javascript file’ is closed to new replies.