woocommerce_display_item_downloads

woocommerce_display_item_downloads

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_display_item_downloads') is found 1 times:

  • /includes/wc-template-functions.php line 3527
    		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;