Contents

BP_Compatibility_Admin_Integration_Tab::form_html()

Description

Source

File: bp-integrations/compatibility/bp-admin-compatibility-tab.php

25
26
27
28
29
30
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;
    }
}

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.