Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Add_Bdb_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/buddyboss/add-bdb-integration.php
public function plugin_active( $status, $plugin ) { if ( self::$integration === $plugin ) { if ( function_exists( 'buddypress' ) && isset( buddypress()->buddyboss ) && buddypress()->buddyboss ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github