Core Function
View Source on Trac ↗ wp_validate_application_password()
wp_validate_application_password( mixed $input_user ) Validates the application password credentials passed via Basic Authentication.
Parameters 1 required
| Name / Type | Description |
|---|---|
| (int | | false) $input_user User ID if one has been determined, false otherwise. Required |
Return Value
((int)
| false) The authenticated user ID if successful, false otherwise.
Function Information
Since Version
5.6.0
Source File
wp-includes/user.php
Advertisement