bibhamrokhanpin/wp-content/__plugins/litespeed-cache/tpl/inc/in_upgrading.php

9 lines
246 B
PHP
Raw Permalink Normal View History

2024-04-10 12:01:06 +00:00
<?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 );