Apply filter to posted data in checkout.
This commit is contained in:
parent
419244051e
commit
39bde22e56
|
@ -592,7 +592,7 @@ class WC_Checkout {
|
||||||
// BW compatibility.
|
// BW compatibility.
|
||||||
$this->legacy_posted_data = $data;
|
$this->legacy_posted_data = $data;
|
||||||
|
|
||||||
return $data;
|
return apply_filters( 'woocommerce_checkout_posted_data', $data );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue