WC_Integrations::get_integrationspublicWC 1.0

Return loaded integrations.

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

Хуков нет.

Возвращает

array.

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

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

Код WC_Integrations::get_integrations() WC 11.1.0

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