bbp_get_user_slug( $default = 'user' )
Return the single user slug
Description
Return
(string)
Source
File: bp-forums/core/options.php
558 559 560 | function bbp_get_user_slug( $default = 'user' ) { return apply_filters( 'bbp_get_user_slug' , bbp_maybe_get_root_slug() . get_option( '_bbp_user_slug' , $default ) ); } |
Changelog
Version | Description |
---|---|
bbPress (r3759) | 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.