_settingsUtility->displayCheckbox(__('Custom cache', 'enlighter'), 'cache-custom', array( 'label' => 'Enable' )); ?>

_cacheManager->getCachePath();?>
_cacheManager->getCacheURL();?>

_settingsManager->getOption('cache-path'); if (\Enlighter\skltn\CacheManager::isPathAccessible($customCachePath) !== true){ echo '

', __('Warning: cache-path is not accessible! the default values will be used!', 'enlighter'), '

'; } ?> _settingsUtility->displayInput(__('Store files in this directory', 'enlighter'), 'cache-path', array( 'label' => __('e.g. /home/user/wordpress/cache/', 'enlighter'), 'description' => __('Default: ', 'enlighter'). ENLIGHTER_PLUGIN_PATH.'/cache/' )); ?> _settingsUtility->displayInput(__('Full URL path to files', 'enlighter'), 'cache-url', array( 'label' => __('e.g. http://cache.yourdomain.tld/i/', 'enlighter'), 'description' => __('Default: ', 'enlighter'). plugins_url('/enlighter/cache/') )); ?>