woocommerce_download_parse_file_path

woocommerce_download_parse_file_path

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_download_parse_file_path') is found 1 times:

  • /includes/class-wc-download-handler.php line 328
    		* @param bool $remote_file Remote File Indicator.
    		*/
    		return array(
    			'remote_file' => $remote_file,
    			'file_path'   => apply_filters( 'woocommerce_download_parse_file_path', $file_path, $remote_file ),
    		);
    	}
    
    	/**
    	 * Download a file using X-Sendfile, X-Lighttpd-Sendfile, or X-Accel-Redirect if available.
    	 *