BP_Compatibility_Integration::__construct()
Description
Source
File: bp-integrations/compatibility/bp-compatibility-integration.php
public function __construct() {
$this->start(
'compatibility',
__( 'BuddyPress', 'buddyboss' ),
'compatibility',
array(
'required_plugin' => array(),
)
);
// Add link to settings page.
add_filter( 'plugin_action_links', array( $this, 'action_links' ), 11000, 2 );
add_filter( 'network_admin_plugin_action_links', array( $this, 'action_links' ), 11000, 2 );
}
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.