response;
                        }
                        $response['time'] = time();
                        $response['package'] = Citadela::$package;
                        update_option('citadela_api_response', $response);
                    }
                }
                Citadela::$allowed = $response['code'] != 401;
                Citadela::$trial = isset($response['body']['trial']);
                Citadela::$business = isset($response['body']['business']);
                if (Citadela::$trial && (defined('CITADELA_DIRECTORY_PLUGIN') || defined('CITADELA_PRO_PLUGIN'))) {
                    $box = '
' . sprintf(
                        /*translators: 1. Start html anchor tag, 2. End html anchor tag  */ 
                        __('This website is running trial version of Citadela products. Please purchase a membership to activate the website. %1$sView available memberships%2$s', 'citadela'),
                        '
',
                        ''
                    ) . '