bp_get_invites_root_slug()

Return the invites component root slug.

Description

Return

(string)

Source

File: bp-invites/bp-invites-template.php

54
55
56
57
58
59
60
61
62
63
64
function bp_get_invites_root_slug() {
 
    /**
     * Filters the invites component root slug.
     *
     * @since BuddyBoss 1.0.0
     *
     * @param string $root_slug Invites component root slug.
     */
    return apply_filters( 'bp_get_invites_root_slug', buddypress()->invites->root_slug );
}

Changelog

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