Uses
Uses | Description |
---|---|
wp-includes/class-wp-recovery-mode-email-service.php: WP_Recovery_Mode_Email_Service::send_recovery_mode_email() | Sends the Recovery Mode email to the site admin email address. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: human_time_diff() | Determines the difference between two timestamps. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |