bbp_get_user_subscriptions_slug( $default = 'subscriptions' )
Return the single user subscriptions slug
Description
Return
(string)
Source
File: bp-forums/core/options.php
578 579 580 | function bbp_get_user_subscriptions_slug( $default = 'subscriptions' ) { return apply_filters( 'bbp_get_user_subscriptions_slug' , get_option( '_bbp_user_subs_slug' , $default ) ); } |
Changelog
Version | Description |
---|---|
bbPress (r4187) | 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.