Add_Fcrm_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/fluent-crm/add-fcrm-integration.php
public function plugin_active( $status, $plugin ) { if ( defined( 'FLUENTCRM' ) ) { $status = true; } return $status; }
Expand full source code Collapse full source code View on Github