Add_Hf_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/happyforms/add-hf-integration.php
public function plugin_active( $status, $code ) { if ( self::$integration === $code ) { if ( function_exists( 'HappyForms' ) ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github