WC_Checkout::__clone()

Cloning is forbidden.


Description Description


Source Source

File: includes/class-wc-checkout.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.