bp_get_the_profile_group_slug()

Return the XProfile group slug.

Description

Return

(string)

Source

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

327
328
329
330
331
332
333
334
335
336
337
338
function bp_get_the_profile_group_slug() {
    global $group;
 
    /**
     * Filters the XProfile group slug.
     *
     * @since BuddyPress 1.1.0
     *
     * @param string $value Slug for the profile group.
     */
    return apply_filters( 'bp_get_the_profile_group_slug', sanitize_title( $group->name ) );
}

Changelog

Changelog
Version Description
BuddyPress 1.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.