public static function is_subscriptions_screen() : bool {

        $current_screen = SV_WC_Helper::get_current_screen();

        if ( ! $current_screen ) {