bp_core_admin_settings()
The main settings page
Description
Source
File: bp-core/admin/bp-core-admin-settings.php
652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 | 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
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.