jetpack_forms_supported_integrations, $supported_integrations
jetpack_forms_supported_integrations, $supported_integrations
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_forms_supported_integrations, $supported_integrations') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 155
* - active_tooltip (string) : Tooltip copy for when the integration is active/connected. * - enabled_by_default (bool) : Whether the integration is enabled by default on new forms. * - icon_url (string|null) : Absolute URL to an icon to display in the UI. */ return apply_filters( 'jetpack_forms_supported_integrations', $supported_integrations ); } /** * Registers the REST routes. * * @access public