wp_validate_application_password
wp_validate_application_password ( $input_user )
Parameters:- (int|false) input_user User ID if one has been determined, false otherwise.
Returns:- (int|false) The authenticated user ID if successful, false otherwise.
Defined at: - Introduced in WordPress: 5.6.0
- Deprecated in WordPress: —
Description
Validates the application password credentials passed via Basic Authentication.