woocommerce_admin_order_preview_line_item_column_

woocommerce_admin_order_preview_line_item_column_

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

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_admin_order_preview_line_item_column_') is found 1 times:

  • /includes/admin/list-tables/class-wc-admin-list-table-orders.php line 352
    							$html .= "<div><small class='refunded'>-" . wc_price( $refund['total'], $price_args ) . '</small></div><br/>';
    						}
    						break;
    					default:
    						$html .= apply_filters( 'woocommerce_admin_order_preview_line_item_column_' . sanitize_key( $column ), '', $item, $item_id, $order );
    						break;
    				}
    				$html .= '</td>';
    			}
    
    			$html .= '</tr>';