jetpack_forms_webhooks_enabled

jetpack_forms_webhooks_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.4

apply_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