Uses
Uses | Description |
---|---|
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/user.php: retreive_password | Fires before a new password is retrieved. |
wp-includes/user.php: retrieve_password | Fires before a new password is retrieved. |
wp-includes/user.php: allow_password_reset | Filters whether to allow a password to be reset. |
wp-includes/user.php: retrieve_password_key | Fires when a password reset key is generated. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/pluggable.php: wp_generate_password() | Generates a random password drawn from the defined set of characters. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/user.php: wp_update_user() | Update a user in the database. |
wp-includes/ms-functions.php: is_user_spammy() | Check to see whether a user is marked as a spammer, based on user login. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |