iTx Technologies offre gratuitement
cet espace pour Wordpress !

title

Body

[fermer]

/ -> wp-login.php (sommaire)

WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.

Taille du fichier: 590 lignes (23 kb)
Inclus ou requis:0 fois
Réferencé: 1 fois
Inclus or requis: 0 fichiers

Defines 4 functions

  login_header()
  retrieve_password()
  reset_password()
  register_new_user()

Fonctions
Fonctions qui ne font pas partie d'une classe :

login_header($title = 'Log In', $message = '', $wp_error = '')   X-Ref
Outputs the header for the login page.

param: string $title Optional. WordPress Log In Page title to display in
param: string $message Optional. Message to display in header.
param: WP_Error $wp_error Optional. WordPress Error Object

retrieve_password()   X-Ref
Handles sending password retrieval email to user.

return: bool|WP_Error True: when finish. WP_Error on error

reset_password($key, $login)   X-Ref
Handles resetting the user's password.

param: string $key Hash to validate sending user's password
return: bool|WP_Error

register_new_user($user_login, $user_email)   X-Ref
Handles registering a new user.

param: string $user_login User's username for logging in
param: string $user_email User's email address to send password and add
return: int|WP_Error Either user's ID or error on failure.



Generé en: Wed Mar 3 10:36:47 2010 | Cross-referenced par PHPXref 0.7