jetpack_forms_webhooks_enabled
jetpack_forms_webhooks_enabled
Appears in: jetpack.15.3.1, jetpack.15.4
Hook Type: filter
Displaying hooks found in version: jetpack.15.4apply_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 false Whether webhooks should be enabled. Default false. */ return apply_filters( 'jetpack_forms_webhooks_enabled', false ); } /** * Returns true if the Integrations UI should be shown in the Forms dashboard. * * @since 6.22.0