#15038 Made WC_Checkout::get_posted_data() public
This commit is contained in:
parent
c6fc0003c3
commit
8fd1366bba
|
@ -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'] ),
|
||||
|
|
Loading…
Reference in New Issue