WC_Deprecated_Hooks::__construct()
Constructor.
Метод класса: WC_Deprecated_Hooks{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WC_Deprecated_Hooks = new WC_Deprecated_Hooks(); $WC_Deprecated_Hooks->__construct();
Код WC_Deprecated_Hooks::__construct() WC Deprecated Hooks:: construct WC 9.4.2
public function __construct() { $new_hooks = array_keys( $this->deprecated_hooks ); array_walk( $new_hooks, array( $this, 'hook_in' ) ); }