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()


Top ↑

Source Source

File: mu-plugins/learndash-multisite.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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