Automattic\WooCommerce\Blocks\Integrations
IntegrationRegistry::get_all_registered
Retrieves all registered integrations.
Метод класса: IntegrationRegistry{}
Хуков нет.
Возвращает
IntegrationInterface[].
Использование
$IntegrationRegistry = new IntegrationRegistry(); $IntegrationRegistry->get_all_registered();
Код IntegrationRegistry::get_all_registered() IntegrationRegistry::get all registered WC 11.0.0
public function get_all_registered() {
return $this->registered_integrations;
}