BP_REST_Members_Details_Endpoint::__construct()

Constructor.

Description

Source

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

30
31
32
33
public function __construct() {
    $this->namespace = bp_rest_namespace() . '/' . bp_rest_version();
    $this->rest_base = 'members';
}

Changelog

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.