BP_REST_XProfile_Update_Endpoint::__construct()
Constructor.
Description
Source
File: bp-xprofile/classes/class-bp-rest-xprofile-update-endpoint.php
public function __construct() {
$this->namespace = bp_rest_namespace() . '/' . bp_rest_version();
$this->rest_base = buddypress()->profile->id . '/update';
$this->group_fields_endpoint = new BP_REST_XProfile_Field_Groups_Endpoint();
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.