llms_update_user( array $data = array(), string $screen = 'account' )

Perform validations according to $screen and updates the user


Description Description

See also See also


Top ↑

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'


Top ↑

Return Return

(int|WP_Error)


Top ↑

Source Source

File: includes/functions/llms.functions.person.php

function llms_update_user( $data = array(), $screen = 'account' ) {
	return LLMS_Person_Handler::update( $data, $screen );
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.





Permalink: