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
Hook Type: filter
Displaying hooks found in version: jetpack.15.1.1apply_filters('jetpack_forms_supported_integrations') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form-endpoint.php line 122
* - 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. */ return apply_filters( 'jetpack_forms_supported_integrations', $supported_integrations ); } /** * Registers the REST routes. * * @access public