Automattic\WooCommerce\Internal

RegisterHooksInterface::register()publicWC 1.0

Register this class instance to the appropriate hooks.

Метод класса: RegisterHooksInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$RegisterHooksInterface = new RegisterHooksInterface();
$RegisterHooksInterface->register();

Код RegisterHooksInterface::register() WC 9.4.2

public function register();