BP_Admin_Integration_tab::form_html()

Description

Source

File: bp-core/classes/class-bp-admin-integration-tab.php

64
65
66
67
68
69
70
71
72
73
74
public function form_html() {
    if ( $this->required_plugin && ! is_plugin_active( $this->required_plugin ) ) {
        if ( is_file ( $this->intro_template ) ) {
            require $this->intro_template;
        }
 
        return;
    }
 
    return parent::form_html();
}

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.