rest_application_password_check_errors
rest_application_password_check_errors ( $result )
Parameters:- (WP_Error|null|true) result Error from another authentication handler, null if we should handle it, or another value if not.
Returns:- (WP_Error|null|true) WP_Error if the application password is invalid, the $result, otherwise true.
Defined at: - Introduced in WordPress: 5.6.0
- Deprecated in WordPress: —
Description
Checks for errors when using application password-based authentication.