Gform default notification

Description

This hook is pending and has not been officially released.

Use this filter to disable the default admin notification automatically generated for new forms.

Usage

<?php
add_filter("gform_default_notification", "__return_false");
?>

Parameters

$is_enabled
(boolean) Passes true, return false to disable.

Examples

Here is the simplest way to use this hook:

<?php
add_filter("gform_default_notification", "__return_false");
?>

Source Code

This filter is located in form_detail.php

Search the Documentation