Add_Fi_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/formidable/add-fi-integration.php
public function plugin_active( $status, $plugin ) { if ( self::$integration === $plugin ) { if ( class_exists( 'FrmHooksController' ) ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github