apply_filters( "tec_event_automator_{$api_id}_dashboard_fields", TECEvent_AutomatorIntegrationsAdminarray<string,array> $fields, TECEvent_AutomatorIntegrationsDashboard $this )

Filters the integration endpoint dashboard shown to the user in the Events > Settings > Integrations tab.


Parameters

$fields

(<span class="TECEvent_AutomatorIntegrationsAdminarray">TECEvent_AutomatorIntegrationsAdminarray) A map of the API fields that will be printed on the page.

$this

(TECEvent_AutomatorIntegrationsDashboard) A Dashboard instance.


Top ↑

Source

File: src/Common/Event_Automator/Integrations/Admin/Abstract_Dashboard.php


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.