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

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註