Skip to main content

Filter: gravityview/edit_entry/user_registration/restored_user

Modify the user data after updated by Gravity Forms User Registration but before restored by GravityView.

Parameters

NameTypeDescription
$restored_user\WP_UserThe user with restored details about to be updated by wp_update_user().
$user_before_update\WP_UserThe user before being updated by Gravity Forms User Registration.
$user_after_update\WP_UserThe user after being updated by Gravity Forms User Registration.
$entryarrayThe Gravity Forms entry that was just updated.

Since

  • 1.14

Source

Defined in src/Extension/EditEntry/EditEntryUserRegistration.php at line 339