wpsc_cdn_urls
wpsc_cdn_urls
Appears in: wp-super-cache.1.10.0, wp-super-cache.1.11.0, wp-super-cache.1.12.0, wp-super-cache.1.12.1, wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.1.7.0, wp-super-cache.1.7.1, wp-super-cache.1.7.2, wp-super-cache.1.7.3, wp-super-cache.1.7.4, wp-super-cache.1.7.7, wp-super-cache.1.7.9, wp-super-cache.1.8, wp-super-cache.1.9, wp-super-cache.1.9.1, wp-super-cache.1.9.2, wp-super-cache.1.9.3, wp-super-cache.1.9.4
Hook Type: filter
Displaying hooks found in version: wp-super-cache.1.9.4apply_filters('wpsc_cdn_urls') is found 1 times:
- /ossdl-cdn.php line 205
if ( ! in_array( $ossdl_off_cdn_url, (array) $ossdl_arr_of_cnames, true ) ) {
$ossdl_arr_of_cnames = array_merge( array( $ossdl_off_cdn_url ), (array) $ossdl_arr_of_cnames );
}$ossdl_arr_of_cnames = apply_filters( ‘wpsc_cdn_urls’, $ossdl_arr_of_cnames );
$dirs = scossdl_off_additional_directories();
$regex = ‘`(?<=[(\"\'])' . preg_quote( $ossdl_off_blog_url, '`' ) . '/(?:((?:' . $dirs . ')[^\"\')]+)|([^/\"\']+\.[^/\"\')]+))(?=[\"\')])`'; return preg_replace_callback( $regex, 'scossdl_off_rewriter', $content ); } [/php]