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


Top ↑

Source Source

File: bp-core/bp-core-catchuri.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.