WC_Checkout::__clone()publicWC 1.0

Cloning is forbidden.

Method of the class: WC_Checkout{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Checkout = new WC_Checkout();
$WC_Checkout->__clone();

WC_Checkout::__clone() code WC 8.6.1

public function __clone() {
	wc_doing_it_wrong( __FUNCTION__, __( 'Cloning is forbidden.', 'woocommerce' ), '2.1' );
}