do_action( 'tec_automator_before_update_zapier_api_keys', TECEvent_AutomatorZapierarray<string,mixed> , TECEvent_AutomatorZapierarray<string|TECEvent_AutomatorZapierstring> $api_key_data , string $api_id )
Fires after before the api_key list is updated for an API.
Contents
Parameters
-
(<span class="TECEvent_AutomatorZapierarray">TECEvent_AutomatorZapierarray) An array of API Keys formatted for options dropdown.
- $api_key_data
-
(<span class="TECEvent_AutomatorZapierarrayTECEvent_AutomatorZapierarray<string|">TECEvent_AutomatorZapierstring>) The array of data for an api_key to add to the list.
- $api_id
-
(string) The id of the API in use.
Source
File: src/Common/Event_Automator/Zapier/Abstract_API_Key_Api.php
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |