woocommerce_display_item_downloads filter-hook . WC 1.0
Usage
add_filter( 'woocommerce_display_item_downloads', 'filter_function_name_8029', 10, 3 ); function filter_function_name_8029( $html, $item, $args ){ // filter... return $html; }
- $html
- -
- $item
- -
- $args
- -
Where the hook is called
woocommerce_display_item_downloads
woocommerce/includes/wc-template-functions.php 3351
$html = apply_filters( 'woocommerce_display_item_downloads', $html, $item, $args );