#15038 Made WC_Checkout::get_posted_data() public

This commit is contained in:
Diego Zanella 2017-05-12 10:23:10 +01:00
parent c6fc0003c3
commit 8fd1366bba
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class WC_Checkout {
* @since 3.0.0
* @return array of data.
*/
protected function get_posted_data() {
public function get_posted_data() {
$skipped = array();
$data = array(
'terms' => (int) isset( $_POST['terms'] ),