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