BP_Admin::about_appboss_screen()

Output the Hello AppBoss template.

Description

Source

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

	public function about_appboss_screen() {
		if ( 0 !== strpos( get_current_screen()->id, 'dashboard' ) || empty( $_GET['hello'] ) || $_GET['hello'] !== 'appboss' ) {
			return;
		}

		include $this->admin_dir . 'templates/about-appboss.php';
	}

Changelog

Changelog
Version Description
BuddyBoss 1.0.0 Output the Hello AppBoss template. 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.