w3tc_cdn_update_attachment_metadata

w3tc_cdn_update_attachment_metadata

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

See hook in core

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

apply_filters('w3tc_cdn_update_attachment_metadata') is found 1 times:

  • /Cdn_Plugin.php line 235
    	 */
    	public function update_attachment_metadata( $metadata ) {
    		$common = Dispatcher::component( 'Cdn_Core' );
    		$files  = $common->get_metadata_files( $metadata );
    		$files  = apply_filters( 'w3tc_cdn_update_attachment_metadata', $files );
    
    		$results = array();
    
    		$cdn_engine = $this->_config->get_string( 'cdn.engine' );
    		if ( Cdn_Util::is_engine_mirror( $cdn_engine ) ) {
    			if ( $this->_config->get_boolean( 'cdn.uploads.enable' ) ) {