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_Wpsp_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/wp-simple-pay/add-wpsp-integration.php
public function plugin_active( $status, $plugin ) { if ( self::$integration === $plugin ) { if ( defined( 'SIMPLE_PAY_VERSION' ) ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github