WC_Integrations::get_integrations()publicWC 1.0

Return loaded integrations.

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

Хуков нет.

Возвращает

Массив.

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

$WC_Integrations = new WC_Integrations();
$WC_Integrations->get_integrations();

Код WC_Integrations::get_integrations() WC 8.7.0

public function get_integrations() {
	return $this->integrations;
}