wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_create_user › WordPress Function
Since2.0.0
Deprecatedn/a
› wp_create_user ( $username, $password, $email = '' )
Parameters: (3) |
|
See: | |
Returns: |
|
Defined at: |
|
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.