BP_LearnDash_Admin_Integration_Tab::form_html()
Load the settings html
Description
Source
File: bp-integrations/learndash/bp-admin-learndash-tab.php
public function form_html() {
// Check Group component active.
if (!bp_is_active('groups')) {
if (is_file($this->intro_template)) {
require $this->intro_template;
}
return;
}
parent::form_html();
}
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.