Browse: Home / Classes / LD_Multisite /

LD_Multisite::wpmu_activate_user

LD_Multisite::wpmu_activate_user( int $user_id,  string $password = '',  array $meta = array() )

In Multisite when the user activates the new account we transfer the meta data to the user_meta table.


Description #


Parameters #

$user_id

(int) (Required) New User ID.

$password

(string) (Optional) New User password.

Default value: ''

$meta

(array) (Optional) New User meta.

Default value: array()


Source #

File: mu-plugins/learndash-multisite.php


Changelog #

Changelog
Version Description
1.0.0 Introduced.