woocommerce_file_download_path, $meta_value[file], $product, $key
woocommerce_file_download_path, $meta_value[file], $product, $key
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_file_download_path, $meta_value[file], $product, $key') is found 1 times:
- /includes/data-stores/class-wc-product-data-store-cpt.php line 680
* @param string $file The file path. * @param WC_Product $product The product object. * @param string $key The download key. */ $download->set_file( apply_filters( 'woocommerce_file_download_path', $meta_value['file'], $product, $key ) ); /** * Filter product download after initialization. * * @since 10.6.0 *