Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_Person_Handler::insert_data( array $data = array(), string $action = 'registration' )

Insert user data during registrations and updates


Parameters Parameters

$data

(array) (Optional) Array of user data to be passed to WP core functions.

Default value: array()

$action

(string) (Optional) Either registration or update.

Default value: 'registration'


Top ↑

Return Return

(WP_Error|int) WP_Error on error or the WP User ID


Top ↑

Source Source

File: includes/class.llms.person.handler.php



Top ↑

Changelog Changelog

Changelog
Version Description
3.24.0
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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