woocommerce_product_file, $file, $this, $download_id
woocommerce_product_file, $file, $this, $download_id
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_file, $file, $this, $download_id') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 2307
} else { $file = false; } return apply_filters( 'woocommerce_product_file', $file, $this, $download_id ); } /** * Get file download path identified by $download_id. * * @param string $download_id file identifier.