WC_Settings_Integrations::get_integrations()
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 Settings Integrations::get integrations WC 9.2.3
protected function get_integrations() { return WC()->integrations->get_integrations(); }