BP_Admin::about_buddyboss_screen()
Output the Hello BuddyBoss template.
Description
Source
File: bp-core/classes/class-bp-admin.php
827 828 829 830 831 832 833 | public function about_buddyboss_screen() { if ( 0 !== strpos ( get_current_screen()->id, 'dashboard' ) || empty ( $_GET [ 'hello' ] ) || $_GET [ 'hello' ] !== 'buddyboss' ) { return ; } include $this ->admin_dir . 'templates/about-buddyboss.php' ; } |
Changelog
Version | Description |
---|---|
BuddyPress 1.7.0 Screen content. | BuddyPress 1.7.0 Screen content. |
BuddyBoss 1.0.0 Now outputs Hello BuddyBoss 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.