Apply filter to posted data in checkout.

This commit is contained in:
nils-fredrik@maksimer.no 2017-09-08 21:34:55 +02:00
parent 419244051e
commit 39bde22e56
1 changed files with 1 additions and 1 deletions

View File

@ -592,7 +592,7 @@ class WC_Checkout {
// BW compatibility.
$this->legacy_posted_data = $data;
return $data;
return apply_filters( 'woocommerce_checkout_posted_data', $data );
}
/**