jetpack_forms_is_integrations_enabled
jetpack_forms_is_integrations_enabled
Hook Type: filter
Displaying hooks found in version: jetpack.15.3.1apply_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