WC_Settings_Integrations::get_integrationsprotectedWC 1.0

Get the currently available integrations. This method exists to ease unit testing.

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

Хуков нет.

Возвращает

array. Currently available integrations.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_integrations();

Код WC_Settings_Integrations::get_integrations() WC 11.1.0

protected function get_integrations() {
	return WC()->integrations->get_integrations();
}