jetpack_forms_supported_integrations
jetpack_forms_supported_integrations
Appears in: jetpack.14.6, jetpack.14.7, jetpack.14.8, jetpack.14.9.1, jetpack.15.0, jetpack.15.1, jetpack.15.1.1, jetpack.15.2, jetpack.15.3.1, jetpack.15.4
Hook Type: filter
Displaying hooks found in version: jetpack.15.4apply_filters('jetpack_forms_supported_integrations') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 134
* - subtitle (string) : Default UI subtitle/description for the integration. * - 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