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