gform_enable_shortcode_notification_message

Description

Allows the disabling of the notification message defined in the shortcode.

Usage

add_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.