diff --git a/includes/class-wc-checkout.php b/includes/class-wc-checkout.php index 5bd9de2acad..00a8cc7cdeb 100644 --- a/includes/class-wc-checkout.php +++ b/includes/class-wc-checkout.php @@ -592,7 +592,7 @@ class WC_Checkout { // BW compatibility. $this->legacy_posted_data = $data; - return $data; + return apply_filters( 'woocommerce_checkout_posted_data', $data ); } /**