bp_get_search_user_fields()
Returns array of search field labels.
Description
Source
File: bp-search/bp-search-functions.php
505 506 507 508 509 510 511 512 | function bp_get_search_user_fields() { return [ 'user_meta' => __( 'User Meta' , 'buddyboss' ), 'display_name' => __( 'Display Name' , 'buddyboss' ), 'user_email' => __( 'User Email' , 'buddyboss' ), 'user_login' => __( 'Username' , 'buddyboss' ) ]; } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.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.