Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Add_Wf_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/wp-fusion/add-wf-integration.php
public function plugin_active( $status, $code ) { if ( self::$integration === $code ) { if ( class_exists( 'WP_Fusion_Lite' ) || class_exists( 'WP_Fusion' ) ) { $status = true; } } return $status; }
Expand full source code Collapse full source code View on Github