llms_update_user( array $data = array(), string $screen = 'account' )
Perform validations according to $screen and updates the user
Contents
Description Description
See also See also
Parameters Parameters
- $data
-
(array) (Optional) array of user data
Default value: array()
- $screen
-
(string) (Optional) screen to perform validations for, accepts "account" or "checkout"
Default value: 'account'
Return Return
(int|WP_Error)
Source Source
File: includes/functions/llms.functions.person.php
function llms_update_user( $data = array(), $screen = 'account' ) { return LLMS_Person_Handler::update( $data, $screen ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: