BP_Admin_Tab::form_html()

Output the form html on the setting page (not including tab and page title)

Description

Source

File: bp-core/classes/class-bp-admin-tab.php

234
235
236
237
238
239
240
241
242
243
244
public function form_html() {
    settings_fields( $this->tab_name );
    $this->bp_custom_do_settings_sections( $this->tab_name );
 
    printf(
        '<p class="submit">
            <input type="submit" name="submit" class="button-primary" value="%s" />
        </p>',
        esc_attr__( 'Save Settings', 'buddyboss' )
    );
}

Changelog

Changelog
Version Description
BuddyBoss 1.4.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.