WC_Shipping::__clone
Cloning is forbidden.
Method of the class: WC_Shipping{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Shipping = new WC_Shipping(); $WC_Shipping->__clone();
Changelog
| Since 2.1 | Introduced. |
WC_Shipping::__clone() WC Shipping:: clone code WC 10.4.3
public function __clone() {
wc_doing_it_wrong( __FUNCTION__, __( 'Cloning is forbidden.', 'woocommerce' ), '2.1' );
}