WC_Settings_Integrations::get_integrations()
Get the currently available integrations. This method exists to ease unit testing.
Method of the class: WC_Settings_Integrations{}
No Hooks.
Return
Array
. Currently available integrations.
Usage
// protected - for code of main (parent) or child class $result = $this->get_integrations();
WC_Settings_Integrations::get_integrations() WC Settings Integrations::get integrations code WC 9.7.1
protected function get_integrations() { return WC()->integrations->get_integrations(); }