Action: gform_post_update_form_meta
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_post_update_form_meta(base hook)gform_post_update_form_meta_1(with first modifier value)
Fires after form meta has been updated for any form
Parameters
| Name | Type | Description |
|---|---|---|
| $form_meta | mixed | The Form Meta object from the database |
| $form_id | int | The ID of the form data was updated |
| $meta_name | string | The name of the meta updated |
Source
Defined in forms_model.php at line 2181