diff --git a/includes/class-wc-order-item.php b/includes/class-wc-order-item.php index 12f284db4a6..284ed989336 100644 --- a/includes/class-wc-order-item.php +++ b/includes/class-wc-order-item.php @@ -219,7 +219,7 @@ class WC_Order_Item extends WC_Data implements ArrayAccess { ); } - return $formatted_meta; + return apply_filters( 'woocommerce_order_item_get_formatted_meta_data', $formatted_meta, $this ); } /*