WC_Settings_Integrations::get_integrations()protectedWC 1.0

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

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

Хуков нет.

Возвращает

Массив. Currently available integrations.

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

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

Код WC_Settings_Integrations::get_integrations() WC 8.7.0

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