jetpack_forms_is_integrations_enabled, true
jetpack_forms_is_integrations_enabled, true
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_forms_is_integrations_enabled, true') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 129
* Whether to enable the Integrations UI. * * @param bool true Whether to enable the Integrations UI. Default true. */ return apply_filters( 'jetpack_forms_is_integrations_enabled', true ); } /** * Returns true if webhooks are enabled. * * @return boolean