bp_search_settings_callback_user_fields_label()

Output Account field label name

Description

Parameters

$args

(Required) array

$group

(Required)

Source

File: bp-search/bp-search-settings.php

589
590
591
592
593
function bp_search_settings_callback_user_fields_label() {
    ?>
    <strong><?php esc_html_e( 'Account', 'buddyboss' ) ?></strong>
    <?php
}

Changelog

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.