gform_default_notification

gform_default_notification

DescriptionUsageParametersExamples

Description
Use this filter to disable the default admin notification automatically generated for new forms.
Usage
1add_filter( 'gform_default_notification', '__return_false' );
Parameters

$is_enabled bool
Passes true, return false to disable.

Examples
Here is the simplest way to use this hook:
Source Code
This filter is located in GFFormDetail::save_form_info() in form_detail.php

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注