bbp_member_forums_subscriptions_content()
Get the topics subscribed template part
Description
Source
File: bp-forums/functions.php
270 271 272 273 274 275 276 277 278 279 280 | function bbp_member_forums_subscriptions_content() { ?> <div id= "bbpress-forums" > <?php bbp_get_template_part( 'user' , 'subscriptions' ); ?> </div> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r3552) | 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.