woocommerce_download_parse_file_path, $file_path, $remote_file
woocommerce_download_parse_file_path, $file_path, $remote_file
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_download_parse_file_path, $file_path, $remote_file') is found 1 times:
- /includes/class-wc-download-handler.php line 341
* @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. *