[ad_1]
Hi @futureyoon,
When testing whether an asset should be rewritten or not, we run the following filter that you could hook into…
/**
* @param bool $rewrite Should the src be rewritten?
* @param string $src The asset URL to be rewritten.
* @param string|null $handle The asset's registered handle in the WordPress enqueue system.
*/
return apply_filters( 'as3cf_assets_should_rewrite_src', $rewrite, $src, $handle );-IJ
