apply_filters( 'woocommerce_download_product_filepath', string $file_path , string $email_address , WC_Order|bool $order , WC_Product $product , WC_Customer_Download $download )
Filter download filepath.
Description Description
Parameters Parameters
- $file_path
-
File path.
- $email_address
-
Email address.
- $order
-
Order object or false.
- $product
-
Product object.
- $download
-
Download data.
Source Source
File: includes/class-wc-download-handler.php
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |