Add_Bdb_Integration::setup()
Source
File: src/integrations/buddyboss/add-bdb-integration.php
protected function setup() { $this->set_integration( 'BDB' ); $this->set_name( 'BuddyBoss' ); $this->set_icon( 'buddyboss-icon.svg' ); $this->set_icon_path( __DIR__ . '/img/' ); $this->set_plugin_file_path( 'buddyboss-platform/bp-loader.php' ); }
Expand full source code Collapse full source code View on Github