woocommerce_display_item_downloads

woocommerce_display_item_downloads

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('woocommerce_display_item_downloads') is found 1 times:

  • /includes/wc-template-functions.php line 3637
    		if ( $strings ) {
    			$html = $args['before'] . implode( $args['separator'], $strings ) . $args['after'];
    		}
    
    		$html = apply_filters( 'woocommerce_display_item_downloads', $html, $item, $args );
    
    		if ( $args['echo'] ) {
    			// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    			echo $html;
    		} else {
    			return $html;