pt->is_opcache_enable()) :
$this->tab_title(esc_html__('OPcache Config', 'docket-cache'));
$config = $opcache_view->get_config();
if (empty($config)) :
echo Resc::boxmsg(__('No data is available. The opcache_get_configuration function disabled in PHP configuration.', 'docket-cache'), 'warning', false, true, false);
else :
?>
tab_title(esc_html__('OPcache Usage', 'docket-cache')); ?>
pt->is_opcache_enable()) :
echo Resc::boxmsg(__('OPcache not available.', 'docket-cache'), 'warning', false, true, false);
elseif (!\is_object($opcache_view)) :
echo Resc::boxmsg(__('Failed to load OPcacheList()', 'docket-cache'), 'error', false, true, false);
else :
if (!$this->pt->opcache_function_exists('opcache_get_status')) {
echo Resc::boxmsg(__('No data is available. The opcache_get_status function disabled in PHP configuration.', 'docket-cache'), 'warning', false, true, false);
} elseif ($this->pt->is_opcache_blacklisted()) {
echo Resc::boxmsg(__("This site's local path has been blacklisted by OPcache configuration, which prevents it from caching.", 'docket-cache'), 'warning', false, true, false);
}
$stats = $opcache_view->get_usage();
if (empty($stats->file_cache_only)) :
?>
tab_title(esc_html__('OPcache Files', 'docket-cache'), 'title-below'); ?>
get_pagination_arg('total_pages') > 1 || !empty($_GET['s'])) : ?>
display(); ?>