This function has been deprecated. BuddyPress 1.6.0 instead.
bp_friends_filter_title()
Filters the title for the Connections component
Description
Source
File: bp-core/deprecated/buddypress/1.6.php
176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 | function bp_friends_filter_title() { _deprecated_function( __FUNCTION__ , '1.6' , 'Since BuddyPress 1.2, BP has not supported ordering of friend lists by URL parameters.' ); $current_filter = bp_action_variable( 0 ); switch ( $current_filter ) { case 'recently-active' : default : _e( 'Recently Active' , 'buddyboss' ); break ; case 'newest' : _e( 'Newest' , 'buddyboss' ); break ; case 'alphabetically' : _e( 'Alphabetically' , 'buddyboss' ); break ; } } |
Changelog
Version | Description |
---|---|
BuddyPress 1.6.0 | 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.