DescriptionUsageParametersExamplesSource Code
Description
Triggered after the display of the update or invalid key notice for Gravity Forms.
Usage
1add_action( 'gform_updates', 'my_function', 10, 0 );
Parameters
There are not any parameters available for this action.
Examples
1234function my_function() { //Do something here}add_action( 'gform_updates', 'my_function', 10, 0 );
Source Code
This action hook is located in update.php.