w3tc_cdn_add_attachment, $post_files
w3tc_cdn_add_attachment, $post_files
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_cdn_add_attachment, $post_files') is found 1 times:
- /Cdn_Core_Admin.php line 305
$post_files = array_merge( $post_files, $common->get_metadata_files( $metadata ) ); } $post_files = apply_filters( 'w3tc_cdn_add_attachment', $post_files ); $files = array_merge( $files, $post_files ); } $common = Dispatcher::component( 'Cdn_Core' ); $common->upload( $files, false, $results, $timeout_time );