Merge pull request #16765 from Nils-Fredrik/master

Apply filter to posted data in checkout.
This commit is contained in:
Mike Jolley 2017-09-14 11:28:55 -07:00 committed by GitHub
commit ca01b824a6
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 );
}
/**