PHP 8.3.31
Preview: kkart.inc Size: 984 B
/proc/thread-self/root/proc/self/root/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro/kkart.inc

<?php
/*
Plugin Name: Kkart
Plugin URI: http://wordpress.org/plugins/kkart/
Description: Kkart is a WordPress page builder plugin. Its very easy to use and very light on the browser.
Version: 1.0
Author: Kkart Team
Author URI: https://kkart.com/
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kkart
*/

// (c) 2024 Kkart. All rights reserved.
// This plugin is a fork of WooCommerce. Portions of code are based on WooCommerce (https://woocommerce.com/).

// We need the ABSPATH
if (!defined('ABSPATH')) exit;

if(!function_exists('add_action')){
	echo 'You are not allowed to access this page directly.';
	exit;
}

$_tmp_plugins = get_option('active_plugins');

// Is the premium plugin loaded ?
if(in_array('kkart-pro/kkart-pro.php', $_tmp_plugins)){
	return;
}

// If KKART_VERSION exists then the plugin is loaded already !
if(defined('KKART_VERSION')) {
	return;
}

define('KKART_FILE', __FILE__);

include_once(dirname(__FILE__).'/init.php');

Directory Contents

Dirs: 10 × Files: 7

Name Size Perms Modified Actions
assets DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
css DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
i18n DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
includes DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
js DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
packages DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
src DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
templates DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
vendor DIR
- drwxr-xr-x 2026-04-23 17:49:26
Edit Download
33 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
7.73 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
804 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
984 B lrw-r--r-- 2026-04-22 07:17:42
Edit Download
33.87 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
4.28 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download
4.11 KB lrw-r--r-- 2026-04-22 07:17:42
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).