action_dir = __DIR__; $this->nice_name = __( 'Stripe', 'wp-marketing-automations-pro' ); $this->group_name = __( 'Stripe', 'wp-marketing-automations-pro' ); $this->group_slug = 'stripe'; } public static function get_instance() { if ( null === self::$ins ) { self::$ins = new self(); } return self::$ins; } } /** * Register this class as an integration. */ if ( bwfan_is_woocommerce_active() && bwfan_is_funnel_builder_pro_active() && bwfan_is_fk_stripe_active() ) { BWFAN_Load_Integrations::register( 'BWFAN_Upsell_Stripe_Integration' ); } }