X7ROOT File Manager
Current Path:
/var/softaculous/sitepad/editor/site-data/plugins/kkart-pro
var
/
softaculous
/
sitepad
/
editor
/
site-data
/
plugins
/
kkart-pro
/
ðŸ“
..
ðŸ“
assets
ðŸ“
css
ðŸ“
i18n
ðŸ“
includes
📄
index.php
(33 B)
📄
init.php
(7.73 KB)
ðŸ“
js
📄
kkart-pro.php
(804 B)
📄
kkart.inc
(984 B)
📄
license.txt
(33.87 KB)
ðŸ“
packages
📄
readme.txt
(4.28 KB)
ðŸ“
sample-data
ðŸ“
src
ðŸ“
templates
📄
uninstall.php
(4.27 KB)
ðŸ“
vendor
Editing: kkart-pro.php
<?php /* Plugin Name: Kkart Pro Plugin URI: https://kkart.com/ 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/ 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; } // If KKART_VERSION exists then the plugin is loaded already ! if(defined('KKART_VERSION')) { return; } define('KKART_PREMIUM', plugin_basename(__FILE__)); define('KKART_FILE', __FILE__); include_once(dirname(__FILE__).'/init.php');
Upload File
Create Folder