gform_enable_shortcode_notification_message

gform_enable_shortcode_notification_message

DescriptionUsageParametersSource CodeSince

Description
Allows the disabling of the notification message defined in the shortcode.
Usage
1add_filter( 'gform_enable_shortcode_notification_message', 'your_function_name', 10, 2 );

Parameters

true bool
If the notification message shortcode should be used.

$form array
The Form Object.

$lead array
The Entry Object.

Source Code
This filter is located in common.php.
Since
This filter was added in Gravity Forms 1.9.2.

发表回复

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