HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/kingcomposer/includes/extensions/kc.installed.tmpl.php
<?php
/**
*
*	King Composer
*	(c) KingComposer.com
*	kc.extension.php
*
*/
if(!defined('ABSPATH')) {
	header('HTTP/1.0 403 Forbidden');
	exit;
}
?>
<?php if (count($this->errors) > 0) { ?>
<div id="message" class="error">
	<p><?php _e('There were some errors with the extensions are activated', 'kingcomposer'); ?>:</p>
	<ol>
		<?php
			foreach ($this->errors as $error) {
				echo '<li>'.$error.'</li>';
			}
		?>
	</ol>
</div>
<?php } ?>

<?php
$this->list_table( $items, $actives );
?>