apply_filters( 'bp_core_members_shortlink_slug', string $slug )
Shortlink slug to redirect to logged-in user.
Description Description
The x.com/members/me/_ url will redirect to x.com/members/{LOGGED_IN_USER_SLUG}/_
Parameters Parameters
- $slug
-
Defaults to 'me'.
Source Source
File: bp-core/bp-core-catchuri.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |