You appear to be a bot. Output may be restricted
Description
Cloning is forbidden.
Usage
WC_Checkout::__clone();
Parameters
Returns
void
Source
File name: woocommerce/includes/class-wc-checkout.php
Lines:
1 to 3 of 3
public function __clone() { wc_doing_it_wrong( __FUNCTION__, __( 'Cloning is forbidden.', 'woocommerce' ), '2.1' ); }