viewModel->getTplData(ViewModel::FLD_ICON);
$activeVer = $this->viewModel->getTplData(ViewModel::FLD_ACTIVE_VER);
$state = $this->viewModel->getTplData(ViewModel::FLD_STATE);
$d = array(
'title' => 'Mass Enable/Disable LiteSpeed Cache',
'icon' => $icon
);
$this->loadTplBlock('Title.tpl', $d);
if ( $state == ViewModel::ST_INSTALLS_DISCOVERED ):
?>
The following operations will affect all WordPress installations not currently
flagged.
To exclude a WordPress installation from mass operations, flag it in
Manage Cache Installations
.
Mass Enable
[Feature Disabled] No active LSCWP version set! Cannot Mass Enable.
LiteSpeed Cache will be enabled for all WordPress installations not
currently flagged. For WordPress installations that do not already have
the plugin,
LiteSpeed Cache for WordPress
will be installed.
This can be changed anytime in the
Version Manager .
Start
Mass Disable
LiteSpeed Cache will be disabled for all WordPress installations not
currently flagged.
Start
No WordPress installations discovered in the previous scan. If you have
any newly installed WordPress installations, please go to
Manage Cache Installations
and Re-scan/Discover New.
Please go to
Manage Cache Installations
and click Scan to discover all active WordPress installations before
attempting to Mass Enable/Disable Cache.
'Back'
);
$this->loadTplBlock('ButtonPanelBackNext.tpl', $d);