jetpack_forms_webhooks_enabled
jetpack_forms_webhooks_enabled
Hook Type: filter
Displaying hooks found in version: jetpack.15.5apply_filters('jetpack_forms_webhooks_enabled') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/class-jetpack-forms.php line 139
* Whether to enable webhooks for Jetpack Forms. * * @param bool true Whether webhooks should be enabled. Default true. */ return apply_filters( 'jetpack_forms_webhooks_enabled', true ); } /** * Returns true if the Integrations UI should be shown in the Forms dashboard. * * @since 6.22.0