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 Description
Parameters Parameters
- $user_id
-
(Required) New User ID.
- $password
-
(Optional) New User password.
Default value: ''
- $meta
-
(Optional) New User meta.
Default value: array()
Source Source
File: mu-plugins/learndash-multisite.php
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |