bbp_subscriptions_permalink( int $user_id )
Output the link to the user’s subscriptions page (profile page)
Description
Parameters
- $user_id
-
(Optional) User id
Source
File: bp-forums/users/template.php
function bbp_subscriptions_permalink( $user_id = 0 ) {
echo esc_url( bbp_get_subscriptions_permalink( $user_id ) );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2688) | 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.