wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_create_user › WordPress Function
Seit2.0.0
Veraltetn/v
› wp_create_user ( $username, $password, $email = '' )
Parameter: (3) |
|
Siehe: | |
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Provides a simpler way of inserting a user into the database.
Creates a new user with just the username, password, and email. For more complex user creation use wp_insert_user() to specify more information.