w3tc_cdn_add_attachment

w3tc_cdn_add_attachment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_cdn_add_attachment') is found 1 times:

  • /Cdn_Core_Admin.php line 251
     
    						$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 );