bp_rest_namespace()

BuddyBoss REST API namespace.

Description

Return

(string)

Source

File: bp-core/bp-core-rest-api.php

102
103
104
105
106
107
108
109
110
111
112
function bp_rest_namespace() {
 
    /**
     * Filter API namespace.
     *
     * @param string $namespace BuddyBoss core namespace.
     *
     * @since BuddyBoss 1.3.5
     */
    return apply_filters( 'bp_rest_namespace', 'buddyboss' );
}

Changelog

Changelog
Version Description
BuddyBoss 1.3.5 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.