BP_REST_Signup_Endpoint::check_user_password( string $value )
Check a user password for the REST API.
Description Description
Parameters Parameters
- $value
-
(Required) The password submitted in the request.
Return Return
(string|WP_Error) The sanitized password, if valid, otherwise an error.
Source Source
File: bp-members/classes/class-bp-rest-signup-endpoint.php
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |