WC_Deprecated_Hooks::__constructpublicWC 1.0

Constructor.

Method of the class: WC_Deprecated_Hooks{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_Deprecated_Hooks = new WC_Deprecated_Hooks();
$WC_Deprecated_Hooks->__construct();

WC_Deprecated_Hooks::__construct() code WC 10.8.1

public function __construct() {
	$new_hooks = array_keys( $this->deprecated_hooks );
	array_walk( $new_hooks, array( $this, 'hook_in' ) );
}