This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BBP_BuddyPress_Members::setup_filters()
Setup the filters
Description
Source
File: bp-forums/members.php
67 68 69 70 71 | private function setup_filters() { add_filter( 'bbp_pre_get_user_profile_url' , array ( $this , 'user_profile_url' ) ); add_filter( 'bbp_get_favorites_permalink' , array ( $this , 'get_favorites_permalink' ), 10, 2 ); add_filter( 'bbp_get_subscriptions_permalink' , array ( $this , 'get_subscriptions_permalink' ), 10, 2 ); } |
Changelog
Version | Description |
---|---|
bbPress (r4395) | 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.