apply_filters( 'bp_core_set_uri_globals_member_slug', string $member_slug )
Filter the portion of the URI that is the displayed user’s slug.
Description Description
Eg. example.com/ADMIN (when root profiles is enabled) example.com/members/ADMIN (when root profiles isn’t enabled)
ADMIN would be the displayed user’s slug.
Parameters Parameters
- $member_slug
-
Source Source
File: bp-core/bp-core-catchuri.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |