WC_Deprecated_Hooks::__construct()publicWC 1.0

Constructor.

Method of the class: WC_Deprecated_Hooks{}

No Hooks.

Return

null. Nothing (null).

Usage

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

WC_Deprecated_Hooks::__construct() code WC 8.7.0

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