apply_filters( 'jb_job_submission_update_account_data', $userdata ) → {array}
Filters the userdata after updating user account when posting a new job.
Note: Validation already passed!
Parameters:
Name | Type | Description |
---|---|---|
$userdata |
array | Userdata based on the submitted form. See the list of all arguments https://developer.wordpress.org/reference/functions/wp_insert_user/#parameters |
- Since:
- 1.0
- Source:
Returns:
Userdata.
- Type
- array