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.

發表回覆

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