bbp_member_forums_screen_subscriptions()
Hook Forums subscriptions template into plugins template
Description
Source
File: bp-forums/functions.php
function bbp_member_forums_screen_subscriptions() { add_action( 'bp_template_content', 'bbp_member_forums_subscriptions_content' ); bp_core_load_template( apply_filters( 'bbp_member_forums_screen_subscriptions', 'members/single/plugins' ) ); }
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.