bp_search_settings_callback_xprofile_group( $args )
Output Field Group name
Description
Parameters
- $args
-
(Required) array
- $group
-
(Required)
Source
File: bp-search/bp-search-settings.php
function bp_search_settings_callback_xprofile_group( $args ) {
$group = $args['group'];
?>
<strong><?php echo $group->name ?></strong>
<?php
}
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.