FAQ.', 'litespeed-cache'), 'href="https://docs.litespeedtech.com/lscache/lscwp/installation/#non-cacheable-pages" target="_blank"'); ?>
__('Purge product on changes to the quantity or stock status.', 'litespeed-cache') . ' ' . __('Purge categories only when stock status changes.', 'litespeed-cache'),
self::O_PS_CS => __('Purge product and categories only when the stock status changes.', 'litespeed-cache'),
self::O_PS_CN => __('Purge product only when the stock status changes.', 'litespeed-cache') . ' ' . __('Do not purge categories on changes to the quantity or stock status.', 'litespeed-cache'),
self::O_PQS_CQS => __('Always purge both product and categories on changes to the quantity or stock status.', 'litespeed-cache'),
);
$conf = (int) apply_filters('litespeed_conf', $id);
foreach ($options as $k => $v) :
$checked = (int) $k === $conf ? ' checked ' : '';
?>
/>
|
|
cls('Admin_Display')->build_switch($id); ?>
|