Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / BP_REST_Signup_Endpoint / BP_REST_Signup_Endpoint::check_user_password()

BP_REST_Signup_Endpoint::check_user_password( string $value )

Check a user password for the REST API.

Contents

  • Description
    • Parameters
    • Return
    • Source
    • Changelog
  • User Contributed Notes

Description #Description


Parameters #Parameters

$value

(Required) The password submitted in the request.


Top ↑

Return #Return

(string|WP_Error) The sanitized password, if valid, otherwise an error.


Top ↑

Source #Source

File: bp-members/classes/class-bp-rest-signup-endpoint.php


			

Expand full source code Collapse full source code


Top ↑

Changelog #Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress