bp_core_admin_settings()

The main settings page

Description

Source

File: bp-core/admin/bp-core-admin-settings.php

function bp_core_admin_settings() {
    $active_tab = bp_core_get_admin_active_tab();
    $form_action = bp_core_admin_setting_url( $active_tab );
	?>

	<div class="wrap">
		<h2 class="nav-tab-wrapper"><?php bp_core_admin_tabs( __( 'Settings', 'buddyboss' ) ); ?></h2>
		<div class="nav-settings-subsubsub">
			<ul class="subsubsub">
				<?php bp_core_settings_admin_tabs(); ?>
			</ul>
		</div>
		<form action="<?php echo esc_url( $form_action ) ?>" method="post">
            <?php bp_core_get_admin_active_tab_object()->form_html(); ?>
		</form>
	</div>

<?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.