llms_register_user( array $data = array(), string $screen = 'registration', bool $signon = true, array $args = array() )

Register a new user


Description Description


Parameters Parameters

$data

(Optional) Array of registration data.

Default value: array()

$screen

(Optional) The screen to be used for the validation template, accepts "registration" or "checkout"

Default value: 'registration'

$signon

(Optional) If true, signon the newly created user

Default value: true

$args

(Optional) Additional arguments passed to the short-circuit filter.

Default value: array()


Top ↑

Return Return

(int|WP_Error)


Top ↑

Source Source

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


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Use LLMS_Form_Handler() for registration.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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