BP_Integration::setup_actions()

Description

Source

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

69
70
71
72
73
74
75
76
77
public function setup_actions() {
    add_action( 'bp_register_admin_integrations', array( $this, 'setup_admin_integration_tab' ) );
 
    if ( $this->is_activated() ) {
        $this->activation();
        add_action( 'bp_include',                array( $this, 'includes'               ), 8 );
        add_action( 'bp_late_include',           array( $this, 'late_includes'          ) );
    }
}

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.