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