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