Add_Pmp_Integration::plugin_active()
Return Return
(bool)
Source Source
File: src/integrations/paid-memberships-pro/add-pmp-integration.php
public function plugin_active( $status, $plugin ) { if ( self::$integration === $plugin ) { if ( defined( 'PMPRO_BASE_FILE' ) ) { $status = true; } else { $status = false; } } return $status; }
Expand full source code Collapse full source code View on Github