BP_Admin::about_buddyboss_app_screen()
Output the Hello BuddyBoss App template.
Description
Source
File: bp-core/classes/class-bp-admin.php
public function about_buddyboss_app_screen() {
if ( 0 !== strpos( get_current_screen()->id, 'dashboard' ) || empty( $_GET['hello'] ) || $_GET['hello'] !== 'buddyboss-app' ) {
return;
}
include $this->admin_dir . 'templates/about-buddyboss-app.php';
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 Output the Hello BuddyBoss App 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.