X7ROOT File Manager
Current Path:
/usr/src/litespeed-wp-plugin/7.3.0.1/litespeed-cache/tpl/inc
usr
/
src
/
litespeed-wp-plugin
/
7.3.0.1
/
litespeed-cache
/
tpl
/
inc
/
📁
..
📄
admin_footer.php
(1.75 KB)
📄
check_cache_disabled.php
(2 KB)
📄
check_if_network_disable_all.php
(884 B)
📄
in_upgrading.php
(528 B)
📄
metabox.php
(1.58 KB)
📄
modal.deactivation.php
(5.79 KB)
📄
show_display_installed.php
(1.67 KB)
📄
show_error_cookie.php
(921 B)
📄
show_rule_conflict.php
(935 B)
Editing: in_upgrading.php
<?php /** * LiteSpeed Cache Upgrade Notice * * Displays a notice informing the user that the LiteSpeed Cache plugin has been upgraded and a page refresh is needed to complete the configuration data upgrade. * * @package LiteSpeed * @since 1.0.0 */ namespace LiteSpeed; defined( 'WPINC' ) || exit; $message = esc_html__( 'LiteSpeed cache plugin upgraded. Please refresh the page to complete the configuration data upgrade.', 'litespeed-cache' ); echo wp_kses_post( self::build_notice( self::NOTICE_BLUE, $message ) );
Upload File
Create Folder