Filters the list of supported integrations available in Jetpack Forms. Use this filter to add, modify, or remove integrations. Removing an integration here will prevent it from being returned by the REST integrations endpoints and from being displayed in the UI.
Parameters
- $integrations
array Associative array of integration configurations keyed by slug. Each configuration supports the following keys: – type (string) : 'plugin' or 'service'. – file (string|null) : Plugin file path for plugins; null for services. – settings_url (string|null) : Relative admin URL for settings, or null. – marketing_redirect_slug (string|null) : Redirect slug for marketing links, or null. – title (string) : Default UI title for the integration. – subtitle (string) : Default UI subtitle/description for the integration.
Changelog
- Introduced in Jetpack 6.4.0