jetpack_forms_is_integrations_enabled
jetpack_forms_is_integrations_enabled
Appears in: jetpack.15.1, jetpack.15.1.1, jetpack.15.2, jetpack.15.3.1, jetpack.15.4, jetpack.15.5, jetpack.15.6
Hook Type: filter
Displaying hooks found in version: jetpack.15.6apply_filters('jetpack_forms_is_integrations_enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 125
* 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