BP_Appboss_Admin_Integration_Tab
Setup AppBoss integration admin tab class.
Description
Source
File: bp-integrations/appboss/bp-admin-appboss-tab.php
class BP_Appboss_Admin_Integration_Tab extends BP_Admin_Integration_tab {
protected $current_section;
public function initialize() {
$this->tab_order = 10;
$this->intro_template = $this->root_path . '/templates/admin/integration-tab-intro.php';
$this->current_section = 'bp_appboss-integration';
}
public function form_html() {
$this->intro_template = $this->root_path . '/templates/admin/integration-tab-intro.php';
if (is_file($this->intro_template)) {
require $this->intro_template;
}
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Methods
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.