bp_core_admin_help()

Render the BuddyBoss Help page.

Description

Source

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

function bp_core_admin_help() {
	?>
    <div class="wrap">
        <h2 class="nav-tab-wrapper">
			<?php bp_core_admin_tabs( __( 'Help', 'buddyboss' ) ); ?>
        </h2>
    </div>
    <div class="wrap">
    <h1>
		<?php _e( 'Documentation', 'buddyboss' ); ?>
        <a href="https://www.buddyboss.com/resources/docs/" class="page-title-action"
           target="_blank"><?php _e( 'Online Resources', 'buddyboss' ); ?></a>
    </h1>

    <div class="wp-list-table widefat bp-help-card-grid">
		<?php
		bp_core_admin_help_main_page();
		?>
    </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.