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.


Top ↑

Source Source

File: includes/class-wc-download-handler.php


Top ↑

Changelog Changelog

Changelog
Version Description
4.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.