Add_Flsupport_Integration::plugin_active()
Only load this integration and its triggers and actions if the related plugin is active
Contents
Parameters Parameters
- $status
-
(Required)
- $code
-
(Required)
Return Return
(bool)
Source Source
File: src/integrations/fluent-support/add-flsupport-integration.php
public function plugin_active() { return defined( 'FLUENT_SUPPORT_VERSION' ); }
Expand full source code Collapse full source code View on Github