Add_Bdb_Integration::__construct()
Add_Bdb_Integration constructor.
Source
File: src/integrations/buddyboss/add-bdb-integration.php
public function __construct() { // Add directories to auto loader // add_filter( 'uncanny_automator_integration_directory', [ $this, 'add_integration_directory_func' ], 11 ); // Add code, name and icon set to automator // add_action( 'uncanny_automator_add_integration', [ $this, 'add_integration_func' ] ); // Verify is the plugin is active based on integration code // add_filter( 'uncanny_automator_maybe_add_integration', [ // $this, // 'plugin_active', // ], 30, 2 ); }
Expand full source code Collapse full source code View on Github