Forums
(@daniel-lopes)
8 years ago
add_action(‘autoptimize_filter_css_fixurl_newurl’,’subdomain_magic’); function subdomain_magic($urlin) { return str_replace(‘wp-content/’,”,$urlin); }