WC_Emails::__wakeup()publicWC 2.1

Unserializing instances of this class is forbidden.

Method of the class: WC_Emails{}

No Hooks.

Return

null. Nothing (null).

Usage

$WC_Emails = new WC_Emails();
$WC_Emails->__wakeup();

Changelog

Since 2.1 Introduced.

WC_Emails::__wakeup() code WC 8.7.0

public function __wakeup() {
	wc_doing_it_wrong( __FUNCTION__, __( 'Unserializing instances of this class is forbidden.', 'woocommerce' ), '2.1' );
}