????

Your IP : 216.73.216.86


Current Path : /usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/inc/
Upload File :
Current File : //usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/inc/in_upgrading.php

<?php
namespace LiteSpeed;
defined( 'WPINC' ) || exit;

$msg = __( 'LiteSpeed cache plugin upgraded. Please refresh the page to complete the configuration data upgrade.', 'litespeed-cache' );

echo self::build_notice( self::NOTICE_BLUE, $msg );