In this article

filter

jetpack_forms_supported_integrations

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

How to use this hook

See “How to use actions and filters to customize Jetpack”.